On Tue, 2 Aug 2022, Tom Honermann via Gcc-patches wrote:

> This patch implements the core language and compiler dependent library
> changes adopted for C2X via WG14 N2653.  The changes include:
> - Change of type for UTF-8 string literals from array of const char to
>   array of const char8_t (unsigned char).
> - A new atomic_char8_t typedef.
> - A new ATOMIC_CHAR8_T_LOCK_FREE macro defined in terms of the existing
>   __GCC_ATOMIC_CHAR8_T_LOCK_FREE predefined macro.

OK.

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to