http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60568
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Thu Mar 20 16:05:41 2014 New Revision: 208706 URL: http://gcc.gnu.org/viewcvs?rev=208706&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: trunk/gcc/ChangeLog trunk/gcc/config/i386/i386.c