I've committed the following as obvious. This showed up as a failure
with C6X.


Bernd
Index: gcc/testsuite/ChangeLog
===================================================================
--- gcc/testsuite/ChangeLog     (revision 176278)
+++ gcc/testsuite/ChangeLog     (working copy)
@@ -1,10 +1,14 @@
+2011-07-14  Bernd Schmidt  <ber...@codesourcery.com>
+
+       * gcc.dg/pr48770.c: Add dg-require-effective-target fpic.
+
 2011-07-14  Richard Guenther  <rguent...@suse.de>
 
        PR tree-optimization/49651
        * gcc.dg/torture/pr49651.c: New testcase.
 
 2011-07-14  Georg-Johann Lay  <a...@gjlay.de>
-       
+
        PR target/43746
        * gcc.dg/array-quals-1.c: Don't xfail on AVR.
 
Index: gcc/testsuite/gcc.dg/pr48770.c
===================================================================
--- gcc/testsuite/gcc.dg/pr48770.c      (revision 176171)
+++ gcc/testsuite/gcc.dg/pr48770.c      (working copy)
@@ -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)

Reply via email to