https://issues.dlang.org/show_bug.cgi?id=4541
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #12 from Dlang Bot <[email protected]> --- @SixthDot created dlang/dmd pull request #15699 "fix issue 4541 - linker failure due to AddrExp on intrinsic function" fixing this issue: - fix issue 4541 - linker failure due to AddrExp on intrinsic function The expression results now in a semantic-time error, which is the only simple solution. DMD Intrinsics map to libc functions, which can give the impression that taking the address is possible, but more generally an intrinsic can also have for effect to insert platform-specific instructions, as seen in LLVM. https://github.com/dlang/dmd/pull/15699 --
