re PR target/18702 (mmix-knuth-mmixware testsuite failure: gcc.dg/cpp/isysroot-1.c)
authorDevang Patel <dpatel@apple.com>
Tue, 30 Nov 2004 19:38:15 +0000 (11:38 -0800)
committerDevang Patel <dpatel@gcc.gnu.org>
Tue, 30 Nov 2004 19:38:15 +0000 (11:38 -0800)
       PR 18702
       * gcc.dg/cpp/isysroot-1.c: Make this test darwin specific.

From-SVN: r91535

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/isysroot-1.c

index 1d12628..b63f415 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-30  Devang Patel  <dpatel@apple.com>
+
+       PR 18702
+       * gcc.dg/cpp/isysroot-1.c: Make this test darwin specific.
+       
 2004-11-30  Janis Johnson  <janis187@us.ibm.com>
 
        * g++.dg/ext/altivec-13.C: New test.
index bfbf255..7263ce4 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-options "-isysroot ${srcdir}/gcc.dg/cpp" } */
-/* { dg-do compile } */
+/* { dg-do compile  { target *-*-darwin* } } */
 
 #include <stdio.h>
 int main()