[Bug c++/105397] C++ modules vs -fvisibility option
nshead at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Dec 19 08:12:17 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105397
Nathaniel Shead <nshead at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nshead at gcc dot gnu.org
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
Blocks| |103524
Last reconfirmed| |2024-12-19
--- Comment #4 from Nathaniel Shead <nshead at gcc dot gnu.org> ---
Confirmed. Note that it appears that Clang does not marks the module
initializer function as hidden even with `-fvisiblity=hidden` (and does not
accept visibility attributes on the 'export module' declaration).
Referenced Bugs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103524
[Bug 103524] [meta-bug] modules issue
More information about the Gcc-bugs
mailing list