re PR testsuite/64039 (FAIL: gcc.dg/tree-ssa/ssa-dom-cse-2.c scan-tree-dump optimized...
authorRichard Biener <rguenther@suse.de>
Mon, 24 Nov 2014 11:07:23 +0000 (11:07 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 24 Nov 2014 11:07:23 +0000 (11:07 +0000)
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

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

index 363e26d42d4fceca30559afa80b0e3eee4c2c003..89b181fc1af24cb037a6d2d0e9d85182972da984 100644 (file)
@@ -1,3 +1,8 @@
+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
index 2a1a40843124965164a52f44e9e126c0b95a6764..07fbbbe546bde44f7ad7d2db122a0f88c5d89902 100644 (file)
@@ -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" } } */