Re: [Tinycc-devel] Duplicate double

2019-08-04 Thread Klaus Ebbe Grue
ra: Tinycc-devel [tinycc-devel-bounces+grue=di.ku...@nongnu.org] på vegne af Klaus Ebbe Grue [g...@di.ku.dk] Sendt: 3. august 2019 16:14 Til: tinycc-devel@nongnu.org Emne: Re: [Tinycc-devel] Duplicate double Hi Avi, Great! Thanks! https://0x0.st/zOsg.7z worked. Just to test, I made a fresh ms

Re: [Tinycc-devel] Duplicate double

2019-08-04 Thread avih via Tinycc-devel
use the right ./configure options.   Cheers, Klaus     Fra: Tinycc-devel [tinycc-devel-bounces+grue=di.ku...@nongnu.org] på vegne af Klaus Ebbe Grue [g...@di.ku.dk] Sendt: 3. august 2019 16:14 Til: tinycc-devel@nongnu.org Emne: Re: [Tinycc-devel] Duplicate double Hi Avi,   Great! Th

Re: [Tinycc-devel] Duplicate double

2019-08-04 Thread Klaus Ebbe Grue
compiled binary does not need cygwin runtime to be present. I don't understand quite well why Grischka refused to add it on official tcc distrib. C. Le : 04 août 2019 à 13:08 (GMT +02:00) De : "Klaus Ebbe Grue" À : "tinycc-devel@nongnu.org" Objet : *** SPAM *** Re: [T

Re: [Tinycc-devel] Duplicate double

2019-08-04 Thread Klaus Ebbe Grue
nd use the right ./configure options. Cheers, Klaus Fra: Tinycc-devel [tinycc-devel-bounces+grue=di.ku...@nongnu.org] på vegne af Klaus Ebbe Grue [g...@di.ku.dk] Sendt: 3. august 2019 16:14 Til: tinycc-devel@nongnu.org Emne: Re: [Tinycc-devel] Duplicate doubl

Re: [Tinycc-devel] Duplicate double

2019-08-03 Thread Klaus Ebbe Grue
ue=di.ku...@nongnu.org] på vegne af avih via Tinycc-devel [tinycc-devel@nongnu.org] Sendt: 3. august 2019 10:31 Til: tinycc-devel@nongnu.org Cc: avih Emne: Re: [Tinycc-devel] Duplicate double You're right, and I can confirm that the win64 version downloaded the same as you exhibits the same is

Re: [Tinycc-devel] Duplicate double

2019-08-03 Thread avih via Tinycc-devel
You're right, and I can confirm that the win64 version downloaded the same as you exhibits the same issue, and the issue also exists if I build 0.27 for win64 myself (git d348a9a). However, it was apparently fixed shortly after tcc 0.27 was released, at the following commit: commit 8f6fcb709ae7b

Re: [Tinycc-devel] Duplicate double

2019-08-02 Thread Christian JULLIEN
rks like a charm. Le : 02 août 2019 à 20:50 (GMT +02:00) De : "Klaus Ebbe Grue" <g...@di.ku.dk> À : "tinycc-devel@nongnu.org" <tinycc-devel@nongnu.org> Objet : [Tinycc-devel] Duplicate double Hi tinycc-devel, Under MSYS2/MinGW I have a problem with tcc. I

[Tinycc-devel] Duplicate double

2019-08-02 Thread Klaus Ebbe Grue
Hi tinycc-devel, Under MSYS2/MinGW I have a problem with tcc. I define this functions: void f(double x,double y,double z){printf("f(%4.1f,%4.1f,%4.1f)\n",x,y,z);} As an example, f(1,2,3) prints f( 1.0, 2.0, 3.0). Then I call f from main in a slightly confusing way: int main(int argc,char **ar