GCC Newspaper
JULY 29, 2026
Date
/
Architectures
Components
Topics
News & Policy
gcc/m68k

Fix m68k bootstrap due to diagnostic

Corrected macro parentheses in m68k configuration for bootstrap compatibility.

A bug in the m68k configuration’s diagnostic handling prevented a successful bootstrap. This change adjusts parentheses within a macro to correctly wrap the macro parameter, resolving the build issue.

In Details

The ASM_PREFERRED_EH_DATA_FORMAT macro in config/m68k/m68k.h had incorrect parenthesis placement that interfered with diagnostic-related bootstrapping on m68k targets. This commit corrects the macro's structure to ensure proper parameter wrapping, unblocking the build.

Filed Under: m68kbootstrapdiagnostics