On Tue Oct 15 15:46:57 EDT 2013, st...@quintile.net wrote:
> Hi,
> 
> Compiling open source software with 8c I see:
> 
>       "reg DI left allocated"
> 
> I haven't unpicked the code from all its #defines to see
> what is actually causing this, and I assume the answer is just
> to simplify the code but done anyone have an explanation as
> to what might have happened?

registers need to be dead after each compilation unit.
(call to yyparse()).  in this case DI was left allocated.

- erik

Reply via email to