[Bug c/88160] Error: register save offset not a multiple of 4

2018-11-22 Thread armin at diedering dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88160 --- Comment #1 from Armin Diedering --- little correcture: the first command line (without error) should be: gcc -mshort -mcpu=5475 -g -S test.c -o- the second command line (with error) should be: gcc -mshort -mcpu=5475 -g -O2 -S test.c -o- an

[Bug c/88160] New: Error: register save offset not a multiple of 4

2018-11-22 Thread armin at diedering dot de
: c Assignee: unassigned at gcc dot gnu.org Reporter: armin at diedering dot de Target Milestone: --- The bug can reproduced in gcc-4.9.4 and gcc-8.1.0 for target m68k. The error may also affect other targets. It's IMHO internal stuff. More accurate: The bug treat