[PATCH] libstdc++: Fix up string _M_constructor exports [PR103827]

2025-04-05 Thread Jakub Jelinek
On Thu, Mar 27, 2025 at 02:04:24PM +0100, Jan Hubicka wrote: > > > Newline between functions please. > > > > > > OK with those two changes. > > > > Looking back through my inbox, this one doesn't seem to have been > > pushed. Was it superseded by something else, or is it just waiting for > > stage

Re: [PATCH] libstdc++: Fix up string _M_constructor exports [PR103827]

2025-04-05 Thread Rainer Orth
Hi Jonathan, >> Indeed, I can build on Solaris 11 with this patch and it passes 'make >> check-abi' on sparc-solaris and x86_64-linux. I'll push it. > > Pushed as r15-9071-g44289d258a970e Last night's bootstraps finished without regressions. Thanks for the quick fix. Rainer -- ---

Re: [PATCH] libstdc++: Fix up string _M_constructor exports [PR103827]

2025-03-31 Thread Jonathan Wakely
On Mon, 31 Mar 2025 at 16:11, Rainer Orth wrote: > > Jonathan Wakely writes: > > > On Sun, 30 Mar 2025, 23:15 Jakub Jelinek, wrote: > > > >> On Thu, Mar 27, 2025 at 02:04:24PM +0100, Jan Hubicka wrote: > >> > > > Newline between functions please. > >> > > > > >> > > > OK with those two changes.

Re: [PATCH] libstdc++: Fix up string _M_constructor exports [PR103827]

2025-03-31 Thread Rainer Orth
Jonathan Wakely writes: > On Sun, 30 Mar 2025, 23:15 Jakub Jelinek, wrote: > >> On Thu, Mar 27, 2025 at 02:04:24PM +0100, Jan Hubicka wrote: >> > > > Newline between functions please. >> > > > >> > > > OK with those two changes. >> > > >> > > Looking back through my inbox, this one doesn't seem

Re: [PATCH] libstdc++: Fix up string _M_constructor exports [PR103827]

2025-03-31 Thread Jonathan Wakely
On Mon, 31 Mar 2025 at 17:28, Jonathan Wakely wrote: > > On Mon, 31 Mar 2025 at 17:07, Jonathan Wakely wrote: > > > > On Mon, 31 Mar 2025 at 16:11, Rainer Orth > > wrote: > > > > > > Jonathan Wakely writes: > > > > > > > On Sun, 30 Mar 2025, 23:15 Jakub Jelinek, wrote: > > > > > > > >> On Thu

Re: [PATCH] libstdc++: Fix up string _M_constructor exports [PR103827]

2025-03-31 Thread Jonathan Wakely
On Mon, 31 Mar 2025 at 17:07, Jonathan Wakely wrote: > > On Mon, 31 Mar 2025 at 16:11, Rainer Orth > wrote: > > > > Jonathan Wakely writes: > > > > > On Sun, 30 Mar 2025, 23:15 Jakub Jelinek, wrote: > > > > > >> On Thu, Mar 27, 2025 at 02:04:24PM +0100, Jan Hubicka wrote: > > >> > > > Newline

Re: [PATCH] libstdc++: Fix up string _M_constructor exports [PR103827]

2025-03-30 Thread Jonathan Wakely
On Sun, 30 Mar 2025, 23:15 Jakub Jelinek, wrote: > On Thu, Mar 27, 2025 at 02:04:24PM +0100, Jan Hubicka wrote: > > > > Newline between functions please. > > > > > > > > OK with those two changes. > > > > > > Looking back through my inbox, this one doesn't seem to have been > > > pushed. Was it s

Re: [PATCH] libstdc++: Fix up string _M_constructor exports [PR103827]

2025-03-30 Thread Jan Hubicka
> On Thu, Mar 27, 2025 at 02:04:24PM +0100, Jan Hubicka wrote: > > > > Newline between functions please. > > > > > > > > OK with those two changes. > > > > > > Looking back through my inbox, this one doesn't seem to have been > > > pushed. Was it superseded by something else, or is it just waiting