[Issue 6177] Insert in associative array: Internal error: backend/cgcs.c 162
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jun 19 10:45:52 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6177
kennytm at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kennytm at gmail.com
--- Comment #3 from kennytm at gmail.com 2011-06-19 10:41:06 PDT ---
Reduced:
-----------------------------------------
struct Bug6177 {
~this() {}
}
void main() {
cast(void) [0: Bug6177.init];
}
-----------------------------------------
Internal error: backend/cgcs.c 162
-----------------------------------------
Strangely, the error does not appear when -O *is* supplied.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list