[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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88359

--- Comment #7 from Geert linders  ---
 Hi Pinskia,

Which minimum version of avr-gcc is suitable?


Cheers - Geert


From: pinskia at gcc dot gnu.org 
Sent: Wednesday, 5 December 2018 10:21
To: geert.lind...@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


Status|UNCONFIRMED
|WAITING
 Last
reconfirmed|
|2018-12-04
 Ever
confirmed|0
|1

--- Comment #2 from Andrew Pinski  ---
4.9.x is no longer supported, can you try a newer version of GCC?

--
You are receiving this mail because:
You are on the CC list for the bug.
You reported the bug.

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

2018-12-05 Thread geert.linders at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88359

--- Comment #6 from Geert linders  ---
Hi Pinskia,

Which minimum version of avr-gcc is suitable?


Cheers - Geert

From: pinskia at gcc dot gnu.org 
Sent: Wednesday, 5 December 2018 10:21
To: geert.lind...@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

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2018-12-04
 Ever confirmed|0   |1

--- Comment #2 from Andrew Pinski  ---
4.9.x is no longer supported, can you try a newer version of GCC?

--
You are receiving this mail because:
You are on the CC list for the bug.
You reported the bug.

[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 of the source file(s).

[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||2018-12-04
 Ever confirmed|0   |1

--- Comment #2 from Andrew Pinski  ---
4.9.x is no longer supported, can you try a newer version of GCC?