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

2023-09-20 Thread François Dumont via Gcc
Thanks for the feedback, seems a little bit too complicated for what I'm trying to achieve. I'm eventually testing this patch which is also how libstdc++ is managing this small problem. I'll submit a proper patch once confirmed that tests are fixed. François On 20/09/2023 09:22, Thomas Schw

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

2023-09-20 Thread Thomas Schwinge
Hi! On 2023-09-20T07:08:25+0200, François Dumont via Gcc wrote: > I've configured libstdc++ with --enable-symvers=gnu-versioned-namespace I can't comment on that option... > and run make check-c++. > > A number of failures are like this one: > > /home/fdumont/dev/gcc/git/gcc/testsuite/g++.dg/co

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++