http://d.puremagic.com/issues/show_bug.cgi?id=3496
Summary: ICE ..\ztc\cgelem.c 3387
Product: D
Version: unspecified
Platform: Other
OS/Version: Windows
Status: NEW
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from David Simcha <[email protected]> 2009-11-11 09:51:33 PST ---
struct Node {
size_t _left;
Node* left() {
return cast(Node*) (_left & 1);
}
bool useLeft() {
return left is null;
}
}
Result:
Internal error: ..\ztc\cgelem.c 3387
This one is really hard to reproduce. If you change this test program in even
very small ways, it's no longer reproduced.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------