re PR tree-optimization/31677 (gcc.dg/memcpy-1.c tree dump scan fails on several targets)

PR tree-optimization/31677
	* gcc.dg/memcpy-1.c: Add compiler option.

From-SVN: r145466
This commit is contained in:
Janis Johnson 2009-04-02 18:09:19 +00:00 committed by Janis Johnson
parent d3aa398ec4
commit 9fabb197c5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-04-02 Janis Johnson <janis187@us.ibm.com>
PR tree-optimization/31677
* gcc.dg/memcpy-1.c: Add compiler option.
2009-04-02 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/39595

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
/* { dg-options "-O2 -fdump-tree-optimized --param sra-max-structure-size=32" } */
/* PR36598 AVR fail maybe due to cost metrics */
/* { dg-final { scan-tree-dump-times "nasty_local" 0 "optimized" { xfail { "avr-*-*" } } } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */