Landing: 450658596be7

Project / Subsystem

gcc / testsuite

Date

2026-07-25

Author

Torbjörn SVENSSON

Commit

450658596be7b45d4682f4e98dafd211ffcfc40d

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
testsuite
patch_id
commit_hash
450658596be7b45d4682f4e98dafd211ffcfc40d
source_type
github
headline
testsuite: arm: require fp16 alternative hw for tests
tldr
ARM FP16 tests now require hardware support, not just multilib configuration.
author
Torbjörn SVENSSON
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • testsuite
  • arm
discussion_id_link
bugzilla_pr
date
2026-07-25T00:00:00.000Z

GCC test cases for ARM’s FP16 instructions now explicitly require hardware support rather than relying solely on multilib configuration settings. This change prevents tests from linking successfully but failing at runtime due to missing actual FP16 hardware capabilities, ensuring more reliable test results.