https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117831
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Next time if you are using objdump to dump the instructions, add the -r option to dump the relocations too. Better yet use the -S option to gcc and look at the assembly that way (or use -save-temps).