https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114865
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> --- The problem is only with auto atomic variables. Looks like the padding there is not being zeroed for -std=c++11 ...
pinskia at gcc dot gnu.org via Gcc-bugs Fri, 26 Apr 2024 17:25:58 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114865
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> --- The problem is only with auto atomic variables. Looks like the padding there is not being zeroed for -std=c++11 ...