pr56396.c: Require pic support.
authorSteve Ellcey <sellcey@mips.com>
Fri, 1 Mar 2013 16:06:27 +0000 (16:06 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Fri, 1 Mar 2013 16:06:27 +0000 (16:06 +0000)
2013-03-01  Steve Ellcey  <sellcey@mips.com>

* gcc.dg/pr56396.c: Require pic support.

From-SVN: r196386

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr56396.c

index 8a2daad..b446a48 100644 (file)
@@ -1,3 +1,7 @@
+2013-03-01  Steve Ellcey  <sellcey@mips.com>
+
+       * gcc.dg/pr56396.c: Require pic support.
+
 2013-03-01  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/55481
index d2ec8fa..160545b 100644 (file)
@@ -1,5 +1,6 @@
 /* PR tree-optimization/56396 */
 /* { dg-do compile } */
+/* { dg-require-effective-target fpic } */
 /* { dg-options "-O2 -fpic -g" } */
 
 struct S { char *s; int z; };