Landing: 266b6523fa6e

Project / Subsystem

gcc / testsuite/aarch64

Date

2026-07-26

Author

Kyrylo Tkachov

Commit

266b6523fa6eef1d8591466f80f23d39c0912aee

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
testsuite/aarch64
patch_id
commit_hash
266b6523fa6eef1d8591466f80f23d39c0912aee
source_type
github
headline
aarch64 testsuite: restore the second lane-index error in mf8_data_2.c
tldr
Restores a missed diagnostic error in an aarch64 NEON lane index test.
author
Kyrylo Tkachov
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • testsuite
  • aarch64
  • neon
  • intrinsics
discussion_id_link
bugzilla_pr
date
2026-07-26T00:00:00.000Z

A test case for aarch64 NEON intrinsics (mf8_data_2.c) has been corrected to include a diagnostic error for an out-of-range second lane index in vcopy_lane_mf8. This error was inadvertently removed during a previous porting effort, and its restoration ensures the test accurately reflects the compiler’s behavior.