Landing: 4302e16581b4
Project / Subsystem
gcc / vect
Date
2026-07-10
Author
Andrew Pinski
Commit
4302e16581b490a196a11de3a54a424f52e27340
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- vect
- patch_id
- —
- commit_hash
- 4302e16581b490a196a11de3a54a424f52e27340
- source_type
- github
- headline
- Vect: Add back testcases for trapping math with comparisons [PR36190]
- tldr
- Reintroduced test cases for vectorization of trapping math operations with comparisons, fixing a historical oversight.
- author
- Andrew Pinski
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • vectorization
- • testsuite
- • optimization
- • floating-point
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-10T00:00:00.000Z
This commit adds back test cases for the vectorization of operations involving trapping math and comparisons, specifically addressing issues related to PR36190. These tests, previously renamed and then fixed, were not reinstated for trapping math until now. They are explicitly enabled with the -ftrapping-math flag.