Landing: 07407f494c69

Project / Subsystem

gcc / s390

Date

2026-07-15

Author

Stefan Schulze Frielinghaus

Commit

07407f494c695045a649b5d4e111e9aede76318c

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
s390
patch_id
commit_hash
07407f494c695045a649b5d4e111e9aede76318c
source_type
github
headline
s390: Fix constraints for floating-point registers in test case
tldr
Corrects register constraints in an s390 test case to properly use floating-point registers.
author
Stefan Schulze Frielinghaus
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • s390
  • testsuite
  • assembly
discussion_id_link
bugzilla_pr
date
2026-07-15T00:00:00.000Z

A test case for the s390 architecture, gcc.target/s390/asm-hard-reg-7.c, had incorrect constraints for inline assembly. This commit modifies the test to utilize the ‘f’ constraint, which specifically denotes floating-point registers on the s390 architecture. This ensures the test accurately reflects intended register usage.