This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/65103] [i386] GOTOFF relocation is not propagated into address expression


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]