Landing: e3f61fb10d79

Project / Subsystem

gcc / testsuite

Date

2026-07-23

Author

Rainer Orth

Commit

e3f61fb10d7975fe91722e9afe96f8d59354c53d

Source

github

Perf win

No

Breaking

No

All attributes

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

The testsuite now uses a new ‘solaris_ld’ effective target to identify when the Solaris linker is in use. This mirrors an existing mechanism for the Solaris assembler. Tests that specifically check for the Solaris linker will now use this target, while tests focusing on GNU ld features remain unaffected. The change was verified through bootstrapping on Solaris and Linux systems.