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/20177] ICE in schedule-insns for -O2 -fmodulo-sched


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-23 18:52 -------
Hmm, that means someone is not updating the dead count correct:
            gcc_assert (deaths_in_region[rgn]
                        == count_or_remove_death_notes (blocks, 0));

Maybe related to the fixed PR 17933.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


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


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