* g++.dg/lto/20090303_0.C: Do not pass -fPIC on the SPARC.

From-SVN: r167003
This commit is contained in:
Eric Botcazou 2010-11-21 14:07:03 +00:00 committed by Eric Botcazou
parent 5a48683457
commit a829f42ac6
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-11-21 Eric Botcazou <ebotcazou@adacore.com>
* g++.dg/lto/20090303_0.C: Do not pass -fPIC on the SPARC.
2010-11-21 Uros Bizjak <ubizjak@gmail.com>
PR target/46533

View File

@ -1,5 +1,6 @@
/* { dg-lto-do run } */
/* { dg-lto-options {{-flto -flto-partition=1to1 -fPIC}} } */
/* { dg-lto-options {{-flto -flto-partition=1to1}} { target sparc*-*-* } } */
/* { dg-suppress-ld-options {-fPIC} } */
void foobar(int *, int* __x) ;
int test_ints[30];