Commit 2557bee0 by Ben Elliston Committed by Ben Elliston

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
parent f50a5f61
2004-11-26 Ben Elliston <bje@au.ibm.com>
* gcc.dg/cpp/isysroot-2.c: Move target selector from dg-options to
dg-do directive.
2004-11-26 Ben Elliston <bje@au.ibm.com>
* gcc.dg/pr17957.c: Pass --param, not -param.
2004-11-25 Andrew Pinski <pinskia@physics.uc.edu>
......
/* { 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 <Carbon/Carbon.h>
int main()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment