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
>
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to