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:
parent
abd5730b2d
commit
3d53a24508
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue