This is the mail archive of the gcc-patches@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]

patch to fix PR55048


The following patch fixes

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

LRA tried to take BB from non-NOTE_INSN_BASIC_BLOCK note and got NULL which resulted in SIGSEGV.

The patch was successfully bootstrapped with java on x86/x86-64.

Committed as rev. 192770.

2012-10-24 Vladimir Makarov <vmakarov@redhat.com>

    PR bootstrap/55048
    * lra-constraints.c (update_ebb_live_info): Skip
    non-NOTE_INSN_BASIC_BLOCK notes.


Attachment: pr55048.patch
Description: Text document


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