http://d.puremagic.com/issues/show_bug.cgi?id=6177
Trass3r <mrmoc...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mrmoc...@gmx.de --- Comment #7 from Trass3r <mrmoc...@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: -------