[Tinycc-devel] Error compiling musl (_Complex not supported): Waiting for a release

2024-11-06 Thread Detlef Riekenberg via Tinycc-devel
Hi Brian> Hi, I'm trying to compile musl libc with tinycc, I'm getting this error:> ./include/complex.h:16: error: _Complex is not yet supportedAfter the release, i plan to work on the following C99/C11 items and see, what is needed to implement them:* Fix atomic support (C11)   (Every access to an

Re: [Tinycc-devel] Error compiling musl (_Complex not supported): Waiting for a release

2024-11-06 Thread Eric Raible
For what it's worth I would _love_ to see _Thread_local On Wed, Nov 6, 2024, 12:02 PM Detlef Riekenberg via Tinycc-devel < tinycc-devel@nongnu.org> wrote: > Hi Brian > > > > Hi, I'm trying to compile musl libc with tinycc, I'm getting this error: > > ./include/complex.h:16: error: _Complex is not

Re: [Tinycc-devel] Error compiling musl (_Complex not supported): Waiting for a release

2024-11-06 Thread Brian Mayer
Hi Detlef. > > I saw some messages on this mailing list about requests for it, > > including a patch. > > Can you remember, when the message was send? Yes, 2015: https://lists.nongnu.org/archive/html/tinycc-devel/2015-11/msg00070.html And the patch: https://lists.nongnu.org/archive/html/tinycc-d

Re: [Tinycc-devel] Error compiling musl (_Complex not supported): Waiting for a release

2024-11-06 Thread Ivo van Poorten
On Wed, 6 Nov 2024 20:01:56 + Detlef Riekenberg via Tinycc-devel wrote: > when the message was send? The only thing I can find in my archive is: From: Edmund Grimley Evans Subject: [Tinycc-devel] complex types Date: Mon, 23 Nov 2015 23:19:44 + I don't think its complete. Regards, Ivo