* gcc.dg/rs6000-fpint-2.c: Only compile on Darwin and Linux.
authorDavid Edelsohn <edelsohn@gnu.org>
Thu, 23 Jun 2005 13:20:18 +0000 (13:20 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 23 Jun 2005 13:20:18 +0000 (09:20 -0400)
From-SVN: r101267

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;