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.133.124]) by sourceware.org (Postfix) with ESMTPS id 2E5AA3857C4A for ; Fri, 29 Apr 2022 08:28:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2E5AA3857C4A Received: from mail-yb1-f198.google.com (mail-yb1-f198.google.com [209.85.219.198]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-328-ssosf17JNxy06wUUxK8RLA-1; Fri, 29 Apr 2022 04:28:48 -0400 X-MC-Unique: ssosf17JNxy06wUUxK8RLA-1 Received: by mail-yb1-f198.google.com with SMTP id h14-20020a25e20e000000b006484e4a1da2so6798711ybe.9 for ; Fri, 29 Apr 2022 01:28:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=tGIlRPDU4Ds41YSHjABWvYJEl2G1rtnbuBixPfdtTdc=; b=lPKdCuip75a4Y68ygL/SLm/2Dw7zb/vhK+j1KLqB7Y/csnRnUV5DlSmJ9nLcbdTJc4 tu4JsJTAx9Oo7re7u7w7Z/H4xjDeG4E3y+DoDJf0PqCk5SO8Z5VKiYCmgO+BCwu+1sgz DW6HQRjAbGRanaqIgi+47Uk588jZcM7oeNMjlGhwcHR3zZrg6l9HjoALMAV/+GQT+Fj4 rJyunQjHla8MtDfqfBq9Ni4md2JT/DyTqni/KRSoB0b/EyeDf4XMN0G57hsyzqhYN2PB YNJ9101d/vk4Pa88F3gtaJEeHjkoEN86iUWGwE/rd4YfUJxTFSO+Dlg5a0l9/3NMSLfD TDmA== X-Gm-Message-State: AOAM530bk1sXR/kuz3Io20AdfAhDc65VgwCDAmYpOBsNtmYuocuuqPh4 DxqPe//NwpufRvRskeY5AZZ5TJOJV69hCSXn1JcgtV10Y5ntYapkT3T34OQeBS2AP3m1ZM0oe1Y FD6NJLZglexyNpFh8tJjKeSJ/+SUZkBM= X-Received: by 2002:a25:8391:0:b0:648:b50e:3702 with SMTP id t17-20020a258391000000b00648b50e3702mr15276949ybk.551.1651220928106; Fri, 29 Apr 2022 01:28:48 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyjgawr4/5YyfbN/Py3fJvAJdEn1omeooNTwceohcUjDJHZ68U700hTzC7D/cBaRweAmBKic7ZKVhqwAEj3cyU= X-Received: by 2002:a25:8391:0:b0:648:b50e:3702 with SMTP id t17-20020a258391000000b00648b50e3702mr15276940ybk.551.1651220927939; Fri, 29 Apr 2022 01:28:47 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Fri, 29 Apr 2022 09:28:36 +0100 Message-ID: Subject: Re: [PATCH] libstdc++: Update Solaris baselines for GCC 12.1 To: Rainer Orth Cc: gcc Patches , "libstdc++" X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-6.7 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 08:28:51 -0000 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. > > Rainer > > -- > ----------------------------------------------------------------------------- > Rainer Orth, Center for Biotechnology, Bielefeld University > > > 2022-04-27 Rainer Orth > > libstdc++-v3: > * config/abi/post/i386-solaris/baseline_symbols.txt: Regenerate. > * config/abi/post/i386-solaris/amd64/baseline_symbols.txt: > Likewise. > * config/abi/post/sparc-solaris/baseline_symbols.txt: Likewise. > * config/abi/post/sparc-solaris/sparcv9/baseline_symbols.txt: > Likewise. >