https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65149
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65149
--- Comment #2 from Alexey Lapshin ---
The similar test case for C does not fail. gcc aligns this 8-bytes structure at
8-bytes so inlined lock-free code is working correctly.
Another thing is that this bug exist on x86 also. lock free code on x8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65149
--- Comment #1 from Jonathan Wakely ---
Related to PR 62259 -- maybe even a dup.