Landing: 28838a51e4d9

Project / Subsystem

gcc / testsuite

Date

2026-07-22

Author

Torbjörn SVENSSON

Commit

28838a51e4d9cc4b9df79b7c59ffc59a36deeff4

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
testsuite
patch_id
commit_hash
28838a51e4d9cc4b9df79b7c59ffc59a36deeff4
source_type
github
headline
testsuite: Use arm_neon as xfail condition for PR118407
tldr
Corrects testsuite condition for arm_neon targets in PR118407.
author
Torbjörn SVENSSON
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • testsuite
  • arm
  • neon
  • regression
discussion_id_link
bugzilla_pr
date
2026-07-22T00:00:00.000Z

A test case in the GCC testsuite (predcom-8.c) had an incorrect xfail condition. This commit changes the condition to arm_neon to accurately reflect where the test is expected to fail, specifically addressing issues observed with Cortex-M targets after a previous code revision.