On 2013-04-22 17:42:44 +0200, Christian JULLIEN wrote:
> From latest git pull:<br><br>$ find . -exec grep fetestexcept {} \; -a
> -print<br>extern int __cdecl fetestexcept (int
> excepts);<br>./win32/include/fenv.h<br><br>As you can see it only exists
> declared in win32 directory, so you uses the one from outside
> tcc.Yes, fetestexcept comes from the glibc under Linux (not libgcc!). But the glibc is correct, as the second test shows. The bug is in tcc. -- Vincent Lefèvre <[email protected]> - Web: <http://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
