Commit 6b92143e by David Edelsohn Committed by David Edelsohn

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

        PR target/64159
        * gcc.dg/tree-ssa/ssa-dom-cse-2.c: Add XFAIL for powerpc*-*-* and
        sparc*-*-*.

From-SVN: r220305
parent efdfdb24
2015-01-31 David Edelsohn <dje.gcc@gmail.com>
PR target/64159
* gcc.dg/tree-ssa/ssa-dom-cse-2.c: Add XFAIL for powerpc*-*-* and
sparc*-*-*.
2015-01-31 Uros Bizjak <ubizjak@gmail.com> 2015-01-31 Uros Bizjak <ubizjak@gmail.com>
* g++.dg/ipa/pr64146.C (dg-final): Cleanup icf ipa dump. * g++.dg/ipa/pr64146.C (dg-final): Cleanup icf ipa dump.
......
...@@ -17,8 +17,8 @@ foo () ...@@ -17,8 +17,8 @@ foo ()
/* After late unrolling the above loop completely DOM should be /* After late unrolling the above loop completely DOM should be
able to optimize this to return 28. */ able to optimize this to return 28. */
/* See PR63679, if the target forces the initializer to memory then /* See PR63679 and PR64159, if the target forces the initializer to memory then
DOM is not able to perform this optimization. */ DOM is not able to perform this optimization. */
/* { dg-final { scan-tree-dump "return 28;" "optimized" { xfail hppa*-*-* } } } */ /* { dg-final { scan-tree-dump "return 28;" "optimized" { xfail hppa*-*-* powerpc*-*-* sparc*-*-*} } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */ /* { 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