]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: g++.dg/cpp2a/decomp2.C requires tls_runtime
authorChristophe Lyon <christophe.lyon@linaro.org>
Thu, 17 Apr 2025 07:12:17 +0000 (07:12 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Fri, 9 May 2025 08:45:20 +0000 (08:45 +0000)
commitdd1ee31540bd3eaca5441dc815ea9284bcc09af3
treeb92a68b8785cc5f7ec55683e66116afb9081a67f
parentdd87540491de7242416751666089fcdbce434e7b
testsuite: g++.dg/cpp2a/decomp2.C requires tls_runtime

Since this test is a 'dg-do run', it requires tls_runtime rather than
just tls.

This makes the test UNSUPPORTED on targets such as arm-non-eabi,
instead of FAIL/UNRESOLVED because __aeabi_read_tp is not provided
(e.g. when GCC is configured with --enable-threads=no.

gcc/testsuite/ChangeLog:

* g++.dg/cpp2a/decomp2.C: Require tls_runtime.
gcc/testsuite/g++.dg/cpp2a/decomp2.C