From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 289C73858CD1; Thu, 29 Jun 2023 14:42:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 289C73858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688049765; bh=0bOJTvtNfzOPzixr/rUeQpm8Yku7ZZAjbG49LDVjNOo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uXPSghCFAQBvVBbh9XH93IcQH8YuRFyaskYQ9ObR8mt94uI3kAyZsi0jSQwePgQld oUhYCE+51DqVvr826nRyvlc26FZZfPyFsu/2VRQtWIwdHhyy3IUxVTreDw8WPhU/pD 73gp8O8HD5JZovRFvTvcy+9IlAqK+Z/ZRNpwcwBk= 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 14:42:44 +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 #11 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #1) > This affects aarch64 too: > https://gcc.gnu.org/pipermail/gcc-patches/2023-June/620335.html > And probably other targets where long double uses binary128 rep. For the record, this is fixed for aarch64 (by the same commit that fixed it= for solaris sparc): https://gcc.gnu.org/pipermail/libstdc++/2023-June/056246.html=