[Issue 6177] Regression(2.053): Insert in associative array: Internal error: backend/cgcs.c 162
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Aug 11 18:15:55 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6177
Trass3r <mrmocool at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mrmocool at gmx.de
--- Comment #7 from Trass3r <mrmocool at gmx.de> 2011-08-11 18:15:50 PDT ---
I'm getting the very same ICE with the following code:
struct F
{
~this() {}
}
struct G
{
this(F[] p...) {}
}
void main()
{
F c;
G g = G(c);
}
DMD v2.054
--
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