Thread overview |
---|
April 27, 2008 [Issue 2047] New: D compiler internal assertion failure | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=2047 Summary: D compiler internal assertion failure Product: D Version: 2.013 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: 2korden@gmail.com The following code fails to compile due to internal compiler assertion failure: File crash.d: module crash; extern (Windows) { int func(PRPC_RUNDOWN); alias void function(void*) PRPC_RUNDOWN; } -- |
April 27, 2008 [Issue 2047] D compiler internal assertion failure | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2047 ------- Comment #1 from 2korden@gmail.com 2008-04-27 06:50 ------- Reordering the two lines inside extern declaration block resolves issue. -- |
April 28, 2008 [Issue 2047] D compiler internal assertion failure | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2047 braddr@puremagic.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Comment #2 from braddr@puremagic.com 2008-04-27 19:18 ------- *** This bug has been marked as a duplicate of 1994 *** -- |
Copyright © 1999-2021 by the D Language Foundation