[Bug rtl-optimization/84032] ICE in optimize_sc, at modulo-sched.c:1064

2019-04-26 Thread zhroma at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84032 --- Comment #7 from Roman Zhuykov --- Author: zhroma Date: Fri Apr 26 16:04:54 2019 New Revision: 270609 URL: https://gcc.gnu.org/viewcvs?rev=270609&root=gcc&view=rev Log: Backport modulo-sched fixes from mainline 2019-04-23 Roman Zhuykov m

[Bug rtl-optimization/84032] ICE in optimize_sc, at modulo-sched.c:1064

2019-04-23 Thread zhroma at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84032 Roman Zhuykov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/84032] ICE in optimize_sc, at modulo-sched.c:1064

2019-04-23 Thread zhroma at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84032 --- Comment #5 from Roman Zhuykov --- Author: zhroma Date: Tue Apr 23 12:53:43 2019 New Revision: 270511 URL: https://gcc.gnu.org/viewcvs?rev=270511&root=gcc&view=rev Log: modulo-sched: fix branch scheduling issue (PR84032) PR rtl-optim

[Bug rtl-optimization/84032] ICE in optimize_sc, at modulo-sched.c:1064

2019-04-10 Thread zhroma at ispras dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84032 --- Comment #4 from Roman Zhuykov --- There is the following mistake in logic behind the code. We want to schedule the branch instructions only as a last instruction in a row. But when branch was scheduled and we add other instructions into part

[Bug rtl-optimization/84032] ICE in optimize_sc, at modulo-sched.c:1064

2019-04-10 Thread zhroma at ispras dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84032 Roman Zhuykov changed: What|Removed |Added CC||zhroma at ispras dot ru --- Comment #3 f

[Bug rtl-optimization/84032] ICE in optimize_sc, at modulo-sched.c:1064

2018-01-31 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84032 --- Comment #2 from David Malcolm --- Created attachment 43309 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43309&action=edit Dumpfile from sms pass (up to the assertion failure)

[Bug rtl-optimization/84032] ICE in optimize_sc, at modulo-sched.c:1064

2018-01-31 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84032 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|