public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [COMMITTED] Fix pr89330_0.C test
@ 2019-08-01 12:55 Wilco Dijkstra
  0 siblings, 0 replies; only message in thread
From: Wilco Dijkstra @ 2019-08-01 12:55 UTC (permalink / raw)
  To: GCC Patches; +Cc: nd

Fix pr89330_0.C test by adding missing effective target shared.
Committed as obvious.

ChangeLog:
2019-08-01  Wilco Dijkstra  <wdijkstr@arm.com>

	* gcc/testsuite/g++.dg/lto/pr89330_0.C: Add effective-target shared.

--
diff --git a/gcc/testsuite/g++.dg/lto/pr89330_0.C b/gcc/testsuite/g++.dg/lto/pr89330_0.C
index 7335e6919d164de425ebb9661189f0a1807388e1..9f06556754af4a5b25f62460c63868c9887b5528 100644
--- a/gcc/testsuite/g++.dg/lto/pr89330_0.C
+++ b/gcc/testsuite/g++.dg/lto/pr89330_0.C
@@ -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 {};

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-08-01 12:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-01 12:55 [COMMITTED] Fix pr89330_0.C test Wilco Dijkstra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).