Thread overview
[Issue 13667] ICE with inout and alias this
Oct 31, 2014
Martin Nowak
Jul 03, 2017
Vladimir Panteleev
Oct 10, 2018
Iain Buclaw
Jun 13, 2020
Basile-z
[Issue 13667] ICE: stack overflow using self-referencing cast inside recursive alias this method
Jan 30, 2021
Boris Carvajal
Jan 30, 2021
Dlang Bot
Feb 15, 2021
Dlang Bot
October 31, 2014
https://issues.dlang.org/show_bug.cgi?id=13667

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-invalid-code         |ice

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

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--
July 03, 2017
https://issues.dlang.org/show_bug.cgi?id=13667

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--
October 10, 2018
https://issues.dlang.org/show_bug.cgi?id=13667

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
More specifically, stack overflow.

--
June 13, 2020
https://issues.dlang.org/show_bug.cgi?id=13667

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |critical

--
January 30, 2021
https://issues.dlang.org/show_bug.cgi?id=13667

Boris Carvajal <boris2.9@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |boris2.9@gmail.com
            Summary|ICE with inout and alias    |ICE: stack overflow using
                   |this                        |self-referencing cast
                   |                            |inside recursive alias this
                   |                            |method

--
January 30, 2021
https://issues.dlang.org/show_bug.cgi?id=13667

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 #12168 "Fix Issue 13667 - ICE: stack overflow using self-referencing cast ins…" fixing this issue:

- Fix Issue 13667 - ICE: stack overflow using self-referencing cast inside recursive alias this method

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

--
February 15, 2021
https://issues.dlang.org/show_bug.cgi?id=13667

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 #12168 "Fix Issue 13667 - ICE: stack overflow using self-referencing cast ins…" was merged into master:

- 2c436fee008ef59294402cc4085620e21be333b7 by Boris Carvajal:
  Fix Issue 13667 - ICE: stack overflow using self-referencing cast inside
recursive alias this method

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

--