Thread overview
[Issue 21874] The test suite fails with most recent GDB versions
Apr 29, 2021
LucienPe
Apr 29, 2021
Basile-z
May 04, 2021
Dlang Bot
May 07, 2021
Dlang Bot
Jun 08, 2021
Basile-z
April 29, 2021
https://issues.dlang.org/show_bug.cgi?id=21874

LucienPe <lucien.perregaux@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lucien.perregaux@gmail.com

--- Comment #1 from LucienPe <lucien.perregaux@gmail.com> ---
also affects runnable/gdb14313.d

`b <line>` breaks into entrypoint.d and not in the file where `void main()` is.

--
April 29, 2021
https://issues.dlang.org/show_bug.cgi?id=21874

--- Comment #2 from Basile-z <b2.temp@gmx.com> ---
i suggest a '--nogdb' option in the time being. Most CI services will still use the LTS ubuntu with GDB 9 for a while tho.

--
May 04, 2021
https://issues.dlang.org/show_bug.cgi?id=21874

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #12499 "fix Issue 21874 - The test suite fails with most recent GDB versions" fixing this issue:

- fix Issue 21874 - The test suite fails with most recent GDB versions

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

--
May 07, 2021
https://issues.dlang.org/show_bug.cgi?id=21874

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12499 "fix Issue 21874 - The test suite fails with most recent GDB versions" was merged into master:

- fdfb6059111f324eba64b418d55ab3f684cb2d50 by Iain Buclaw:
  fix Issue 21874 - The test suite fails with most recent GDB versions

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

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

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=22009

--