re PR tree-optimization/46232 (64-bit gcc.dg/tree-ssa/pr14814.c FAILs on SPARC)

PR tree-optimization/46232
	* gcc.dg/tree-ssa/pr14814.c: Add -fno-tree-sra.

From-SVN: r168023
This commit is contained in:
Eric Botcazou 2010-12-18 12:52:41 +00:00 committed by Eric Botcazou
parent 575584a982
commit 7b01337540
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2010-12-18 Eric Botcazou <ebotcazou@adacore.com>
PR tree-optimization/46232
* gcc.dg/tree-ssa/pr14814.c: Add -fno-tree-sra.
2010-12-18 Iain Sandoe <iains@gcc.gnu.org>
* fobjc-exceptions.m: Update dg-error syntax.

View File

@ -1,6 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-forwprop2" } */
/* { dg-options "-O2 -fno-tree-sra -fdump-tree-forwprop2" } */
struct YY {
double e[3]; };
@ -21,5 +20,3 @@ int foo(const struct XX* r) {
/* { dg-final { scan-tree-dump-times "&" 0 "forwprop2" } } */
/* { dg-final { cleanup-tree-dump "forwprop2" } } */