tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Libtcc bug ?


From: grischka
Subject: Re: [Tinycc-devel] Libtcc bug ?
Date: Wed, 16 Jan 2008 21:06:22 +0100

From: "kwisatz haderach":

> It is the fix I tried when I found the problem. I should have 
> mentioned it in my email. It doesn't work for all the functions.
>
> if you replace the dummy function in my example by
> 
> void dummy()
> {
>     double f = 1.0;
>     f++;
> }
> 
> the problem is still there. There is still one register in 
> use at the end. Same if you try to change the save_reg function.
> And my knowledge of how TCC manages the FPU is too limited to 
> find a better fix.

Too bad. I added a TODO entry ;)

--- grischka





reply via email to

[Prev in Thread] Current Thread [Next in Thread]