Thread overview
[Issue 23861] Compiler segmentation fault with ref and alias this
Apr 26, 2023
RazvanN
Apr 26, 2023
Dlang Bot
Apr 26, 2023
Dlang Bot
April 26, 2023
https://issues.dlang.org/show_bug.cgi?id=23861

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code
                 CC|                            |razvan.nitu1305@gmail.com
           Severity|normal                      |critical

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
Most likely this runs into a stack overflow due to the repeated expansion of alias this.

--
April 26, 2023
https://issues.dlang.org/show_bug.cgi?id=23861

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #15133 "Fix Issue 23861 - Compiler segmentation fault with ref and alias this" fixing this issue:

- Fix Issue 23861 - Compiler segmentation fault with ref and alias this

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

--
April 26, 2023
https://issues.dlang.org/show_bug.cgi?id=23861

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 #15133 "Fix Issue 23861 - Compiler segmentation fault with ref and alias this" was merged into master:

- 575e8f9243fdb100b66302906c02b36ead11e34a by RazvanN7:
  Fix Issue 23861 - Compiler segmentation fault with ref and alias this

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

--