Re: [PATCH][_GLIBCXX_INLINE_VERSION] Fix several test failures

2025-04-29 Thread François Dumont
On 29/04/2025 08:55, Jonathan Wakely wrote: On Mon, 28 Apr 2025, 21:37 François Dumont, wrote: Much better indeed, there is only the aligned_storage adaptation left. It will simplify my big versioned namespace patch to use cxx11 abi, very nice ! libstdc++: [_GLIBCX

Re: [PATCH][_GLIBCXX_INLINE_VERSION] Fix several test failures

2025-04-28 Thread Jonathan Wakely
On Mon, 28 Apr 2025, 21:37 François Dumont, wrote: > Much better indeed, there is only the aligned_storage adaptation left. > > It will simplify my big versioned namespace patch to use cxx11 abi, very > nice ! > > libstdc++: [_GLIBCXX_INLINE_VERSION] Fix several tests failures > > Adapt

Re: [PATCH][_GLIBCXX_INLINE_VERSION] Fix several test failures

2025-04-28 Thread François Dumont
Much better indeed, there is only the aligned_storage adaptation left. It will simplify my big versioned namespace patch to use cxx11 abi, very nice !     libstdc++: [_GLIBCXX_INLINE_VERSION] Fix several tests failures     Adapt testsuite v3_target_compile to strip version namespace from com

Re: [PATCH][_GLIBCXX_INLINE_VERSION] Fix several test failures

2025-04-28 Thread Jonathan Wakely
On 28/04/25 19:11 +0200, François Dumont wrote: Hi Pretty straightforward except for the aligned_storage one for which I just avoid the check when gnu-versioned-namespace mode is being used.     libstdc++: [_GLIBCXX_INLINE_VERSION] Fix several tests failures     Several tests are failing whe

[PATCH][_GLIBCXX_INLINE_VERSION] Fix several test failures

2025-04-28 Thread François Dumont
Hi Pretty straightforward except for the aligned_storage one for which I just avoid the check when gnu-versioned-namespace mode is being used.     libstdc++: [_GLIBCXX_INLINE_VERSION] Fix several tests failures     Several tests are failing when libstdc++ is configured with:     --enable-symv