Like https://gcc.gnu.org/ml/gcc-patches/2015-01/msg02646.html, we should xfail this testcase for aarch64 too.
OK? Bootstrapped and tested on aarch64-linux-gnu. Thanks, Andrew Pinski ChangeLog: * gcc.dg/tree-ssa/ssa-dom-cse-2.c: xfail for AARCH64 also.
commit 5ddfd811b7b7a0f6bcbaf78b597ae473bb36bff4 Author: Andrew Pinski <apin...@cavium.com> Date: Sun Feb 8 12:39:01 2015 +0000 Disable testsuite/gcc.dg/tree-ssa/ssa-dom-cse-2.c for AARCH64 * gcc.dg/tree-ssa/ssa-dom-cse-2.c: Disable for AARCH64. diff --git a/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-2.c b/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-2.c index f767a31..1b7369c 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-2.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-2.c @@ -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" } } */