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 51AA33858C2C; Fri, 18 Mar 2022 11:49:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 51AA33858C2C 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 4D8E4B0FC9; Fri, 18 Mar 2022 12:49:36 +0100 (CET) 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 WNoNRmx2uSHT; Fri, 18 Mar 2022 12:49:35 +0100 (CET) Received: from fuego.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 8314AB150C; Fri, 18 Mar 2022 12:49:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=CeBiTec.Uni-Bielefeld.DE; s=20200306; t=1647604175; bh=HVdQcu8N8c09S4RFvTW0O5gQo9E7mXDKvFgKddi5PIc=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=k/8P9o1SbHxuOMgNqPqYL/OCbjYy6/I32+IV24GtskdC2bZ1v+XuVE49oLfM4q3Or +L6I8P7z47z9dHDzOMcqwtdOJAVaVy6b5KET0a6yrinufovLFXweV14wmun48QGdEe CevfUeldN4DUIO2/VYk6M68+m3omeoBhSdIdmHS6BpZHX2Ma7FR/rHs4nUP7L2pndo YkV3acB4//98McT1iOIpoGZ7ZW2ibjETeopD7svNZtaL5zKBxd1j6Vb9KPjrRhTdZX oSXPy8qUmAteeS/F32SMlIgW2E2paDcnVHIYeB0xpcDIEdK86h7dwdJOzYSuCvES/7 VSSN2Q/37iqVw== From: Rainer Orth To: Jonathan Wakely Cc: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org, Rainer Orth Subject: Re: [committed] libstdc++: Fix symbol versioning for Solaris 11.3 [PR103407] References: <20220316212453.243636-1-jwakely@redhat.com> Date: Fri, 18 Mar 2022 12:49:34 +0100 In-Reply-To: <20220316212453.243636-1-jwakely@redhat.com> (Jonathan Wakely's message of "Wed, 16 Mar 2022 21:24:53 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-3637.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE 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, 18 Mar 2022 11:49:38 -0000 Hi Jonathan, > Tested x86_64-linux and sparc-sun-solaris2.11 (but 11.3 only). > > Pushed to trunk. > > Rainer, this should allow you to continue omitting the > _ZSt10from_charsPKcS0_R[def]St12chars_format symbols from the baseline, > without the current FAIL. Please check on your other Solaris targets. I've run bootstraps on i386-pc-solaris2.11 (Solaris 11.3 and 11.4) and sparc-sun-solaris2.11 (Solaris 11.4) last night: the abi_check failures are gone everywhere. Thanks a lot for your patience with this issue. Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University