Commit f1316f27 by Hui-May Chang Committed by Mike Stump

pr27528.c: Add -fno-pic option.

2007-01-18  Hui-May Chang  <hm.chang@apple.com>

	* gcc.c-torture/compile/pr27528.c: Add -fno-pic option.

From-SVN: r120936
parent d1123cde
2007-01-18 Hui-May Chang <hm.chang@apple.com>
* gcc.c-torture/compile/pr27528.c: Add -fno-pic option.
2007-01-18 Nathan Sidwell <nathan@codesourcery.com>
* gcc.dg/m68k-pic-1.c: New.
/* Check that constant constraints like "i", "n" and "s" can be used in
cases where the operand is an initializer constant. */
/* { dg-options "-fno-pic" } */
int x[2] = { 1, 2 };
#ifdef __OPTIMIZE__
......
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