https://issues.dlang.org/show_bug.cgi?id=22467
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/dmd pull request #13247 "backend: dwarfdbginf: Remove artificial attributes on wchar_t typedef" was merged into master: - 9295f90dcb04fd00c7b50cc3b50837f1259990ad by Luís Ferreira: backend: dwarfdbginf: Remove artificial attributes on wchar_t typedef According to DWARF, declaration coordinates are not mandatory and wchar_t is currently an artificial typedef. We should not generate DECL attributes for such artificial TAGs. Fixes #22467 . Signed-off-by: Luís Ferreira <[email protected]> https://github.com/dlang/dmd/pull/13247 --
