From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.CeBiTec.Uni-Bielefeld.DE (smtp.CeBiTec.Uni-Bielefeld.DE [129.70.160.84]) by sourceware.org (Postfix) with ESMTPS id 0E488385780C; Fri, 29 Apr 2022 10:32:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0E488385780C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=CeBiTec.Uni-Bielefeld.DE Authentication-Results: sourceware.org; spf=none smtp.mailfrom=cebitec.uni-bielefeld.de Received: from localhost (localhost [127.0.0.1]) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 69CD8B35BB; Fri, 29 Apr 2022 12:32:09 +0200 (CEST) X-Virus-Scanned: amavisd-new at CeBiTec.Uni-Bielefeld.DE Received: from smtp.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (smtp.cebitec.uni-bielefeld.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EM8JawuHiVpD; Fri, 29 Apr 2022 12:32:09 +0200 (CEST) Received: from manam.CeBiTec.Uni-Bielefeld.DE (p508554ce.dip0.t-ipconnect.de [80.133.84.206]) (Authenticated sender: ro) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPSA id EFC96B306F; Fri, 29 Apr 2022 12:32:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=CeBiTec.Uni-Bielefeld.DE; s=20200306; t=1651228329; bh=2mBRiori5TT+u1iDg04sOSzA073za0L/SRLOs2PM8z8=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=AOky0XZYcksdR9YboPEz9jilokO2RZaKizYc0Ynx6unyrq6J+foOa3r+0O0HzwQCq jbuEFnOupNtbct7W33T0CfVmVlsBWKWHuNFnT8zLF4YNbKFv4o6qgSTbfI7lNXFrwc sRVXEf14xvutpo66oVWhwDEOvw1oZqkSlDRVK/Vnjeu3AUlMZWYVlpvhPHXp8Djz4L MJmOhz0UbdMj9D9b3RRCY98tZti3hh2E9fHrt4PDkLPs9KTCCV9O/u+sOc3gmwTrpt sJWRfWk+E7gH2vyOYabAopWs1MifkVSrKFJAc0bmy0YD8ITkaVgELpOQjVEp6sW75X jyw/N9ANMtQbw== From: Rainer Orth To: Jonathan Wakely Cc: gcc Patches , "libstdc++" , Jakub Jelinek Subject: Re: [PATCH] libstdc++: Update Solaris baselines for GCC 12.1 References: Date: Fri, 29 Apr 2022 12:32:08 +0200 In-Reply-To: (Jonathan Wakely's message of "Fri, 29 Apr 2022 09:28:36 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.90 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-3788.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, KAM_NUMSUBJECT, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libstdc++@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++ mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2022 10:32:12 -0000 Jonathan Wakely writes: > On Thu, 28 Apr 2022 at 22:40, Rainer Orth wrote: >> >> The following patch updates the Solaris baselines for GCC 12.1. >> >> Tested on i386-pc-solaris2.11 and sparc-sun-solaris2.11 (Solaris 11.3 >> and 11.4 in each case). >> >> The only (expected) difference between the 11.3 and 11.4 versions is >> >> --- baseline_symbols.txt.s113s 2022-04-28 10:37:11.464068450 +0000 >> +++ baseline_symbols.txt.s114s 2022-04-27 16:54:31.995636805 +0000 >> @@ -4070,3 +4070,3 @@ >> -FUNC:_ZSt10from_charsPKcS0_RdSt12chars_format@@GLIBCXX_3.4.30 >> -FUNC:_ZSt10from_charsPKcS0_ReSt12chars_format@@GLIBCXX_3.4.30 >> -FUNC:_ZSt10from_charsPKcS0_RfSt12chars_format@@GLIBCXX_3.4.30 >> +FUNC:_ZSt10from_charsPKcS0_RdSt12chars_format@@GLIBCXX_3.4.29 >> +FUNC:_ZSt10from_charsPKcS0_ReSt12chars_format@@GLIBCXX_3.4.29 >> +FUNC:_ZSt10from_charsPKcS0_RfSt12chars_format@@GLIBCXX_3.4.29 >> >> which is handled by the fix for PR libstdc++/103407. I'm using the 11.4 >> version here. >> >> Ok for master and gcc-12 branch? > > OK, thanks. Thanks. But doesn't the gcc-12 branch require RM approval at the moment? Jakub? Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University