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: Jonathan Wakely <jwakely at redhat dot com>
- To: Rainer Orth <ro at cebitec dot uni-bielefeld dot de>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org, Jakub Jelinek <jakub at redhat dot com>
- Date: Fri, 26 Apr 2019 12:11:55 +0100
- Subject: Re: [v3] Update Solaris baselines for GCC 9.1
- References: <yddv9z1kxjc.fsf@CeBiTec.Uni-Bielefeld.DE>
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.
Please note that I won't be able to commit myself until mid next week
since I'm leaving for a short vacation soon.
I can commit the patches if you confirm the testing passes.
Thanks.