Landing: 8aee4e0bbb53

Project / Subsystem

gcc / gcc

Date

2026-06-10

Author

Iain Sandoe

Commit

8aee4e0bbb53f06fbdbcfb0561d2cef28c7127c9

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc
patch_id
commit_hash
8aee4e0bbb53f06fbdbcfb0561d2cef28c7127c9
source_type
github
headline
Darwin test suite now tolerates undefined symbols in pr97172-2.
tldr
GCC's test suite for Darwin now allows undefined symbols in the pr97172-2 test case to prevent spurious failures caused by the linker's default behavior.
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 for Darwin has been updated to address a specific issue with the pr97172-2 test case. Darwin’s linker, by default, reports errors for undefined symbols, which was causing this particular test to fail incorrectly. The change modifies the test to allow undefined symbols, treating them as dynamically looked-up and resolving the spurious test failure without affecting the underlying correctness being tested.