derefs in at least one case and I do not have time to debug this before the
release.
ok deraadt@
}
else
m68k_align_funcs = def_align;
+
+#if defined(OPENBSD_NATIVE) || defined(OPENBSD_CROSS)
+ /* -fcse-skip-blocks causes NULL pointer dereferences in merge_blocks()
+ when invoked from delete_unreachable_blocks(). Disable it until the
+ real cause is found. */
+ flag_cse_skip_blocks = 0;
+#endif
}
\f
/* This function generates the assembly code for function entry.