https://issues.dlang.org/show_bug.cgi?id=22467
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @ljmf00 updated dlang/dmd pull request #13247 "backend: dwarfdbginf: Remove artificial attributes on wchar_t typedef" fixing this issue: - 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 --
