vrp87.c: Do not run test on ppc and xtensa either.

* gcc.dg/tree-ssa/vrp87.c: Do not run test on ppc and xtensa
        either.

From-SVN: r197935
This commit is contained in:
Jeff Law 2013-04-12 15:08:13 -06:00 committed by Jeff Law
parent 331598668d
commit 701de10f52
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-04-12 Jeff Law <law@redhat.com>
* gcc.dg/tree-ssa/vrp87.c: Do not run test on ppc and xtensa
either.
2013-04-12 Tobias Burnus <burnus@net-b.de>
PR fortran/56929

View File

@ -1,4 +1,4 @@
/* { dg-do compile { target { ! "m68k*-*-* mmix*-*-* mep*-*-* bfin*-*-* v850*-*-* picochip*-*-* moxie*-*-* cris*-*-* m32c*-*-* fr30*-*-* mcore*-*-*"} } } */
/* { dg-do compile { target { ! "m68k*-*-* mmix*-*-* mep*-*-* bfin*-*-* v850*-*-* picochip*-*-* moxie*-*-* cris*-*-* m32c*-*-* fr30*-*-* mcore*-*-* powerpc*-*-* xtensa*-*-*"} } } */
/* { dg-options "-O2 -fdump-tree-vrp2-details -fdump-tree-cddce2-details" } */