vrp47.c: Fix target check.

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

	* gcc.dg/tree-ssa/vrp47.c: Fix target check.

From-SVN: r154404
This commit is contained in:
Andreas Krebbel 2009-11-21 07:39:47 +00:00 committed by Andreas Krebbel
parent abd5730b2d
commit 3d53a24508
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-11-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* gcc.dg/tree-ssa/vrp47.c: Fix target check.
2009-11-20 Jason Merrill <jason@redhat.com>
PR c++/9050, DR 147, DR 318

View file

@ -3,7 +3,7 @@
/* 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-do compile { target { { ! mips*-*-* } && { ! s390*-*-* } } } } */
/* { dg-options "-O2 -fdump-tree-vrp -fdump-tree-dom" } */
int h(int x, int y)