Thread overview
[Issue 22574] Compiler segfaults on `template test(x* x)`
Dec 07, 2021
Dlang Bot
Dec 10, 2021
Dlang Bot
Dec 14, 2021
Dlang Bot
December 07, 2021
https://issues.dlang.org/show_bug.cgi?id=22574

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@maxhaton created dlang/dmd pull request #13393 "Issue 22574 - Compiler segfaults on `template test(x* x)`" mentioning this issue:

- Issue 22574 - Compiler segfaults on `template test(x* x)`

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

--
December 10, 2021
https://issues.dlang.org/show_bug.cgi?id=22574

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 #13393 "Issue 22574 - Compiler segfaults on `template test(x* x)`" was merged into stable:

- 84ab8ce81d1d16da42658c9c27e6a653c8a6ea80 by Max Haughton:
  Fix Issue 22574 - Compiler segfaults on `template test(x* x)`

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

--
December 14, 2021
https://issues.dlang.org/show_bug.cgi?id=22574

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

- 79090aca3716b35be7b38789505eda14909c2b04 by Max Haughton:
  Issue 22574 - Compiler segfaults on `template test(x* x)` (#13393)

  * Fix Issue 22574 - Compiler segfaults on `template test(x* x)`

  * Incorporate razvan review

  * Fix build for Solaris/Illumos
  Fix Issue 22573 - DMD compiler errors on Illumos/Solaris

  Co-authored-by: Brian Callahan <bcallah@openbsd.org>

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

--