* gcc.c-torture/compile/pr27528.c: Require nonpic.
From-SVN: r123809
This commit is contained in:
parent
2a6acff7f9
commit
2a60412a5f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-04-14 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* gcc.c-torture/compile/pr27528.c: Require nonpic.
|
||||
|
||||
2007-04-13 Jason Merrill <jason@redhat.com>
|
||||
|
||||
PR c++/31074
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* 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" } */
|
||||
/* { dg-require-effective-target nonpic } */
|
||||
|
||||
int x[2] = { 1, 2 };
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue