mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-25 07:45:31 +08:00
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:
parent
d3aa398ec4
commit
9fabb197c5
@ -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
|
||||
|
@ -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" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user