gcc/testsuite/ChangeLog:
PR debug/88046
* g++.dg/lto/pr88046_0.C: Check for shared and fPIC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267980
138bc75d-0d04-0410-961f-
82ee72b054a4
+2019-01-16 Tamar Christina <tamar.christina@arm.com>
+
+ PR debug/88046
+ * g++.dg/lto/pr88046_0.C: Check for shared and fPIC.
+
2019-01-16 Paolo Carlini <paolo.carlini@oracle.com>
* g++.dg/other/pr33558.C: Test location too.
// { dg-lto-do link }
// { dg-lto-options { { -O2 -fPIC -flto } } }
+// { dg-require-effective-target shared }
+// { dg-require-effective-target fpic }
// { dg-extra-ld-options "-shared -g" }
class a {};