Thread overview
[Issue 23166] seg fault when compiling with -inline
Jun 07, 2022
Walter Bright
Jun 07, 2022
Walter Bright
Jun 07, 2022
Dlang Bot
Jun 10, 2022
Dlang Bot
Jul 09, 2022
Dlang Bot
June 07, 2022
https://issues.dlang.org/show_bug.cgi?id=23166

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice

--
June 07, 2022
https://issues.dlang.org/show_bug.cgi?id=23166

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
It's dmd that's seg faulting.

--
June 07, 2022
https://issues.dlang.org/show_bug.cgi?id=23166

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #14191 "fix Issue 23166 - seg fault when compiling with -inline" fixing this issue:

- fix Issue 23166 - seg fault when compiling with -inline

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

--
June 10, 2022
https://issues.dlang.org/show_bug.cgi?id=23166

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14191 "fix Issue 23166 - seg fault when compiling with -inline" was merged into stable:

- d7e8ccbb5bca974eb813750558f5dcec3d67735f by Walter Bright:
  fix Issue 23166 - seg fault when compiling with -inline

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

--
July 09, 2022
https://issues.dlang.org/show_bug.cgi?id=23166

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14280 "merge stable" was merged into master:

- 26e08f01d33215e1ae326fda530fb4a7fd9e7d6d by Walter Bright:
  fix Issue 23166 - seg fault when compiling with -inline

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

--