Commit 3d53a245 by Andreas Krebbel Committed by Andreas Krebbel

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
parent abd5730b
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
......
......@@ -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)
......
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