Thread overview |
---|
December 02, 2006 [Issue 628] New: Assertion failure: '0' on line 91 in file 'init.c' | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=628 Summary: Assertion failure: '0' on line 91 in file 'init.c' Product: D Version: 0.175 Platform: PC OS/Version: Windows Status: NEW Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: deewiant@gmail.com Nothing disallows this, as far as I can tell, so I marked this as ice-on-valid-code: void main() { // any type is fine, 'int' used for its brevity int x = void; x = x.init; } Of course, it's debatable whether this is useful. -- |
December 12, 2006 [Issue 628] Assertion failure: '0' on line 91 in file 'init.c' | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=628 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from bugzilla@digitalmars.com 2006-12-12 04:15 ------- Fixed DMD 0.176 -- |
December 30, 2006 [Issue 628] Assertion failure: '0' on line 91 in file 'init.c' | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=628 ------- Comment #2 from thomas-dloop@kuehne.cn 2006-12-30 09:49 ------- Added to DStress as http://dstress.kuehne.cn/run/v/void_05_A.d http://dstress.kuehne.cn/run/v/void_05_B.d -- |
Copyright © 1999-2021 by the D Language Foundation