Commit 47854fae by Eric Botcazou Committed by Eric Botcazou

cmdlne-dU-16.c: Specify -std=c89 on Solaris.

	* gcc.dg/cpp/cmdlne-dU-16.c: Specify -std=c89 on Solaris.
	* gcc.dg/cpp/cmdlne-dU-17.c: Likewise.

From-SVN: r140581
parent 54799fcd
2008-09-23 Eric Botcazou <ebotcazou@adacore.com>
* gcc.dg/cpp/cmdlne-dU-16.c: Specify -std=c89 on Solaris.
* gcc.dg/cpp/cmdlne-dU-17.c: Likewise.
2008-09-23 Tobias Burnus <burnus@net-b.de>
PR fortran/37580
......
/* { dg-do preprocess } */
/* { dg-options "-P -dU" } */
/* { dg-options "-P -dU -std=c89" { target *-*-solaris2.* } } */
/* { dg-final { scan-file cmdlne-dU-16.i "^\n*#define __STDC__ 1\n*$" } } */
#ifdef __STDC__
#endif
/* { dg-do preprocess } */
/* { dg-options "-P -dU" } */
/* { dg-options "-P -dU -std=c89" { target *-*-solaris2.* } } */
/* { dg-final { scan-file cmdlne-dU-17.i "^\n*1\n+#define __STDC__ 1\n*$" } } */
__STDC__
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