tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Add max_align_t to stddef.h and C11


From: uso ewin
Subject: Re: [Tinycc-devel] Add max_align_t to stddef.h and C11
Date: Tue, 8 Jan 2019 15:31:29 +0100

On Tue, Jan 8, 2019 at 2:35 PM Christian Jullien <address@hidden> wrote:
>
> IMHO,
>
> The right solution is to start to implement C11 features and surround them
> with right #if _STDC_VERSION >= xxx.
> This is how gcc/Linux handle differences between C/C++/POSIX/...
>
> Even gcc is not totally fair when it claims it supports a given version.
>
> I spent several hours to figure out why my -std=c++11 regexp always returned
> false with gcc 4.8.2 until I discovered that <regexp> and all API was
> present ... BUT NOT IMPLEMENTED and all calls where returning error!!!
>
> I personally vote in favor of -std=c11 new option which supports ... only
> what is actually implemented (without complex for instance).
>
> What other maintainers think about by opinion?
>

I'm not a maintainer, but am totally in favor to add a support for -std=C11
and  maybe latter for -std=C99.



reply via email to

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