Fix g++.dg/lto/pr89330 on Solaris
* g++.dg/lto/pr89330_0.C (dg-lto-options): Add -fPIC. Require fpic support. From-SVN: r273856
This commit is contained in:
parent
aef57966f4
commit
4f394a9e1c
@ -1,3 +1,8 @@
|
||||
2019-07-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* g++.dg/lto/pr89330_0.C (dg-lto-options): Add -fPIC.
|
||||
Require fpic support.
|
||||
|
||||
2019-07-27 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
* gcc.target/powerpc/bmi2-bzhi64-1a.c: Add options to enable altivec
|
||||
|
@ -1,5 +1,6 @@
|
||||
// { dg-lto-do link }
|
||||
// { dg-lto-options { { -O3 -g -flto -shared -Wno-odr } } }
|
||||
// { dg-lto-options { { -O3 -g -flto -shared -fPIC -Wno-odr } } }
|
||||
// { dg-require-effective-target fpic }
|
||||
|
||||
namespace Inkscape {
|
||||
class Anchored {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user