https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32143
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=39175 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I want to say this was fixed when PR 39175 was fixed. That is for 4.2 we get: ..... @GOTPCREL(%rip), %rax movl (%rax), %eax While in 4.4.0 and above we get: movl _ZN12_GLOBAL__N_11iE(%rip), %eax