* gcc.c-torture/compile/pr27528.c: Require nonpic.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 14 Apr 2007 02:04:15 +0000 (02:04 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 14 Apr 2007 02:04:15 +0000 (02:04 +0000)
From-SVN: r123809

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr27528.c

index 118d9ad37295da8a2484e704f791ab920f0a2213..38d12d6bcf2d7cf2c3ac3d5d38b72402e4e623e4 100644 (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
index c5f8b5e1e568609b6c32e3de57c7c35bcee1a0fa..040049127494a958a1f01515952ed1881fc46294 100644 (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 };