980523-1.c, [...]: Use target fpic.

* gcc.dg/980523-1.c, gcc.dg/980526-1.c, gcc.dg/switch-1.c: Use
	target fpic.

From-SVN: r112204
This commit is contained in:
Joseph Myers 2006-03-18 21:44:50 +00:00 committed by Joseph Myers
parent fc60b22f9c
commit 828d25ea3d
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2006-03-18 Joseph S. Myers <joseph@codesourcery.com>
* gcc.dg/980523-1.c, gcc.dg/980526-1.c, gcc.dg/switch-1.c: Use
target fpic.
2006-03-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gfortran.dg/direct_io_1.f90, gfortran.dg/iostat_2.f90,

View File

@ -1,4 +1,4 @@
/* { dg-do run { target rs6000-*-linux* powerpc*-*-linux*} } */
/* { dg-do run { target fpic } } */
/* { dg-options "-O2 -fpic" } */
extern void exit (int);

View File

@ -1,4 +1,4 @@
/* { dg-do compile { target rs6000-*-linux* powerpc*-*-linux* } } */
/* { dg-do compile { target fpic } } */
/* { dg-options "-O2 -fpic" } */
int

View File

@ -1,4 +1,4 @@
/* { dg-do compile { target rs6000-*-linux* powerpc*-*-linux*} } */
/* { dg-do compile { target fpic } } */
/* { dg-options "-fpic -O2" } */
void f (char *s)