https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123633
Iain Buclaw <ibuclaw at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ibuclaw at gcc dot gnu.org
--- Comment #1 from Iain Buclaw <ibuclaw at gcc dot gnu.org> ---
pragma(mangle) is the wrong tool to do this.
FreeBSD C headers don't even use .symver, rather toplevel asm hacks to do
symbol versions.
Fix is to just remove the whole block.
https://github.com/dlang/dmd/pull/21726