public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-694] testsuite: add missing dg-require-effective-target fpic
@ 2022-05-20 15:26 Marc Poulhiès
  0 siblings, 0 replies; only message in thread
From: Marc Poulhiès @ 2022-05-20 15:26 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:d5cf2a1f15ef6b46881f600dabf70636f531de2e

commit r13-694-gd5cf2a1f15ef6b46881f600dabf70636f531de2e
Author: Marc Poulhiès <poulhies@adacore.com>
Date:   Thu Mar 31 13:50:35 2022 +0000

    testsuite: add missing dg-require-effective-target fpic
    
    Require effective target fpic for newly added test.
    
    gcc/testsuite/
            * g++.dg/ext/visibility/visibility-local-extern1.C: Add missing
            dg-require-effective-target fpic.

Diff:
---
 gcc/testsuite/g++.dg/ext/visibility/visibility-local-extern1.C | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/g++.dg/ext/visibility/visibility-local-extern1.C b/gcc/testsuite/g++.dg/ext/visibility/visibility-local-extern1.C
index 40c20199d0c..6fb1cc7f381 100644
--- a/gcc/testsuite/g++.dg/ext/visibility/visibility-local-extern1.C
+++ b/gcc/testsuite/g++.dg/ext/visibility/visibility-local-extern1.C
@@ -1,6 +1,7 @@
 // PR c++/103291
 // { dg-additional-options -fpic }
 // { dg-final { scan-assembler-not "@GOTPCREL" } }
+// { dg-require-effective-target fpic }
 
 #pragma GCC visibility push(hidden)


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

only message in thread, other threads:[~2022-05-20 15:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20 15:26 [gcc r13-694] testsuite: add missing dg-require-effective-target fpic Marc Poulhiès

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).