May 23
https://issues.dlang.org/show_bug.cgi?id=24558

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Connor-GH updated dlang/dmd pull request #16515 "Fix assert; arguments were in reverse order" fixing this issue:

- Fix bugzilla issue 24558: C asserts segfault on Glibc

  Use irs.target.c.runtime instead of version(CRuntime_)

  Unify musl and glibc implementation

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

--
May 23
https://issues.dlang.org/show_bug.cgi?id=24558

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 #16515 "Fix assert; arguments were in reverse order" was merged into master:

- e97c9365f1f1ea08fbc45f45ad6a28bf57a418e7 by Connor:
  Fix bugzilla issue 24558: C asserts segfault on Glibc

  Use irs.target.c.runtime instead of version(CRuntime_)

  Unify musl and glibc implementation

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

--