Landing: 7fc97118a0f3
Project / Subsystem
gcc / gcc
Date
2026-06-10
Author
Iain Sandoe
Commit
7fc97118a0f359123958bd61f74e0b07c6e4d8e4
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- gcc
- patch_id
- —
- commit_hash
- 7fc97118a0f359123958bd61f74e0b07c6e4d8e4
- source_type
- github
- headline
- Darwin test suite warns `ld64` on missing library paths for clean output.
- tldr
- The Darwin test suite now passes the `-w` flag to `ld64` to suppress warnings about missing library paths, preventing spurious test failures.
- author
- Iain Sandoe
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • testsuite
- • darwin
- • linker
- • bugfix
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-06-10T00:00:00.000Z
The GCC test suite on Darwin platforms now includes a fix for outputs.exp when using the ld64 linker. Previously, ld64 would issue warnings about missing paths provided to -L flags, which caused misleading test failures. This update resolves the issue by passing the -w flag to ld64 invocations, suppressing these irrelevant warnings and ensuring accurate test results.