http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60568
--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Thu Mar 20 16:34:32 2014 New Revision: 208717 URL: http://gcc.gnu.org/viewcvs?rev=208717&root=gcc&view=rev Log: PR target/60568 * config/i386/i386.c (x86_output_mi_thunk): Surround UNSPEC_GOT into CONST, put pic register as first operand of PLUS. Use gen_const_mem for both 32-bit and 64-bit PIC got loads. Modified: branches/gcc-4_7-branch/gcc/ChangeLog branches/gcc-4_7-branch/gcc/config/i386/i386.c