On Jan 13 11:01, Brian Inglis wrote:
> On 2025-01-13 05:58, Corinna Vinschen wrote:
> But not in a standard Cygwin gcc 12 build which uses:
> 
> $ grep -A2 kill_ /usr/lib/gcc/x86_64-pc-cygwin/12/include/stdatomic.h
> #define kill_dependency(Y)                    \
>   __extension__                                       \
>   ({                                          \
>     __auto_type __kill_dependency_tmp = (Y);  \
>     __kill_dependency_tmp;                    \
>   })
> 
> and I missed checking earlier and qualifies? :^<
> 
> Should I change those comments to "available in" and qualify stdatomic.h
> with GCC or lib/gcc?

CMPLX doesn't need any qualifier.  The stuff from gcc should be noted as
from the gcc package, yes.


Corinna

Reply via email to