Landing: 3932bb4fb94a

Project / Subsystem

gcc / testsuite

Date

2026-07-04

Author

Andrew Pinski

Commit

3932bb4fb94a9a5fadebc31e7fdc6e0a66ea911d

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
testsuite
patch_id
commit_hash
3932bb4fb94a9a5fadebc31e7fdc6e0a66ea911d
source_type
github
headline
testsuite: Fix pr94589-5a.c
tldr
Testcase updated to correctly handle unsigned less than/greater than comparisons.
author
Andrew Pinski
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • testsuite
  • regression
discussion_id_link
bugzilla_pr
date
2026-07-04T00:00:00.000Z

The testcase pr94589-5a.c has been updated to correctly handle unsigned less than (u<) and unsigned greater than (u>) comparisons. This fix ensures that the test suite accurately reflects the compiler’s behavior in these scenarios, preventing false failures.