Commit 6253b760 by Joseph Myers Committed by Joseph Myers

re PR tree-optimization/29598 (FAIL: gcc.dg/tree-ssa/loadpre1.c and…

re PR tree-optimization/29598 (FAIL: gcc.dg/tree-ssa/loadpre1.c and loadpre1[45].c scan-tree-dump-times Eliminated: 1 1)

	PR tree-optimization/29598
	* gcc.dg/tree-ssa/loadpre1.c: XFAIL.

From-SVN: r123794
parent 1f8e994c
2007-04-13 Joseph Myers <joseph@codesourcery.com>
PR tree-optimization/29598
* gcc.dg/tree-ssa/loadpre1.c: XFAIL.
2007-04-13 Tobias Burnus <burnus@net-b.de>
PR fortran/31559
......@@ -14,5 +14,5 @@ int main(int *a, int argc)
e = *a;
return d + e;
}
/* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre"} } */
/* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre" { xfail *-*-* } } } */
/* { dg-final { cleanup-tree-dump "pre" } } */
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