diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.dg/rs6000-fpint-2.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4604044..ed6ae81 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-06-23 David Edelsohn <edelsohn@gnu.org> + + * gcc.dg/rs6000-fpint-2.c: Only compile on Darwin and Linux. + 2005-06-23 David Billinghurst <David.Billinghurst@riotinto.com> * gfortran.dg/f2c_4.f90: Add tests for complex functions diff --git a/gcc/testsuite/gcc.dg/rs6000-fpint-2.c b/gcc/testsuite/gcc.dg/rs6000-fpint-2.c index a2ada5b..66bb61d 100644 --- a/gcc/testsuite/gcc.dg/rs6000-fpint-2.c +++ b/gcc/testsuite/gcc.dg/rs6000-fpint-2.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target powerpc*-*-* rs6000-*-* } } */ +/* { dg-do compile { target powerpc*-*-darwin* powerpc*-*-linux* } } */ /* { dg-options "-mno-powerpc-gfxopt -mpowerpc64" } */ extern void bar (void *); extern double x; |
