tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] New warning on ARM since few commits


From: Michael Matz
Subject: Re: [Tinycc-devel] New warning on ARM since few commits
Date: Sat, 12 Apr 2014 10:53:41 +0200 (CEST)
User-agent: Alpine 2.00 (LNX 1167 2008-08-23)

Hi,

On Sat, 12 Apr 2014, Christian Jullien wrote:

No comments about this issue?

It shouldn't be a new warning. The code in question (libtcc1.c, ldouble_long type, the __fixunsxfdi function, and the definition of LDOUBLE_SIZE for ARM) hasn't changed in ages.

In fact, this warning is a real BUG if this function is called on ARM

Yes, but it never is. long double size is always 8, and for that calls to the XFmode functions are never emitted. You could as well simply add some #ifndef TCC_TARGET_ARM around the implementation of the *xfdi and *dixf functions in libtcc1.c.


Ciao,
Michael.



reply via email to

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