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)
if (align_functions == 0)
align_functions = TARGET_88100 ? 16 : 8;
+#if 1 /* XXX breaks -freorder-blocks and even without it, tree-cfg.c */
+ flag_delayed_branch = 0;
+#endif
+
/* XXX -freorder-blocks (enabled at -O2) does not work with -fdelayed-branch
yet. */
if (flag_delayed_branch)