Re: x86_64-gnu 14.2.0 cross-compiler -O2 removes THREAD_SETMEM in glibc sigreturn.c

2024-11-25 Thread Jonathan Wakely
On 22/11/24 17:05 +0100, jann...@gnu.org wrote: Hello, We found (

Re: [PATCHv2] libstdc++: Mark pieces of gnu-linux/os_support.h linux-specific

2023-02-03 Thread Jonathan Wakely
On Fri, 7 Oct 2022 at 21:45, Samuel Thibault wrote: > > This is notably needed because in glibc 2.34, the move of pthread functions > into libc.so happened for Linux only, not GNU/Hurd. > > The pthread_self() function can also always be used fine as it is on > GNU/Hurd. Sorry for the delay, I'm go

Re: [PATCH] libstdc++: Introduce GNU/Hurd-specific libstdc++ os-defines.h

2022-10-07 Thread Jonathan Wakely
As documented at https://gcc.gnu.org/lists.html all patches for libstdc++ need to be CC'd to the libstdc++ list. That's why your patch has not been reviewed, because I didn't see it. On 29/08/22 02:30 +0200, Samuel Thibault wrote: This is notably needed because in glibc 2.34, the move of pthread

Re: Usage of std::string's max_size in the testsuite

2016-11-30 Thread Jonathan Wakely
On 29/11/16 21:46 +0100, Thomas Schwinge wrote: Hi! 32-bit x86 GNU/Hurd recently switched from 2 GiB/2 GiB user/kernel address space to a 3 GiB/1 GiB split. After that, I see test cases like libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/char/1.cc allocate huge amounts of memor