* gcc.c-torture/compile/pr27528.c: Require nonpic.

From-SVN: r123809
This commit is contained in:
Kazu Hirata 2007-04-14 02:04:15 +00:00 committed by Kazu Hirata
parent 2a6acff7f9
commit 2a60412a5f
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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 };