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:
parent
22eab31ac5
commit
71c753d013
3 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 } } } */
|
||||
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue