https://issues.dlang.org/show_bug.cgi?id=12063
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|ice |diagnostic Summary|[ICE](interpret.c line 310) |No line number error on |With enum of structs |uninitialized enum member | |if base type is not | |incrementable --- Comment #1 from Kenji Hara <[email protected]> --- With git-head, ICE does not occur. Error: no property 'max' for type 'Foo' test.d(7): Error: incompatible types for ((Foo()) + (1)): 'Bar' and 'int' Change the summary and keywords. --
