Thread overview | |||||
---|---|---|---|---|---|
|
September 08, 2006 [Issue 334] New: Void Initializer ICE | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=334 Summary: Void Initializer ICE Product: D Version: 0.166 Platform: PC OS/Version: Linux Status: NEW Severity: minor Priority: P3 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: oskar.linde@gmail.com typedef ubyte x = void; void main() { new x[10]; } Gives: dmd: init.c:87: virtual Expression* VoidInitializer::toExpression(): Assertion `0' failed. -- |
September 13, 2006 Re: [Issue 334] New: Void Initializer ICE | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail Attachments: | d-bugmail@puremagic.com schrieb am 2006-09-08: > http://d.puremagic.com/issues/show_bug.cgi?id=334 > typedef ubyte x = void; > void main() { new x[10]; } > > Gives: > > dmd: init.c:87: virtual Expression* VoidInitializer::toExpression(): Assertion > `0' failed. Added to DStress as http://dstress.kuehne.cn/run/t/typedef_18_A.d http://dstress.kuehne.cn/run/t/typedef_18_B.d http://dstress.kuehne.cn/run/t/typedef_18_C.d Thomas |
September 19, 2006 [Issue 334] Void Initializer ICE | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=334 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from bugzilla@digitalmars.com 2006-09-19 15:30 ------- Fixed in DMC 0.167. -- |
Copyright © 1999-2021 by the D Language Foundation