Landing: fbf903e5b9f5
Project / Subsystem
gcc / gcc
Date
2026-05-17
Author
Dhruv Chawla
Commit
fbf903e5b9f544810e3501fb56262ee393ff89a9
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- gcc
- patch_id
- —
- commit_hash
- fbf903e5b9f544810e3501fb56262ee393ff89a9
- source_type
- github
- headline
- Reflows lines made longer than 80 characters by typo fixes
- tldr
- This commit reflows lines in various files that exceeded 80 characters due to recent typo fixes.
- author
- Dhruv Chawla
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • code style
- • refactor
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-17T00:00:00.000Z
This commit addresses line length issues introduced by recent typo fixes. Several lines in different files across the GCC codebase were made longer than 80 characters due to the typo corrections. This commit reflows those lines back to meet the 80-character limit.