Thread overview
[Issue 21164] segfault on incomplete static if
Sep 05, 2020
Dlang Bot
Sep 11, 2020
Dlang Bot
Nov 16, 2020
Dlang Bot
September 05, 2020
https://issues.dlang.org/show_bug.cgi?id=21164

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@UplinkCoder updated dlang/dmd pull request #11585 "Fix Issue 21164 - segfault on incomplete static if" fixing this issue:

- Fix Issue 21164 - segfault on incomplete static if

  With this change we now check for the exisitance of an static if
  condition and will only proceed if there is one.

- Add test for issue 21164

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

--
September 11, 2020
https://issues.dlang.org/show_bug.cgi?id=21164

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 #11585 "Fix Issue 21164 - segfault on incomplete static if" was merged into stable:

- 47f6017d6e65c875a1bff427ed997c678e16f068 by Stefan Koch:
  Fix 21164 - segfault on incomplete static if

  With this change we now check for the existance
  of a static if condition and will only proceed
  if there is one.

  The test doesn't use the imports folder due to problems
  with path changes on the error message for windows.

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

--
November 16, 2020
https://issues.dlang.org/show_bug.cgi?id=21164

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11971 "[dmd-cxx] Backport fixes for Issue 18970 and 21164" was merged into dmd-cxx:

- cb42c98a9514f7366857f78379c6133c1e6bb098 by Stefan Koch:
  Fix 21164 - segfault on incomplete static if

  With this change we now check for the existance
  of a static if condition and will only proceed
  if there is one.

  The test doesn't use the imports folder due to problems
  with path changes on the error message for windows.

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

--