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:
Steve Ellcey 2013-03-01 16:06:27 +00:00 committed by Steve Ellcey
parent b7c3f1ca31
commit fa585637b0
2 changed files with 5 additions and 0 deletions

View 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

View 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; };