Landing: 755885f5424c

Project / Subsystem

gcc / testsuite

Date

2026-07-10

Author

Rainer Orth

Commit

755885f5424c5b843e8b82c3afb4aa1a1d4a6e58

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
testsuite
patch_id
commit_hash
755885f5424c5b843e8b82c3afb4aa1a1d4a6e58
source_type
github
headline
testsuite: Fix gcc.target/x86_64/abi tests on NetBSD
tldr
Fixes NetBSD x86_64 ABI test failures by adjusting isspace argument casting and adding a flag.
author
Rainer Orth
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • testsuite
  • x86_64
  • netbsd
  • abi
discussion_id_link
bugzilla_pr
date
2026-07-10T00:00:00.000Z

This commit addresses failing x86_64 ABI tests on NetBSD by applying two fixes. First, it casts the argument to isspace to unsigned char to resolve a char-subscript warning. Second, it mimics a FreeBSD fix by adding the —omit-rbp-clobbers flag for specific tests on NetBSD to prevent an assembler error.