public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-10366] Testsuite, Darwin: skip PIE test
@ 2024-04-20 14:48 Iain D Sandoe
  0 siblings, 0 replies; only message in thread
From: Iain D Sandoe @ 2024-04-20 14:48 UTC (permalink / raw)
  To: gcc-cvs

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

commit r12-10366-ga6fa5387a3aaaa417ee46a97886d1065eb102363
Author: Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Date:   Mon Oct 30 12:41:17 2023 +0100

    Testsuite, Darwin: skip PIE test
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/pie-2.c: Skip test on darwin.
    
    (cherry picked from commit a0c557690c8d5327deda6e21f8d1deca8451a4cb)

Diff:
---
 gcc/testsuite/gcc.dg/pie-2.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.dg/pie-2.c b/gcc/testsuite/gcc.dg/pie-2.c
index 1838745a11a..0a1cc27a503 100644
--- a/gcc/testsuite/gcc.dg/pie-2.c
+++ b/gcc/testsuite/gcc.dg/pie-2.c
@@ -2,6 +2,7 @@
 /* { dg-options "-fPIE" } */
 /* { dg-require-effective-target pie } */
 /* { dg-skip-if "__PIC__ is always 1 for MIPS" { mips*-*-* } } */
+/* { dg-skip-if "__PIE__ is often not defined on darwin" { *-*-darwin* } } */
 
 #if __PIC__ != 2
 # error __PIC__ is not 2!

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

only message in thread, other threads:[~2024-04-20 14:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-20 14:48 [gcc r12-10366] Testsuite, Darwin: skip PIE test 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).