pr55150-2.c: Add pic support check.

2012-12-12  Steve Ellcey  <sellcey@mips.com>

	* gcc.dg/pr55150-2.c: Add pic support check.
	* gcc.dg/lto/pr54709_0.c: Ditto.

From-SVN: r194454
This commit is contained in:
Steve Ellcey 2012-12-12 21:16:18 +00:00 committed by Steve Ellcey
parent 22eab31ac5
commit 71c753d013
3 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2012-12-12 Steve Ellcey <sellcey@mips.com>
* gcc.dg/pr55150-2.c: Add pic support check.
* gcc.dg/lto/pr54709_0.c: Ditto.
2012-12-12 Zdenek Dvorak <ook@ucw.cz>
PR tree-optimization/55481

View file

@ -1,5 +1,6 @@
/* { dg-lto-do link } */
/* { dg-require-visibility "hidden" } */
/* { dg-require-effective-target fpic } */
/* { dg-extra-ld-options { -shared } } */
/* { dg-lto-options { { -fPIC -fvisibility=hidden -flto } } } */

View file

@ -1,5 +1,6 @@
/* PR middle-end/55150 */
/* { dg-do compile } */
/* { dg-require-effective-target fpic } */
/* { dg-options "-Os -g -fPIC" } */
typedef unsigned char DES_cblock[8];