https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126129
Torbjorn SVENSSON <azoff at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Torbjorn SVENSSON <azoff at gcc dot gnu.org> ---
Turns out that the reason for the failure was that the startup code did not
properly initialize the .tdata/.tbss sections. Once that was corrected, the
test passes as expected.