tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] RE :Re: RE : tcc doesn't set the inexact flag on inexact


From: Christian JULLIEN
Subject: [Tinycc-devel] RE :Re: RE : tcc doesn't set the inexact flag on inexact compile-time int-to-float conversion
Date: Mon, 22 Apr 2013 17:42:44 +0200 (CEST)

>From latest git pull:

$ find . -exec grep fetestexcept {} \; -a -print
extern int __cdecl fetestexcept (int excepts);
./win32/include/fenv.h

As you can see it only exists declared in win32 directory, so you uses the one from outside tcc.


----- Message d'origine -----
De : "Vincent Lefevre" <address@hidden>
Date lun. 22/04/2013 17:14 (GMT +02:00)
À : "address@hidden" <address@hidden>
Objet : Re: [Tinycc-devel] RE : tcc doesn't set the inexact flag on inexact compile-time int-to-float conversion

On 2013-04-22 16:13:14 +0200, Christian JULLIEN wrote:
> Pardon me if wrong, but tcc uses gcc lib.<br>So you only reproduce
> gcc lib bug not tcc compilation error.

I've recompiled tcc 0.9.26, and the following is said by the
configure script:

use libgcc no

and I still get the same error.

--
Vincent Lefèvre <address@hidden> - 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
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

reply via email to

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