From: Ben Elliston Date: Fri, 26 Nov 2004 06:15:20 +0000 (+0000) Subject: isysroot-2.c: Move target selector from dg-options to dg-do directive. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2557bee03dd73b0c082c798e3266d2bfd0e45455;p=gcc.git isysroot-2.c: Move target selector from dg-options to dg-do directive. * gcc.dg/cpp/isysroot-2.c: Move target selector from dg-options to dg-do directive. From-SVN: r91332 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7049090f086..33a23590ec0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-11-26 Ben Elliston + + * gcc.dg/cpp/isysroot-2.c: Move target selector from dg-options to + dg-do directive. + 2004-11-26 Ben Elliston * gcc.dg/pr17957.c: Pass --param, not -param. diff --git a/gcc/testsuite/gcc.dg/cpp/isysroot-2.c b/gcc/testsuite/gcc.dg/cpp/isysroot-2.c index a32618c2512..346d4093cd4 100644 --- a/gcc/testsuite/gcc.dg/cpp/isysroot-2.c +++ b/gcc/testsuite/gcc.dg/cpp/isysroot-2.c @@ -1,5 +1,5 @@ -/* { dg-options "-isysroot ${srcdir}/gcc.dg/cpp" { target *-*-darwin* } } */ -/* { dg-do compile } */ +/* { dg-options "-isysroot ${srcdir}/gcc.dg/cpp" } */ +/* { dg-do compile { target *-*-darwin* } } */ #include int main()