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/61141] [4.10 Regression] c-common.c:1502:1: ICE: in reset_insn_used_flags, at emit-rtl.c:2677


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

--- Comment #8 from Jeffrey A. Law <law at gcc dot gnu.org> ---
Author: law
Date: Mon Jun  9 16:41:10 2014
New Revision: 211380

URL: http://gcc.gnu.org/viewcvs?rev=211380&root=gcc&view=rev
Log:
2014-05-18  John David Anglin  <danglin@gcc.gnu.org>

    PR middle-end/61141
    * emit-rtl.c (reset_all_used_flags): In a sequence, check that
    XVECEXP (pat, 0, i) is an INSN before calling reset_insn_used_flags.
    (verify_rtl_sharing): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/emit-rtl.c


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