On Tue, 15 Oct 2024, Jakub Jelinek wrote: > --- gcc/testsuite/gcc.dg/cpp/c23-delimited-escape-seq-1.c.jj 2024-10-14 > 17:58:54.436815339 +0200 > +++ gcc/testsuite/gcc.dg/cpp/c23-delimited-escape-seq-1.c 2024-10-14 > 17:59:05.032666716 +0200 > @@ -0,0 +1,87 @@ > +/* P2290R3 - Delimited escape sequences */
I don't think the comments on this and other C tests should reference a C++ paper. I think there should also be tests using digit separators with the 0o / 0O prefixes (both valid cases, and testing the error for having the digit separator immediately after 0o / 0O). -- Joseph S. Myers josmy...@redhat.com