public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-5852] testsuite, i386: fix split-stack test
@ 2023-11-26 10:50 François-Xavier Coudert
  0 siblings, 0 replies; only message in thread
From: François-Xavier Coudert @ 2023-11-26 10:50 UTC (permalink / raw)
  To: gcc-cvs

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

commit r14-5852-gc54ee4fc1667593081ce80030eeb70838267ad96
Author: Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Date:   Sun Nov 26 11:48:33 2023 +0100

    testsuite, i386: fix split-stack test
    
    The new test at gcc.target/i386/pr112686.c fails on darwin with:
    
    Excess errors:
    cc1: error: '-fsplit-stack' currently only supported on GNU/Linux
    cc1: error: '-fsplit-stack' is not supported by this compiler configuration
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/i386/pr112686.c: Add a requirement for split_stack.

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

diff --git a/gcc/testsuite/gcc.target/i386/pr112686.c b/gcc/testsuite/gcc.target/i386/pr112686.c
index 858e91ba727..4f452d9bdd9 100644
--- a/gcc/testsuite/gcc.target/i386/pr112686.c
+++ b/gcc/testsuite/gcc.target/i386/pr112686.c
@@ -1,5 +1,6 @@
 /* PR target/112686 */
 /* { dg-do compile { target lp64 } } */
+/* { dg-require-effective-target split_stack } */
 /* { dg-options "-fsplit-stack -mcmodel=large" } */
 
 void foo (void) {}

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

only message in thread, other threads:[~2023-11-26 10:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-26 10:50 [gcc r14-5852] testsuite, i386: fix split-stack test François-Xavier Coudert

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