From: Kazu Hirata Date: Sat, 14 Apr 2007 02:04:15 +0000 (+0000) Subject: * gcc.c-torture/compile/pr27528.c: Require nonpic. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a60412a5fe4f46860bf03cf8242b4c0083a37cb;p=gcc.git * gcc.c-torture/compile/pr27528.c: Require nonpic. From-SVN: r123809 --- 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 };