tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Major bug in the pow function resulting in: 0.993013


From: Fred van Kempen
Subject: Re: [Tinycc-devel] Major bug in the pow function resulting in: 0.993013 = 0.860892
Date: Fri, 5 Jan 2024 21:15:35 +0000 (UTC)

Hello:

> ==> can anyone reproduce this?
I tried your code with Visual Studio (2019), CLang (17.0.6), MinGW-w64 (GCC 13.1.0) and,
of course TCC. All compilers produce the expected result:

  P:\>tcc -o pow.exe pow.c
  P:\>pow
  0.993013   0.993013
  P:\>tcc -v
  tcc version 0.9.28rc 2023-12-09_main@8332f68* (i386 Windows)

Could you try 0.9.28rc to see if its "gone" on your end too?

Fred


reply via email to

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