* gcc.dg/ultrasp7.c: Add fpic target requirement.

From-SVN: r126513
This commit is contained in:
Nathan Froyd 2007-07-10 14:37:02 +00:00 committed by Nathan Froyd
parent f38306151a
commit a73e24b390
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-07-10 Nathan Froyd <froydnj@codesourcery.com>
* gcc.dg/ultrasp7.c: Add fpic target requirement.
2007-07-10 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
PR testsuite/25241

View File

@ -1,6 +1,7 @@
/* PR c/8281 */
/* Originator: TANIGUCHI Yasuaki <yasuaki@k8.dion.ne.jp> */
/* { dg-do compile { target sparc-*-* } } */
/* { dg-require-effective-target fpic } */
/* { dg-options "-O2 -mcpu=ultrasparc -fPIC" } */
static const double bp = 1.0, dp_l[] = { 0.0 };