[Bug libstdc++/124124] 29_atomics/atomic/cons/zero_padding.cc FAILs
tkaminsk at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Mar 4 06:45:53 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124124
--- Comment #16 from Tomasz Kamiński <tkaminsk at gcc dot gnu.org> ---
For reference `check_v3_target_atomic_cmpxchg_word` check if atomic opeations
works on pointer (which I assume are 32bit on the target), and `{dg-add-options
libatomic}` should link libatomic if it is required for 64bit atomic support,
which I think is not handled correctly in this case.
More information about the Gcc-bugs
mailing list