http://d.puremagic.com/issues/show_bug.cgi?id=10682
Summary: [ICE](cgcod.c line 1561) with ^^ operator
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Severity: major
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 2013-07-20 11:06:06 PDT ---
void main() {
ulong x = 1;
ulong y = 2 ^^ x;
}
DMD 2.064alpha gives:
Internal error: backend\cgcod.c 1561
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------