http://d.puremagic.com/issues/show_bug.cgi?id=6733
Summary: DMD Crash (internal error)
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Severity: critical
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 2011-09-26 10:30:20 PDT ---
I have no idea what the heck is going on, but this crashes on DMD32 D Compiler
v2.055:
struct Zero { }
void test(T1, T2)(T1 a, T2 b) { }
void main() { test(Zero(), Zero()); }
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------