https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123875
--- Comment #5 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:682c95b808724e6f876ea709b873ac6771704d7b commit r16-7460-g682c95b808724e6f876ea709b873ac6771704d7b Author: Tomasz KamiÅski <[email protected]> Date: Wed Feb 11 15:05:00 2026 +0100 libstdc++: Add test for atomic with padding on heap [PR123875] C++26 makes the values of uninitialized stack object erroneous, de-facto requiring their initialization, so adding a test for variable on heap. PR libstdc++/123875 libstdc++-v3/ChangeLog: * testsuite/29_atomics/atomic/cons/static_zero_padding.cc: Move to... * testsuite/29_atomics/atomic/cons/zero_padding.cc: ...here and added heap tests. Also fixed trailing whitespaces.
