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 rtl-optimization/44012] [4.5/4.6 Regression] ICE: SIGSEGV in ira_merge_allocno_live_ranges



------- Comment #14 from hjl at gcc dot gnu dot org  2010-05-10 14:05 -------
Subject: Bug 44012

Author: hjl
Date: Mon May 10 14:05:16 2010
New Revision: 159224

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159224
Log:
Nullify regno_allocno_map of the removed allocno.

gcc/

2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>

        Backport from mainline
        2010-05-10  H.J. Lu<hongjiu.lu@intel.com>
                    Vladimir Makarov<vmakarov@redhat.com>

        PR rtl-optimization/44012
        * ira-build.c (remove_unnecessary_allocnos): Nullify
        regno_allocno_map of the removed allocno.

gcc/testsuite/

2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>

        Backport from mainline
        2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>

        PR rtl-optimization/44012
        * gcc.dg/pr44012.c: New.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/pr44012.c
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/ira-build.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


-- 


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


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