Landing: 1aababb8e205
Project / Subsystem
gcc / libstdc++
Date
2026-05-19
Author
Nathan Myers
Commit
1aababb8e205a441fe55f9acecc8c6c1ca552ec6
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- libstdc++
- patch_id
- —
- commit_hash
- 1aababb8e205a441fe55f9acecc8c6c1ca552ec6
- source_type
- github
- headline
- libstdc++: Fix Build Failures After acfdad706d8
- tldr
- This commit fixes build failures in libstdc++ caused by a recent commit.
- author
- Nathan Myers
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • libstdc++
- • build
- • bugfix
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-19T00:00:00.000Z
This commit addresses build failures in libstdc++ introduced by commit acfdad706d8. It removes a symbol that was inadvertently included in GLIBCXX_3.4.21 and adds a guard to quiet a warning related to exception handling. This ensures that the library builds correctly after the previous changes.