* g++.dg/lto/20090303_0.C: Do not pass -fPIC on the SPARC.
From-SVN: r167003
This commit is contained in:
parent
5a48683457
commit
a829f42ac6
@ -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
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user