On 2/18/24 02:18, Mikael Pettersson wrote:
m68k fails to bootstrap since -ffold-mem-offsets was introduced,
in what looks like wrong-code during stage2.

To restore bootstrap this disables -ffold-mem-offsets on m68k.
It's not ideal, but better than keeping bootstraps broken until
the root cause is debugged and fixed.

Tested with a bootstrap and regression test run on m68k-linux-gnu.

Ok for master? (I'll need help getting it committed.)

gcc/
        PR target/113357
        * config/m68k/m68k.cc (m68k_option_override): Disable
        -ffold-mem-offsets.  Fix typo in comment.
Definitely not OK. This needs to be debugged further, just disabling the pass is not the right solution here.

It is also worth noting I'm bootstrapping and regression testing the m68k weekly.

jeff

Reply via email to