pr56396.c: Require pic support.
2013-03-01 Steve Ellcey <sellcey@mips.com> * gcc.dg/pr56396.c: Require pic support. From-SVN: r196386
This commit is contained in:
parent
b7c3f1ca31
commit
fa585637b0
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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; };
|
||||
|
|
Loading…
Add table
Reference in a new issue