From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B2CFA3858D37; Thu, 29 Jun 2023 12:46:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B2CFA3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688042805; bh=/gaaRr4u9Yvpecb4ukrC1JJGMEtx6CdvndAP1MA0iTM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WFVuufoS/e5LkVEPWljIOyd5/Uf/7odZwjg8SlPLVbgQf7LEPaiY8+cXd40fbMMmM 7hlkXQKzSyELZCcb+2HQEi3CWH2V6opX5IJLzh6hr5dltkiGafvk1BG07K9YTYw4bB 9dLTAWDVWSCfZyc3IFW8tf+o0U/fejNTKwVAAGOY= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/110077] [14 regression] libstdc++-abi/abi_check FAILs on Solaris Date: Thu, 29 Jun 2023 12:46:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ABI X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110077 --- Comment #6 from Jonathan Wakely --- This is going to be hard for me to figure out without access to a Solaris x= 86 system. Could you please attach the output of this command using GCC trunk on solar= is x86? g++ -std=3Dc++23 -include charconv -x c++ /dev/null -E -dD=