Force disabling the use of delay slots. This is ugly but gets the compiler
authormiod <miod@openbsd.org>
Wed, 27 Jul 2022 17:01:02 +0000 (17:01 +0000)
committermiod <miod@openbsd.org>
Wed, 27 Jul 2022 17:01:02 +0000 (17:01 +0000)
commit7ef8808f8aded5add118e306e08fc2f2c75d011b
tree550ed3956b6ac10e541fe923bd3f2d8d0d7b4685
parent6a7d72ef2602f5fecb6889b379d0842f75b6dbec
Force disabling the use of delay slots. This is ugly but gets the compiler
to produce 99+% correct code at all optimization levels, and can help people
who would like to tinker a bit with the backend.

(note m88k ports still use gcc 3 at the moment)
gnu/gcc/gcc/config/m88k/m88k.c