From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 1F7C4385781D for ; Fri, 29 Apr 2022 10:34:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1F7C4385781D Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-351-9uUo3uiHNqS4TQgHPkeojw-1; Fri, 29 Apr 2022 06:34:03 -0400 X-MC-Unique: 9uUo3uiHNqS4TQgHPkeojw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 33D3980231F; Fri, 29 Apr 2022 10:34:03 +0000 (UTC) Received: from tucnak.zalov.cz (unknown [10.39.192.16]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E77BCC08087; Fri, 29 Apr 2022 10:34:02 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.16.1/8.16.1) with ESMTPS id 23TAY0MD3150930 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Fri, 29 Apr 2022 12:34:00 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.16.1/8.16.1/Submit) id 23TAXxAK3150929; Fri, 29 Apr 2022 12:33:59 +0200 Date: Fri, 29 Apr 2022 12:33:58 +0200 From: Jakub Jelinek To: Rainer Orth Cc: Jonathan Wakely , gcc Patches , libstdc++ Subject: Re: [PATCH] libstdc++: Update Solaris baselines for GCC 12.1 Message-ID: Reply-To: Jakub Jelinek References: MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.85 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham 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:34:06 -0000 On Fri, Apr 29, 2022 at 12:32:08PM +0200, Rainer Orth wrote: > 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? Ok. Jakub