https://issues.dlang.org/show_bug.cgi?id=22469
Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> --- dlang/dmd pull request #13274 "backend: use correct type names for D" was merged into master: - a2b0cd75352fc4653d0b7b6079ceb9c1edf33ae5 by Luís Ferreira: backend: use correct type names for D Since the backend is shared with DMC and DMD, type names should be different when targeting the C or D compilers. Fixes #22469. Signed-off-by: Luís Ferreira <cont...@lsferreira.net> https://github.com/dlang/dmd/pull/13274 --