* gcc.dg/memcpy-1.c: Add compiler option.

From-SVN: r145463
This commit is contained in:
Janis Johnson 2009-04-02 18:01:45 +00:00 committed by Janis Johnson
parent 5faf9fc92a
commit 5687a4ad37
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2009-04-02 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/memcpy-1.c: Add compiler option.
* gcc.dg/and-1.c: Restrict the targets for which the test is run
and XFAIL for powerpc and spu.

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" } } */