CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/08/20 09:41:52
Modified files: gnu/gcc/gcc/config/m88k: m88k.c Log message: Disable -freorder-blocks instead of -fdelayed-branch. The latter was disabled because it was noticed that it did not play well with the former, but {pain,care}ful analysis has shown that this was actually -freorder-blocks misbehaving and feeding the further optimization passes incorrect information.