Commit 7b013375 by Eric Botcazou Committed by Eric Botcazou

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
parent 575584a9
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.
......
/* { 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" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment