From: Steve Ellcey Date: Fri, 1 Mar 2013 16:06:27 +0000 (+0000) Subject: pr56396.c: Require pic support. X-Git-Tag: upstream/12.2.0~71050 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa585637b05894c80d44957f47317653d8cd91a7;p=platform%2Fupstream%2Fgcc.git pr56396.c: Require pic support. 2013-03-01 Steve Ellcey * gcc.dg/pr56396.c: Require pic support. From-SVN: r196386 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8a2daad..b446a48 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-03-01 Steve Ellcey + + * gcc.dg/pr56396.c: Require pic support. + 2013-03-01 Richard Biener PR tree-optimization/55481 diff --git a/gcc/testsuite/gcc.dg/pr56396.c b/gcc/testsuite/gcc.dg/pr56396.c index d2ec8fa..160545b 100644 --- a/gcc/testsuite/gcc.dg/pr56396.c +++ b/gcc/testsuite/gcc.dg/pr56396.c @@ -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; };