[Bug target/88359] internal compiler error: in push_reload, at reload.c:1360

2018-12-09 Thread geert.linders at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88359 --- Comment #8 from Geert linders --- (In reply to Andrew Pinski from comment #2) > 4.9.x is no longer supported, can you try a newer version of GCC? What is the oldest version of GCC that I can try?

[Bug target/88359] internal compiler error: in push_reload, at reload.c:1360

2018-12-05 Thread geert.linders at hotmail dot com
/88359] internal compiler error: in push_reload, at reload.c:1360 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88359 Andrew Pinski changed: What |Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed| |2018-12-04

[Bug target/88359] internal compiler error: in push_reload, at reload.c:1360

2018-12-05 Thread geert.linders at hotmail dot com
...@hotmail.com Subject: [Bug target/88359] internal compiler error: in push_reload, at reload.c:1360 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88359 Andrew Pinski changed: What|Removed |Added

[Bug target/88359] internal compiler error: in push_reload, at reload.c:1360

2018-12-04 Thread geert.linders at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88359 --- Comment #5 from Geert linders --- Workaround 2: add the following in front of the offending function: #pragma GCC optimize("no-move-loop-invariants") This has the advantage that it only affects the offending function and not the rest

[Bug target/88359] internal compiler error: in push_reload, at reload.c:1360

2018-12-04 Thread geert.linders at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88359 --- Comment #4 from Geert linders --- Workaround: add compiler option '-fno-move-loop-invariants'

[Bug target/88359] internal compiler error: in push_reload, at reload.c:1360

2018-12-04 Thread geert.linders at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88359 --- Comment #3 from Geert linders --- The same problem (with the same GCC version) has been reported in: https://www.avrfreaks.net/forum/avr-gcc-492-crash-internal-compiler-error-pushreload

[Bug target/88359] internal compiler error: in push_reload, at reload.c:1360

2018-12-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88359 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|