re PR target/64159 (FAIL: gcc.dg/tree-ssa/ssa-dom-cse-2.c scan-tree-dump optimized...
authorDavid Edelsohn <dje.gcc@gmail.com>
Sat, 31 Jan 2015 14:57:43 +0000 (14:57 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sat, 31 Jan 2015 14:57:43 +0000 (09:57 -0500)
        PR target/64159
        * gcc.dg/tree-ssa/ssa-dom-cse-2.c: Add XFAIL for powerpc*-*-* and
        sparc*-*-*.

From-SVN: r220305

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-2.c

index 9f48c9db67732005d0f222d47b048e436cbca089..256934126f4424a1037b24024a9616306de2d2f4 100644 (file)
@@ -1,3 +1,9 @@
+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>
 
        * g++.dg/ipa/pr64146.C (dg-final): Cleanup icf ipa dump.
index 07fbbbe546bde44f7ad7d2db122a0f88c5d89902..f767a316e93e8c8a4fd6777cdd7837c73a67bae5 100644 (file)
@@ -17,8 +17,8 @@ foo ()
 /* After late unrolling the above loop completely DOM should be
    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.  */
 
-/* { 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" } } */