* gcc.target/powerpc/pr67789.c: Skip on AIX and Darwin.
From-SVN: r230255
This commit is contained in:
parent
aef44df1e3
commit
8339a33e54
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-11-12 David Edelsohn <dje.gcc@gmail.com>
|
||||
|
||||
* gcc.target/powerpc/pr67789.c: Skip on AIX and Darwin.
|
||||
|
||||
2015-11-12 Ilya Enkovich <enkovich.gnu@gmail.com>
|
||||
|
||||
PR tree-optimization/68305
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* { dg-do assemble } */
|
||||
/* { dg-options "-O2 -msecure-plt -fPIC" } */
|
||||
/* { dg-skip-if "" { powerpc*-*-darwin* powerpc-ibm-aix* } { "*" } { "" } } */
|
||||
|
||||
#define FE_TONEAREST 0
|
||||
#define FE_UPWARD 1
|
||||
|
|
Loading…
Add table
Reference in a new issue