Landing: 1c69a96d20cb
Project / Subsystem
gcc / testsuite
Date
2026-07-27
Author
Andrea Pinski
Commit
1c69a96d20cbfd4e9a36ee8a6bff8591150424aa
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- testsuite
- patch_id
- —
- commit_hash
- 1c69a96d20cbfd4e9a36ee8a6bff8591150424aa
- source_type
- github
- headline
- Add C++ testcase for PR 126296: <=> folding into <>.
- tldr
- Adds C++ testcases to verify correct folding of <=> into <> operator.
- author
- Andrea Pinski
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • testsuite
- • c++
- • optimization
- discussion_id_link
- github:gcc-mirror/gcc#126296
- bugzilla_pr
- —
- date
- 2026-07-27T00:00:00.000Z
New C++ test cases have been added for PR 126296, specifically targeting the folding of the <=> operator into the <> operator. These tests cover scenarios with and without trapping, ensuring the optimizations are correctly handled by the compiler.