March 04, 2022
https://issues.dlang.org/show_bug.cgi?id=22845

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 #13752 "Fix issue 22845: DWARF .debug_line section is not standard compliant" fixing this issue:

- Fix issue 22845: DWARF .debug_line section is not standard compliant

  According to DWARF standard, DW_LNS_set_isa standard opcode takes one
operand,
  the generator is reporting 0, wrongly.

  Signed-off-by: Luís Ferreira <contact@lsferreira.net>

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

--
March 04, 2022
https://issues.dlang.org/show_bug.cgi?id=22845

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 #13752 "Fix issue 22845: DWARF .debug_line section is not standard compliant" was merged into master:

- a969b998e59ed730915f19b9d27d694304f096c1 by Luís Ferreira:
  Fix issue 22845: DWARF .debug_line section is not standard compliant

  According to DWARF standard, DW_LNS_set_isa standard opcode takes one
operand,
  the generator is reporting 0, wrongly.

  Signed-off-by: Luís Ferreira <contact@lsferreira.net>

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

--