diff mbox

Fix a testcase

Message ID 4E1F1CC0.9010507@codesourcery.com
State New
Headers show

Commit Message

Bernd Schmidt July 14, 2011, 4:43 p.m. UTC
I've committed the following as obvious. This showed up as a failure
with C6X.


Bernd
diff mbox

Patch

Index: gcc/testsuite/ChangeLog
===================================================================
--- gcc/testsuite/ChangeLog	(revision 176278)
+++ gcc/testsuite/ChangeLog	(working copy)
@@ -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: 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)