Landing: cfc5aa4ed975
Project / Subsystem
gcc / gcc
Date
2026-07-13
Author
Torbjörn SVENSSON
Commit
cfc5aa4ed975c4aa2858af1579dbb842ee78f9df
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- gcc
- patch_id
- —
- commit_hash
- cfc5aa4ed975c4aa2858af1579dbb842ee78f9df
- source_type
- github
- headline
- Fix compilation issue introduced in r17-2365-gc5627f93a82591
- tldr
- Resolves a compilation error by removing a misplaced diagnostic option reference.
- author
- Torbjörn SVENSSON
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • build
- • diagnostics
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-13T00:00:00.000Z
This commit fixes a compilation issue that arose from a previous change (r17-2365-gc5627f93a82591). The problem was caused by a leftover reference to the OPT_Wuse_after_free option in gcc-diagnostic-spec.cc, which has now been removed.