vrp47.c: Skip on S/390.

2009-11-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

	* gcc.dg/tree-ssa/vrp47.c: Skip on S/390.

From-SVN: r154363
This commit is contained in:
Andreas Krebbel 2009-11-20 12:58:48 +00:00 committed by Andreas Krebbel
parent 3d68714e22
commit b5308c02b4
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-11-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* gcc.dg/tree-ssa/vrp47.c: Skip on S/390.
2009-11-20 Shujing Zhao <pearly.zhao@oracle.com>
* g++.old-deja/g++.jason/rfg20.C: Make expected dg-error strings

View File

@ -1,6 +1,9 @@
/* Skip on MIPS, where LOGICAL_OP_NON_SHORT_CIRCUIT inhibits the setcc
optimizations that expose the VRP opportunity. */
/* { dg-do compile { target { ! mips*-*-* } } } */
/* Skip on S/390. Lower values in BRANCH_COST lead to two conditional
jumps when evaluating an && condition. VRP is not able to optimize
this. */
/* { dg-do compile { target { ! mips*-*-* ! s390*-*-* } } } */
/* { dg-options "-O2 -fdump-tree-vrp -fdump-tree-dom" } */
int h(int x, int y)