[Issue 8348] ICE(glue.c): 'semanticRun == PASSsemantic3done' on line 547 in file 'glue.c'

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Dec 12 20:21:33 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8348



--- Comment #12 from Walter Bright <bugzilla at digitalmars.com> 2012-12-12 20:21:31 PST ---
The error is that semantic2() and semantic3() are not run for
Slot.__fieldPostBlit(). I'm pretty sure this is due to some processing being
done while gagged and never completed.

The gagging thing is the worst architectural decision in the compiler, and I
wish I'd never attempted it.

-- 
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