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 bootstrap/51725] [4.7 regression] segfault in stage 3 when compiling gcc/opts.c for sparc64-linux


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

--- Comment #16 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-03 20:57:33 UTC ---
Author: jakub
Date: Tue Jan  3 20:57:29 2012
New Revision: 182858

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182858
Log:
    PR bootstrap/51725
    * cselib.c (new_elt_loc_list): When moving locs from one
    cselib_val to its new canonical_cselib_val and the
    cselib_val was in first_containing_mem chain, but
    the canonical_cselib_val was not, add the latter into the
    chain.
    (cselib_invalidate_mem): Compare canonical_cselib_val of
    addr_list chain elt with v.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cselib.c


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