]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite, i386: fix split-stack test
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sun, 26 Nov 2023 10:48:33 +0000 (11:48 +0100)
committerFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sun, 26 Nov 2023 10:48:33 +0000 (11:48 +0100)
commitc54ee4fc1667593081ce80030eeb70838267ad96
tree4b2d78130656096ca335575cbf1383fd1fe79679
parentec84a1e7a18f65858a1b129ff80cb32e64cf151b
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.
gcc/testsuite/gcc.target/i386/pr112686.c