Bug 2047 – D compiler internal assertion failure

Status
RESOLVED
Resolution
DUPLICATE
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Windows
Creation time
2008-04-27T06:49:00Z
Last change time
2015-06-09T01:19:24Z
Assigned to
bugzilla
Creator
2korden

Comments

Comment #0 by 2korden — 2008-04-27T06:49:21Z
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; }
Comment #1 by 2korden — 2008-04-27T06:50:52Z
Reordering the two lines inside extern declaration block resolves issue.
Comment #2 by braddr — 2008-04-27T19:18:42Z
*** This bug has been marked as a duplicate of 1994 ***