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:
parent
331598668d
commit
701de10f52
|
@ -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
|
||||
|
|
|
@ -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" } */
|
||||
|
||||
|
|
Loading…
Reference in New Issue