Landing: 7c19a52852b7
Project / Subsystem
gcc / gcc
Date
2026-07-24
Author
Jeff Law
Commit
7c19a52852b7bfef10430b90f8f51eedf217663d
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- gcc
- patch_id
- —
- commit_hash
- 7c19a52852b7bfef10430b90f8f51eedf217663d
- source_type
- github
- headline
- Fix m68k bootstrap warning.
- tldr
- Resolves C++ bootstrap failure on m68k by silencing an -Wempty-body warning.
- author
- Jeff Law
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • build
- • m68k
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-24T00:00:00.000Z
A recent change introduced a warning for empty if bodies that caused a bootstrap failure on the m68k architecture. This commit addresses the issue by replacing empty statement semicolons with empty brace blocks in print-rtl.cc. This change restores the m68k bootstrap process without altering program logic.