Landing: 52de3042c989

Project / Subsystem

gcc / testsuite

Date

2026-07-23

Author

Rainer Orth

Commit

52de3042c9893da3c343e2a61c77b5a79b656603

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
testsuite
patch_id
commit_hash
52de3042c9893da3c343e2a61c77b5a79b656603
source_type
github
headline
testsuite: Use solaris_as effective target
tldr
Introduces a solaris_as effective target to distinguish Solaris assembler tests.
author
Rainer Orth
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • testsuite
  • solaris
  • assembler
discussion_id_link
bugzilla_pr
date
2026-07-23T00:00:00.000Z

This patch introduces a new solaris_as effective target in the testsuite to correctly identify when the Solaris assembler is being used. Previously, some tests incorrectly used a general !gas check. This change ensures these tests specifically target the Solaris assembler, while tests that rely on GNU assembler features continue to use the existing gas effective target. Bootstrapping confirmed no regressions on Solaris and Linux systems.