OSDN Git Service

* gcc.dg/rs6000-fpint-2.c: Only compile on Darwin and Linux.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Jun 2005 13:20:18 +0000 (13:20 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Jun 2005 13:20:18 +0000 (13:20 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101267 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/rs6000-fpint-2.c

index 4604044..ed6ae81 100644 (file)
@@ -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
index a2ada5b..66bb61d 100644 (file)
@@ -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;