http://d.puremagic.com/issues/show_bug.cgi?id=4094
Summary: ICE(expression.c): recursive struct templates with
type inference
Product: D
Version: 2.040
Platform: Other
OS/Version: Windows
Status: NEW
Keywords: ice-on-invalid-code
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Don <[email protected]> 2010-04-15 11:43:16 PDT ---
A simple variation of bug 4093.
struct Zug(int Z){
const bahn = Bug4094!(0).hof.bahn;
}
struct Bug4094(int Q){
Zug!(0) hof;
}
const a = Zug!(0).bahn;
---------
Assertion failure: 'type' on line 6192 in file 'expression.c'
abnormal program termination
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------