http://d.puremagic.com/issues/show_bug.cgi?id=7156
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Platform|x86 |All OS/Version|Mac OS X |All --- Comment #1 from Walter Bright <[email protected]> 2013-10-05 21:19:18 PDT --- What's happening is the optimizer has a check for going into an infinite loop, because sometimes two optimization states will flip-flop back and forth instead of converging on a solution. Although this isn't an infinite loop case, the optimizer can't tell that. The assert trip is line 241 of go.c. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
