aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/cpp/isysroot-1.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 1d12628..b63f415 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/gcc.dg/cpp/isysroot-1.c b/gcc/testsuite/gcc.dg/cpp/isysroot-1.c
index bfbf255..7263ce4 100644
--- a/gcc/testsuite/gcc.dg/cpp/isysroot-1.c
+++ b/gcc/testsuite/gcc.dg/cpp/isysroot-1.c
@@ -1,5 +1,5 @@
/* { dg-options "-isysroot ${srcdir}/gcc.dg/cpp" } */
-/* { dg-do compile } */
+/* { dg-do compile { target *-*-darwin* } } */
#include <stdio.h>
int main()