Commit a9a318b0 by Richard Biener Committed by Richard Biener

re PR testsuite/64039 (FAIL: gcc.dg/tree-ssa/ssa-dom-cse-2.c scan-tree-dump optimized "return 28;")

2014-11-24  Richard Biener  <rguenther@suse.de>

	PR testsuite/64039
	* gcc.dg/tree-ssa/ssa-dom-cse-2.c: XFAIL for hppa*-*-*.

From-SVN: r218011
parent 9bbe08fe
2014-11-24 Richard Biener <rguenther@suse.de>
PR testsuite/64039
* gcc.dg/tree-ssa/ssa-dom-cse-2.c: XFAIL for hppa*-*-*.
2014-11-24 Richard Biener <rguenther@suse.de>
PR tree-optimization/55334
* gcc.dg/tree-ssa/restrict-5.c: New testcase.
......
......@@ -17,5 +17,8 @@ foo ()
/* After late unrolling the above loop completely DOM should be
able to optimize this to return 28. */
/* { dg-final { scan-tree-dump "return 28;" "optimized" } } */
/* See PR63679, if the target forces the initializer to memory then
DOM is not able to perform this optimization. */
/* { dg-final { scan-tree-dump "return 28;" "optimized" { xfail hppa*-*-* } } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */
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