Landing: 38688249af87

Project / Subsystem

gcc / testsuite

Date

2026-05-13

Author

Naveen

Commit

38688249af87f930c6145501568afb6e34393631

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
testsuite
patch_id
commit_hash
38688249af87f930c6145501568afb6e34393631
source_type
github
headline
Testsuite: Move pr123286.c to gcc.target/aarch64/
tldr
Moves a test case to the aarch64-specific directory because it requires AArch64-specific headers.
author
Naveen
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • testsuite
  • aarch64
  • build
  • organization
discussion_id_link
bugzilla_pr
date
2026-05-13T00:00:00.000Z

This commit moves the test case pr123286.c from gcc.dg/ to gcc.target/aarch64/. The test case includes <arm_neon.h>, which is only available on AArch64 targets. Placing the test case in the gcc.target/aarch64/ directory ensures that it is only compiled when the target context is implicitly AArch64, resolving a dependency issue.