http://d.puremagic.com/issues/show_bug.cgi?id=4366
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Don <[email protected]> 2010-06-24 00:29:57 PDT --- The ICE occurs during the call in these lines in template.c, makeParamNamesVisibleInConstraint(). if (fd->type && fd->isPure()) vtype = vtype->addMod(MODconst); Removing those lines allows the code to compile, and the DMD test suite still passes. So why are they there? I wrote the makeParamNamesVisibleInConstraint() function, but I just copied those lines from func.c, where interestingly they don't cause any problems. Still need to work out what the difference is. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
