https://issues.dlang.org/show_bug.cgi?id=21319
Basile-z <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice CC| |[email protected] Hardware|x86_64 |All OS|Windows |All Severity|minor |regression --- Comment #1 from Basile-z <[email protected]> --- 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 --- --
