diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 118d9ad3729..38d12d6bcf2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-04-14 Kazu Hirata + + * gcc.c-torture/compile/pr27528.c: Require nonpic. + 2007-04-13 Jason Merrill PR c++/31074 diff --git a/gcc/testsuite/gcc.c-torture/compile/pr27528.c b/gcc/testsuite/gcc.c-torture/compile/pr27528.c index c5f8b5e1e56..04004912749 100644 --- a/gcc/testsuite/gcc.c-torture/compile/pr27528.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr27528.c @@ -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 };