ssa-dom-cse-2.c: xfail for AARCH64 also.
authorAndrew Pinski <apinski@cavium.com>
Sun, 8 Feb 2015 21:55:59 +0000 (21:55 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 8 Feb 2015 21:55:59 +0000 (13:55 -0800)
2015-02-08  Andrew Pinski  <apinski@cavium.com>

* gcc.dg/tree-ssa/ssa-dom-cse-2.c: xfail for AARCH64 also.

From-SVN: r220523

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

index 685715f..8e4bc0a 100644 (file)
@@ -1,3 +1,7 @@
+2015-02-08  Andrew Pinski  <apinski@cavium.com>
+
+       * gcc.dg/tree-ssa/ssa-dom-cse-2.c: xfail for AARCH64 also.
+
 2015-02-08  Mikael Morin  <mikael@gcc.gnu.org>
 
        PR fortran/63744
index f767a31..1b7369c 100644 (file)
@@ -20,5 +20,5 @@ foo ()
 /* 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*-*-* powerpc*-*-* sparc*-*-*} } } */
+/* { dg-final { scan-tree-dump "return 28;" "optimized" { xfail hppa*-*-* powerpc*-*-* sparc*-*-* aarch64*-*-* } } } */
 /* { dg-final { cleanup-tree-dump "optimized" } } */