> From: "Christian Jullien"
> Cc: ,
> ,
>
> Date: Thu, 3 Nov 2022 15:59:53 +0100
>
> Hi Eli, you've read too fast, the warnings are with cl (Visual C++ if you
> prefer), esp. when compiled with 64bit mode.
That's still for Paul, who actually has VC. I only use GCC.
___
Hi Eli, you've read too fast, the warnings are with cl (Visual C++ if you
prefer), esp. when compiled with 64bit mode.
-Original Message-
From: Eli Zaretskii [mailto:e...@gnu.org]
Sent: Thursday, November 03, 2022 15:45
To: jull...@eligis.com
Cc: psm...@gnu.org; make-...@gnu.org; tinycc-d
> From: "Christian Jullien"
> Cc: ,
>
> Date: Thu, 3 Nov 2022 15:29:47 +0100
>
> Of course it does.
Thanks. Paul, should I install this?
> As side note, compiling GNUmake with cl x64 gives the following warnings
The "size_t to int" warnings are about EINTRLOOP, so I'll let Paul
worry a
Of course it does.
I considered this solution but I was reluctant to ask you to change the
source because tcc currently lacks C99 strto[u]ll
That's why I moved the patch to build_w32.bat script
I let you decide what is the best for GNUmake. Both patches work equally
well
As side note, compiling GN
> From: Paul Smith
> Cc: tinycc-devel@nongnu.org, 'Eli Zaretskii'
> Date: Wed, 02 Nov 2022 11:50:45 -0400
>
> On Wed, 2022-11-02 at 16:40 +0100, Christian Jullien wrote:
> > It appears that tcc on Windows lacks strtoll and strtoull (something
> > that
> > needs to be fixed on tcc side of course)