Re: [PATCH] testsuite: Add testcase from C++23 P2314R4 - Character sets and encodings

2022-11-04 Thread Jason Merrill via Gcc-patches
On 11/4/22 05:14, Jakub Jelinek wrote: Hi! I've read the paper and I believe we just implement it with no changes needed (at least since PR67224 and similar libcpp changes in GCC 10), but I could be wrong. The following patch at least adds a testcase from the start of the paper. Bootstrapped/r

[PATCH] testsuite: Add testcase from C++23 P2314R4 - Character sets and encodings

2022-11-04 Thread Jakub Jelinek via Gcc-patches
Hi! I've read the paper and I believe we just implement it with no changes needed (at least since PR67224 and similar libcpp changes in GCC 10), but I could be wrong. The following patch at least adds a testcase from the start of the paper. Bootstrapped/regtested on x86_64-linux and i686-linux,