https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60078
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |SUSPENDED
--- Comment #16 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
The test exhibits erroneous execution (aka undefined behavior) as per the RM
9.10(19/5) subclause as it accesses global nonatomic variables concurrently.
