Commit 2a60412a by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r123809
parent 2a6acff7
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
/* 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 };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment