https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65103
--- Comment #2 from Ilya Enkovich <ienkovich at gcc dot gnu.org> --- Author: ienkovich Date: Wed May 13 08:29:14 2015 New Revision: 223119 URL: https://gcc.gnu.org/viewcvs?rev=223119&root=gcc&view=rev Log: gcc/ PR target/65103 * config/i386/i386.c (ix86_rtx_costs): We want to propagate link time constants into adress expressions and therefore set their cost to 0. gcc/testsuite/ PR target/65103 * gcc.target/i386/pr65103-3.c: New. Added: trunk/gcc/testsuite/gcc.target/i386/pr65103-3.c Modified: trunk/gcc/ChangeLog trunk/gcc/config/i386/i386.c trunk/gcc/testsuite/ChangeLog