https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81785
Eric Gallager <egallager at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2017-08-11 CC| |egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager <egallager at gcc dot gnu.org> --- runs fine for me with GCC 8 on i386-apple-darwin9.8.0 (32-bit), but segfaults on me when I add -m64 to force 64-bit. -Wall -Wextra -Wstrict-overflow=5 -Warray-bounds=2 all print nothing. So confirmed that the code crashes, although someone else will have to say if GCC is truly the one at fault here.