CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/08/29 10:17:06
Modified files: gnu/gcc/gcc/config/m88k: m88k.c Log message: The DWARF2 code is not smart enough to recognize double-register stores as such and would create incomplete CFI information, concerning only the lowest register of the pair. Hilarity^Wcoredumps would then occur while trying to handle exceptions. Attach a note with the equivalent pair of single stores instructions, to let it do the right thing.