Landing: 1f949c2f1ab6
Project / Subsystem
gcc / gcc/m68k
Date
2026-07-10
Author
Jeff Law
Commit
1f949c2f1ab60a8b3e3d99faff337a921150d2f4
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- gcc/m68k
- patch_id
- —
- commit_hash
- 1f949c2f1ab60a8b3e3d99faff337a921150d2f4
- source_type
- github
- headline
- Fix m68k bootstrap due to diagnostic
- tldr
- Corrected macro parentheses in m68k configuration for bootstrap compatibility.
- author
- Jeff Law
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • m68k
- • bootstrap
- • diagnostics
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-10T00:00:00.000Z
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.