Commit ea51eee3 by Andrew Pinski Committed by Andrew Pinski

ssa-dom-cse-2.c: xfail for AARCH64 also.

2015-02-08  Andrew Pinski  <apinski@cavium.com>

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

From-SVN: r220523
parent 8276bf92
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> 2015-02-08 Mikael Morin <mikael@gcc.gnu.org>
PR fortran/63744 PR fortran/63744
......
...@@ -20,5 +20,5 @@ foo () ...@@ -20,5 +20,5 @@ foo ()
/* See PR63679 and PR64159, 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*-*-* powerpc*-*-* sparc*-*-*} } } */ /* { dg-final { scan-tree-dump "return 28;" "optimized" { xfail hppa*-*-* powerpc*-*-* sparc*-*-* aarch64*-*-* } } } */
/* { 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