tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Error compiling musl (_Complex not supported): Waitin


From: Eric Raible
Subject: Re: [Tinycc-devel] Error compiling musl (_Complex not supported): Waiting for a release
Date: Wed, 6 Nov 2024 20:25:04 -0800

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 yet supported

After 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 _Atomic variable has to be done atomic)

* _Complex support (C99)
   (optional in C11, but required for C99)

* _Thread_local (C11)
   (Required for C11)

* Other items, which are missing for C99
   (When you know something, please let me know)


> I guess the compiler does not support complex types,

That's correct


> I saw some messages on this mailing list about requests for it,
> including a patch.

Can you remember,  when the message was send?


Regards ... Detlef

--
Gesendet mit der WEB.DE Mail App

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

reply via email to

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