https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124124
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tomasz Kaminski <[email protected]>: https://gcc.gnu.org/g:060d7c2a9c1fe16d23d98a74287fdb7c73ddb784 commit r16-7548-g060d7c2a9c1fe16d23d98a74287fdb7c73ddb784 Author: Tomasz KamiÅski <[email protected]> Date: Mon Feb 16 15:07:54 2026 +0100 libstdc++: Correct requirements for atomic/cons/zero_padding.cc tests [PR124124]. This test uses atomic<T>::compare_exchange_strong and thus may require libatomic and atomic-cmpxchg-word. The requirement on thread-fence and non_pch were superfulous. PR libstdc++/124124 libstdc++-v3/ChangeLog: * testsuite/29_atomics/atomic/cons/zero_padding.cc: Adjust dg-require. Reviewed-by: Jonathan Wakely <[email protected]> Reviewed-by: Patrick Palka <[email protected]> Signed-off-by: Tomasz KamiÅski <[email protected]>
