Thread overview
[Issue 22469] DWARF: some debug info types are named wrongly
Nov 03, 2021
Luís Ferreira
Nov 08, 2021
Dlang Bot
Jan 10, 2022
Dlang Bot
November 03, 2021
https://issues.dlang.org/show_bug.cgi?id=22469

Luís Ferreira <contact@lsferreira.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--
November 08, 2021
https://issues.dlang.org/show_bug.cgi?id=22469

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ljmf00 created dlang/dmd pull request #13274 "backend: use correct type names for D" fixing this issue:

- 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 <contact@lsferreira.net>

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

--
January 10, 2022
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 <contact@lsferreira.net>

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

--