This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] Update Solaris baselines for GCC 9.1
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Jonathan Wakely <jwakely at redhat dot com>
- Cc: Rainer Orth <ro at cebitec dot uni-bielefeld dot de>, gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Fri, 26 Apr 2019 13:14:27 +0200
- Subject: Re: [v3] Update Solaris baselines for GCC 9.1
- References: <yddv9z1kxjc.fsf@CeBiTec.Uni-Bielefeld.DE> <20190426111155.GV943@redhat.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Fri, Apr 26, 2019 at 12:11:55PM +0100, Jonathan Wakely wrote:
> On 26/04/19 09:58 +0200, Rainer Orth wrote:
> > It recently occured to me that almost none of the libstdc++ abi
> > baselines have been updated for the GCC 9 release. The following patch
> > corrects this for Solaris. The baselines were generated on the affected
> > releases with make new-abi-baseline. Given that they only contain
> > additions for versions GLIBCXX_3.4.26 and CXXABI_1.3.12, they seem
> > sensible.
> >
> > Full bootstraps across the whole range ({i386,amd64}-pc-solaris2.1[01],
> > sparc{,v9}-sun-solaris2.1[01]) just running on both mainline and the
> > gcc-9 branch.
> >
> > Ok for mainline and gcc-9 branch if they pass?
>
> OK for trunk.
> OK for gcc-9-branch assuming Jakub acks it too.
Yes.
Jakub