Skip to content

fix gcc-15 problem#199

Merged
ralphlange merged 1 commit into
epics-modules:masterfrom
dirk-zimoch:gcc15_fix
Jan 16, 2026
Merged

fix gcc-15 problem#199
ralphlange merged 1 commit into
epics-modules:masterfrom
dirk-zimoch:gcc15_fix

Conversation

@dirk-zimoch

Copy link
Copy Markdown
Contributor

gcc-15 mangles variables inside namespaces even if they are declared extern "C". That causes linker errors. This is probably a bug in gcc-15. Observed with gcc version 15.1.1.

gcc-15 mangles variables inside namespaces even if they are declared
extern "C". That causes linker errors. This is probably a bug in gcc-15.
Observed with gcc version 15.1.1.
@dirk-zimoch dirk-zimoch added the build system Related to the build and the Make rules label Jan 16, 2026
@ralphlange

Copy link
Copy Markdown
Member

LGTM.

@ralphlange ralphlange merged commit 485922c into epics-modules:master Jan 16, 2026
11 of 21 checks passed
@dirk-zimoch dirk-zimoch deleted the gcc15_fix branch July 9, 2026 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build system Related to the build and the Make rules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants