https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88589
--- Comment #5 from Lionel Debroux ---
Thanks for your tests.
On my side, with Debian 9's m68k-elf-gcc:
* the ICE reproduces just fine when using -Os but not when using -O2;
* when the cause of the ICE is commented out, the wrong codegen for the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88589
--- Comment #3 from Lionel Debroux ---
Created attachment 45286
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45286&action=edit
The output of m68k-linux-gnu-gcc -dumpspecs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88589
--- Comment #2 from Lionel Debroux ---
Created attachment 45285
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45285&action=edit
The generated S file for the wrong codegen described in 2)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88589
--- Comment #1 from Lionel Debroux ---
Created attachment 45284
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45284&action=edit
The preprocessed source file for the ICE
Assignee: unassigned at gcc dot gnu.org
Reporter: lionel_debroux at yahoo dot fr
Target Milestone: ---
Created attachment 45283
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45283&action=edit
The original source file
I looked for other bugs for the m68k-elf target