http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60568
--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Thu Mar 20 16:10:33 2014 New Revision: 208707 URL: http://gcc.gnu.org/viewcvs?rev=208707&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_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/config/i386/i386.c