https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66483
--- Comment #10 from Thomas Preud'homme <thopre01 at gcc dot gnu.org> --- There is something strange about this bug. I compiled an arm-linux-gnueabihf gcc only (using make all-gcc) twice, once with an arm-none-eabi cross binutils in the PATH and once without. The bug is reproduced with the former case but not the latter. I checked the objdump of object files in both case and most files have no difference, with a few showing at first glance only small offset difference. Could there be a dangling pointer issue at play? r212178 can be backported without issue but any full build of gcc for me falls in the latter case so I'm not confident with the testing.