mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 14:11:31 +08:00
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
This commit is contained in:
parent
d1123cdeb3
commit
f1316f27cc
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
@ -1,5 +1,7 @@
|
||||
/* 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__
|
||||
|
Loading…
x
Reference in New Issue
Block a user