mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-05 09:44:10 +08:00
Fix pr89330_0.C test
Fix pr89330_0.C test by adding missing effective target shared. Committed as obvious. testsuite/ * gcc/testsuite/g++.dg/lto/pr89330_0.C: Add effective-target shared. From-SVN: r273973
This commit is contained in:
parent
95bbf4751b
commit
dd1f6968d6
@ -1,3 +1,7 @@
|
||||
2019-08-01 Wilco Dijkstra <wdijkstr@arm.com>
|
||||
|
||||
* gcc/testsuite/g++.dg/lto/pr89330_0.C: Add effective-target shared.
|
||||
|
||||
2019-08-01 Kito Cheng <kito.cheng@sifive.com>
|
||||
|
||||
* gcc.target/riscv/attribute-10.c: Fix testcase on rv64.
|
||||
|
@ -1,6 +1,7 @@
|
||||
// { dg-lto-do link }
|
||||
// { dg-lto-options { { -O3 -g -flto -shared -fPIC -Wno-odr } } }
|
||||
// { dg-require-effective-target fpic }
|
||||
// { dg-require-effective-target shared }
|
||||
|
||||
namespace Inkscape {
|
||||
class Anchored {};
|
||||
|
Loading…
Reference in New Issue
Block a user