Landing: 07c6e564b41b
Project / Subsystem
gcc / testsuite
Date
2026-07-08
Author
Kyrylo Tkachov
Commit
07c6e564b41b2572d357287e6b8071971a2ca3c1
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- testsuite
- patch_id
- —
- commit_hash
- 07c6e564b41b2572d357287e6b8071971a2ca3c1
- source_type
- github
- headline
- GCC testsuite scans evrp for vrp102.c property.
- tldr
- Testsuite modification to scan evrp instead of vrp1 for property checking in vrp102.c.
- author
- Kyrylo Tkachov
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • testsuite
- • optimization
- • tree-ssa
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-08T00:00:00.000Z
The GCC testsuite is updated to scan the evrp (extended value range propagation) dump instead of vrp1 for the property checked in vrp102.c. This ensures the test observes the property at the point where it is established, improving test reliability by not depending on the diamond structure surviving until vrp1.