[Bug rtl-optimization/110528] selective scheduling seems to go into an infinite loop

2024-02-19 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110528 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|2023-07-03 00:0

[Bug rtl-optimization/110528] selective scheduling seems to go into an infinite loop

2023-07-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110528 --- Comment #6 from Andrew Pinski --- With selective scheduling on my reduced testcase: ``` Time variable usr sys wall GGC phase setup: 0.00 ( 0%) 0.01

[Bug rtl-optimization/110528] selective scheduling seems to go into an infinite loop

2023-07-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110528 --- Comment #5 from Andrew Pinski --- Here is a testcase which does not go into an infinite loop but takes a little more than 4 seconds to compile which is a lot: ``` static unsigned short g_231 = 1UL; void func_61(unsigned p_62) { unsigned ch

[Bug rtl-optimization/110528] selective scheduling seems to go into an infinite loop

2023-07-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110528 Andrew Pinski changed: What|Removed |Added Summary|Timeout with with specific |selective scheduling seems