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/51900] [4.6/4.7 Regression] const variable initialization always zero


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51900

--- Comment #12 from Kai Tietz <ktietz at gcc dot gnu.org> 2012-01-23 19:55:40 UTC ---
Author: ktietz
Date: Mon Jan 23 19:55:35 2012
New Revision: 183450

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183450
Log:
    PR target/51900
    * config/i386/predicates.md (symbolic_operand): Allow
    UNSPEC_PCREL as PIC expression for lea.
    * config/i386/winnt.c (i386_pe_binds_local_p): Reworked.
    * config/i386/i386.c (ix86_delegitimize_address): Handle
    UNSPEC_PCREL for none-MEM, too.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/config/i386/predicates.md
    trunk/gcc/config/i386/winnt.c


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