2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-09 15:51:08 +08:00

S/390: xfail ssa-dom-cse-2

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

From-SVN: r221210
This commit is contained in:
Andreas Krebbel 2015-03-05 09:58:32 +00:00 committed by Andreas Krebbel
parent 945db334f2
commit d407bcf82b
2 changed files with 5 additions and 1 deletions
gcc/testsuite

@ -1,3 +1,7 @@
2015-03-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* gcc.dg/tree-ssa/ssa-dom-cse-2.c:
2015-03-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* gcc.dg/var-expand1.c: Force max-completely-peel-times and

@ -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 aarch64*-*-* alpha*-*-* hppa*-*-* powerpc*-*-* sparc*-*-* } } } */
/* { dg-final { scan-tree-dump "return 28;" "optimized" { xfail aarch64*-*-* alpha*-*-* hppa*-*-* powerpc*-*-* sparc*-*-* s390*-*-* } } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */