]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite, C++, Darwin: Skip cxa_atexit-6, which is not applicable.
authorIain Sandoe <iain@sandoe.co.uk>
Sat, 11 May 2024 08:24:33 +0000 (09:24 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Sun, 19 May 2024 13:33:16 +0000 (14:33 +0100)
commit1073469074ff132478ec8d923ed8635c672f7d9b
treef4a439eb1414a7b83243ba91759d36878368641a
parent0aa709ff9d4ca2f9794c4072d81bb68d784dd86c
testsuite, C++, Darwin: Skip cxa_atexit-6, which is not applicable.

For Darwin, non-weak functions defined in a TU always bind locally
and so cxa_atexit-6.C is not applicable here.

PR testsuite/114982

gcc/testsuite/ChangeLog:

* g++.dg/tree-ssa/cxa_atexit-6.C: Skip for Darwin.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/testsuite/g++.dg/tree-ssa/cxa_atexit-6.C