mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 15:11:04 +08:00
ssa-store-ccp-3.c: Skip for mips*-*-linux* and mips*-*-irix*.
gcc/testsuite/ * gcc.dg/tree-ssa/ssa-store-ccp-3.c: Skip for mips*-*-linux* and mips*-*-irix*. * gcc.dg/tree-ssa/vrp47.c: Skip for all MIPS targets. From-SVN: r143551
This commit is contained in:
parent
bfcccc7f77
commit
dbbe69371e
@ -1,3 +1,9 @@
|
||||
2009-01-21 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* gcc.dg/tree-ssa/ssa-store-ccp-3.c: Skip for mips*-*-linux*
|
||||
and mips*-*-irix*.
|
||||
* gcc.dg/tree-ssa/vrp47.c: Skip for all MIPS targets.
|
||||
|
||||
2009-01-21 Dodji Seketeli <dodji@redhat.com>
|
||||
|
||||
PR c++/26693
|
||||
|
@ -1,5 +1,7 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-skip-if "" { *-*-darwin* hppa*64*-*-* } { "*" } { "" } } */
|
||||
/* Skipped on MIPS GNU/Linux and IRIX target because __PIC__ can be
|
||||
defined for executables as well as shared libraries. */
|
||||
/* { dg-skip-if "" { *-*-darwin* hppa*64*-*-* mips*-*-linux* mips*-*-irix* } { "*" } { "" } } */
|
||||
/* { dg-options "-O2 -fno-common -fdump-tree-optimized" } */
|
||||
|
||||
const int conststaticvariable;
|
||||
|
@ -1,4 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* Skip on MIPS, where LOGICAL_OP_NON_SHORT_CIRCUIT inhibits the setcc
|
||||
optimizations that expose the VRP opportunity. */
|
||||
/* { dg-do compile { target { ! mips*-*-* } } } */
|
||||
/* { dg-options "-O2 -fdump-tree-vrp -fdump-tree-dom" } */
|
||||
|
||||
int h(int x, int y)
|
||||
|
Loading…
x
Reference in New Issue
Block a user