[Issue 21319] DMD crashes on immutable circular reference

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 17 12:51:19 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=21319

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |b2.temp at gmx.com
           Hardware|x86_64                      |All
                 OS|Windows                     |All
           Severity|minor                       |regression

--- Comment #1 from Basile-z <b2.temp at gmx.com> ---
regression

---
Up to      2.062  : Failure with output: onlineapp.d(5): Error: cannot evaluate
new C at compile time
2.063   to 2.064  : Failure with output: onlineapp.d(5): Error: cannot
implicitly convert expression (C()) of type onlineapp.C to immutable(C)
           2.065.0: Failure with output:
-----
onlineapp.d(5): Deprecation: variable onlineapp.C.c immutable field with
initializer should be static, __gshared, or an enum
onlineapp.d(5): Error: cannot implicitly convert expression (C()) of type
onlineapp.C to immutable(C)
-----

           2.066.0: Success with output: onlineapp.d(5): Deprecation: variable
onlineapp.C.c immutable field with initializer should be static, __gshared, or
an enum
Since      2.067.1: Segfault and no output
---

--


More information about the Digitalmars-d-bugs mailing list