diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1d12628ebf0..b63f41510a6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-11-30 Devang Patel + + PR 18702 + * gcc.dg/cpp/isysroot-1.c: Make this test darwin specific. + 2004-11-30 Janis Johnson * 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 bfbf25565e5..7263ce41544 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 int main()