Thread overview
[Issue 19089] Compiler crash for using struct &this
Jul 17, 2018
ag0aep6g
Jul 18, 2018
Basile B.
Jul 30, 2019
Les De Ridder
Mar 21, 2020
Basile-z
Jun 21, 2020
Basile-z
Jul 10, 2020
Iain Buclaw
July 17, 2018
https://issues.dlang.org/show_bug.cgi?id=19089

ag0aep6g <ag0aep6g@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |ag0aep6g@gmail.com

--
July 18, 2018
https://issues.dlang.org/show_bug.cgi?id=19089

Basile B. <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |CTFE
                 CC|                            |b2.temp@gmx.com

--- Comment #1 from Basile B. <b2.temp@gmx.com> ---
"List l = 0;" is done at compile time. This shouldn't be allowed since there's a pointer operation. put "writeln(&this);" in the ctor to see an evidence.

--
July 19, 2018
https://issues.dlang.org/show_bug.cgi?id=19089

uplink.coder@googlemail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |uplink.coder@googlemail.com

--- Comment #2 from uplink.coder@googlemail.com ---
You are correct what happens here is infinite recursion inside the interpreter. I am going to investigate.

--
July 19, 2018
https://issues.dlang.org/show_bug.cgi?id=19089

uplink.coder@googlemail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |uplink.coder@googlemail.com

--- Comment #3 from uplink.coder@googlemail.com ---
You are correct what happens here is infinite recursion inside the interpreter. I am going to investigate.

--
July 30, 2019
https://issues.dlang.org/show_bug.cgi?id=19089

Les De Ridder <dlang@lesderid.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dlang@lesderid.net

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=19089

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp@gmx.com
         Resolution|---                         |WORKSFORME

--- Comment #4 from Basile-z <b2.temp@gmx.com> ---
no ICE anymore when using latest release or latest master

--
July 10, 2020
https://issues.dlang.org/show_bug.cgi?id=19089

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--- Comment #5 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Has the test been added to the testsuite?

--