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/45352] ICE: in reset_sched_cycles_in_current_ebb, at sel-sched.c:7058


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

--- Comment #26 from Zdenek Sojka <zsojka at seznam dot cz> 2011-01-10 16:39:43 UTC ---
(In reply to comment #25)
> Sigh, in this case I forgot that we now also stall when we have issued exactly
> issue_rate instructions, so in this case we also need to recheck the DFA, not
> only after the data dependency stall.  So the last patch should be amended like
> below.
> 

During a lot of testing, I didn't get any ICE or miscompilation with that
patch.


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