[Issue 22467] DWARF: wchar_t reports wrong DECL attributes

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Nov 1 19:11:30 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=22467

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@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 <contact at lsferreira.net>

https://github.com/dlang/dmd/pull/13247

--


More information about the Digitalmars-d-bugs mailing list