]> gcc.gnu.org Git - gcc.git/commitdiff
* gcc.dg/pr48770.c: Add dg-require-effective-target fpic.
authorBernd Schmidt <bernds@codesourcery.com>
Thu, 14 Jul 2011 16:40:29 +0000 (16:40 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Thu, 14 Jul 2011 16:40:29 +0000 (16:40 +0000)
From-SVN: r176279

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr48770.c

index 32b2a0aa4a6654b0d5f5239d8dc528d02a3e8413..6201af5dd6c6744fb797fd67a756feeff3dddcb0 100644 (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.
 
index d0b855422d8ed71db5116874ebd5b3644b5c91b1..f9cd715477ecb2d0a14d1df45b52f2d35828ccb6 100644 (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)
This page took 0.077719 seconds and 5 git commands to generate.