Attempt to fix g++.dg tests failures in gnu-versioned-namespace mode

2023-09-19 Thread François Dumont via Gcc
I've configured libstdc++ with --enable-symvers=gnu-versioned-namespace and run make check-c++. A number of failures are like this one: /home/fdumont/dev/gcc/git/gcc/testsuite/g++.dg/coroutines/coro-bad-alloc-00-bad-op-new.C: In function 'coro1 f()': /home/fdumont/dev/gcc/git/gcc/testsuite/g++

Re: [PATCH v8 0/4] P1689R5 support

2023-09-19 Thread Jason Merrill via Gcc
On 9/1/23 09:04, Ben Boeckel wrote: Hi, This patch series adds initial support for ISO C++'s [P1689R5][], a format for describing C++ module requirements and provisions based on the source code. This is required because compiling C++ with modules is not embarrassingly parallel and need to be ord