Thread overview
[Issue 21438] Compiler segfault on static array in a struct at CTFE
Oct 17, 2021
Dlang Bot
Oct 17, 2021
Dlang Bot
Oct 21, 2021
Dlang Bot
December 01, 2020
https://issues.dlang.org/show_bug.cgi?id=21438

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |moonlightsentinel@disroot.o
                   |                            |rg
           Hardware|x86_64                      |All
                 OS|Linux                       |All
           Severity|normal                      |regression

--- Comment #1 from moonlightsentinel@disroot.org ---
This is a regression:

Up to      2.066.0: Success and no output
Since      2.067.1: Segfault and no output

Introduced in this PR: https://github.com/dlang/dmd/pull/4227

--
October 17, 2021
https://issues.dlang.org/show_bug.cgi?id=21438

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@BorisCarvajal created dlang/dmd pull request #13188 "Fix Issue 21438 - Compiler segfault on static array in a struct at CTFE" fixing this issue:

- Fix Issue 21438 - Compiler segfault on static array in a struct at CTFE

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

--
October 17, 2021
https://issues.dlang.org/show_bug.cgi?id=21438

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 #13188 "Fix Issue 21438 - Compiler segfault on static array in a struct at CTFE" was merged into stable:

- 374b0a5e2d99ed8d6151c94dc598f93db7f5e1db by Boris Carvajal:
  Fix Issue 21438 - Compiler segfault on static array in a struct at CTFE

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

--
October 21, 2021
https://issues.dlang.org/show_bug.cgi?id=21438

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

- b99421c6e05a465d39056504a4c5102bdc379bf5 by Boris Carvajal:
  Fix Issue 21438 - Compiler segfault on static array in a struct at CTFE

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

--