OSDN Git Service

2007-01-18 Hui-May Chang <hm.chang@apple.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / pr27528.c
index 2e732f4..c5f8b5e 100644 (file)
@@ -1,5 +1,7 @@
 /* Check that constant constraints like "i", "n" and "s" can be used in
    cases where the operand is an initializer constant.  */
 /* 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" } */
+
 int x[2] = { 1, 2 };
 
 #ifdef __OPTIMIZE__
 int x[2] = { 1, 2 };
 
 #ifdef __OPTIMIZE__