Re: [9fans] reg DI left allocated

2013-10-15 Thread Charles Forsyth
On 15 October 2013 20:45, Steve Simon wrote: > I assume the answer is just > to simplify the code > Yes, to get it through, but it shouldn't happen. If you can produce a simplified test case that will be helpful. It might involve 64-bit ints or structure assignment.

Re: [9fans] reg DI left allocated

2013-10-15 Thread erik quanstrom
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 cod

[9fans] reg DI left allocated

2013-10-15 Thread Steve Simon
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? Than