Landing: 6c3bea12470a

Project / Subsystem

gcc / testsuite/aarch64

Date

2026-07-24

Author

Andrea Pinski

Commit

6c3bea12470afd607fe7a56da18c312a6784ec4c

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
testsuite/aarch64
patch_id
commit_hash
6c3bea12470afd607fe7a56da18c312a6784ec4c
source_type
github
headline
Update test for aarch64 SVE register usage.
tldr
Fixes a failing aarch64 test by updating expected register usage in `bitint-args.c`.
author
Andrea Pinski
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • testsuite
  • aarch64
  • sve
discussion_id_link
bugzilla_pr
date
2026-07-24T00:00:00.000Z

The bitint-args.c test for AArch64 was failing due to incorrect expectations about register usage. This commit updates the test case to reflect the compiler’s preference for using the w form of registers over the x form for the f19 instruction. This alignment ensures the test suite accurately reflects the compiler’s generated code.