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?
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
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.
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88359
--- Comment #4 from Geert linders ---
Workaround: add compiler option '-fno-move-loop-invariants'
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88359
Geert linders changed:
What|Removed |Added
CC||geert.linders at hotmail dot
com
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: geert.linders at hotmail dot com
Target Milestone: ---
Created attachment 45154
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45154&action=edit
preprocessed source
See attachme