https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122267
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Can you bind atomic_ref to say struct S { char a; double b; } s; s.b ?
On i686-linux, that can't be atomically updated...
jakub at gcc dot gnu.org via Gcc-bugs Tue, 14 Oct 2025 02:28:35 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122267
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Can you bind atomic_ref to say struct S { char a; double b; } s; s.b ?
On i686-linux, that can't be atomically updated...