Landing: 5b8016c0c8db
Project / Subsystem
gcc / c++
Date
2026-05-15
Author
Marek Polacek
Commit
5b8016c0c8db7a67917c2e61e1c01fa0cb5b61b3
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- c++
- patch_id
- —
- commit_hash
- 5b8016c0c8db7a67917c2e61e1c01fa0cb5b61b3
- source_type
- github
- headline
- c++: Remove dead code
- tldr
- Removes dead code from the cxx_eval_bare_aggregate function in constexpr.cc.
- author
- Marek Polacek
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • c++
- • constexpr
- • dead code
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-15T00:00:00.000Z
This commit removes a section of code within the cxx_eval_bare_aggregate function in constexpr.cc that has been marked as dead code for an extended period. The code was deemed unnecessary and has now been removed to improve code cleanliness and maintainability.