* gcc.dg/pr48770.c: Add dg-require-effective-target fpic.

From-SVN: r176279
This commit is contained in:
Bernd Schmidt 2011-07-14 16:40:29 +00:00 committed by Bernd Schmidt
parent 8019694098
commit 0c7e607dfc
2 changed files with 6 additions and 1 deletions

View File

@ -1,10 +1,14 @@
2011-07-14 Bernd Schmidt <bernds@codesourcery.com>
* gcc.dg/pr48770.c: Add dg-require-effective-target fpic.
2011-07-14 Richard Guenther <rguenther@suse.de>
PR tree-optimization/49651
* gcc.dg/torture/pr49651.c: New testcase.
2011-07-14 Georg-Johann Lay <avr@gjlay.de>
PR target/43746
* gcc.dg/array-quals-1.c: Don't xfail on AVR.

View File

@ -1,4 +1,5 @@
/* { dg-do run } */
/* { dg-require-effective-target fpic } */
/* { dg-options "-O -fprofile-arcs -fPIC -fno-dce -fno-forward-propagate" } */
int test_goto2 (int f)