public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-10370] Testsuite: restrict test to nonpic targets
@ 2024-04-21 13:01 Iain D Sandoe
  0 siblings, 0 replies; only message in thread
From: Iain D Sandoe @ 2024-04-21 13:01 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0eb6f8874047f7e7f13027aaac14d3de276c5e69

commit r12-10370-g0eb6f8874047f7e7f13027aaac14d3de276c5e69
Author: Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Date:   Mon Dec 11 09:26:23 2023 +0100

    Testsuite: restrict test to nonpic targets
    
    The test is currently failing on x86_64-apple-darwin.
    
    gcc/testsuite/ChangeLog:
    
            PR testsuite/112297
            * gcc.target/i386/pr100936.c: Require nonpic target.
    
    (cherry picked from commit 02f562484c17522d79a482ac702a5fa3c2dfdd10)

Diff:
---
 gcc/testsuite/gcc.target/i386/pr100936.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.target/i386/pr100936.c b/gcc/testsuite/gcc.target/i386/pr100936.c
index c076cbb2405..af494946fcd 100644
--- a/gcc/testsuite/gcc.target/i386/pr100936.c
+++ b/gcc/testsuite/gcc.target/i386/pr100936.c
@@ -1,6 +1,7 @@
 /* PR target/100936 */
 /* { dg-do assemble } */
 /* { dg-options "-O2" } */
+/* { dg-require-effective-target nonpic } */
 
 __seg_gs int var;

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

only message in thread, other threads:[~2024-04-21 13:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-21 13:01 [gcc r12-10370] Testsuite: restrict test to nonpic targets Iain D Sandoe

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