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 middle-end/66334] cleanup block fails to initialize EBX


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66334

--- Comment #12 from Vladimir Makarov <vmakarov at gcc dot gnu.org> ---
Author: vmakarov
Date: Wed Jul  8 15:04:54 2015
New Revision: 225561

URL: https://gcc.gnu.org/viewcvs?rev=225561&root=gcc&view=rev
Log:
2015-07-08  Vladimir Makarov  <vmakarov@redhat.com>

        PR middle-end/66334
        * ira-lives.c (process_bb_node_lives): Make conflicts with PIC
        hard regno live at the start of BB with incoming abnormal edges.
        * lra-lives.c (process_bb_lives): Ditto.

2015-07-08  Vladimir Makarov  <vmakarov@redhat.com>

        PR middle-end/66334
        * gcc.target/i386/pr66334.c: New.


Added:
    trunk/gcc/testsuite/gcc.target/i386/pr66334.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ira-lives.c
    trunk/gcc/lra-lives.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]