https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109936
Pavel M <pavel.morozkin at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pavel.morozkin at gmail dot com
--- Comment #29 from Pavel M <pavel.morozkin at gmail dot com> ---
Same here.
My use case:
#if 0
\U000111e9
#endif
Compiled with gcc-16.1 -std=c23 -pedantic produces:
error: universal character \U000111e9 is not valid in an identifier
May this use case increase importance of this bug?