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

Andrey Belevantsev <abel at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22050|0                           |1
        is obsolete|                            |

--- Comment #17 from Andrey Belevantsev <abel at gcc dot gnu.org> 2010-11-03 12:23:09 UTC ---
Created attachment 22248
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22248
Updated patch

The updated patch is posted at
http://gcc.gnu.org/ml/gcc-patches/2010-11/msg00273.html.  It is simpler as we
now agreed that the scheduler should not issue more than issue_rate insns, so
we fix the resetting loop itself instead of the core scheduler, retaining the
needed bits from the previous patch.


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