From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 17AD1386187F; Tue, 30 Jan 2024 16:41:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 17AD1386187F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706632862; bh=+9KdtSxmFvTlknFa6paxiRLwrV+aR8iNwkuAnG+qt1M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=C6aTcxczA1TjsDmxIO0JCJQt3Qgw1oMToAtx4BobZI99c7msHujlCXYgWKcHb60ux C2falUjYs/hjtwes8i1PobZ7B+5nqYavt6hXW/RwO9JVcxt/EbPPQU5n8Ekw2PQCBY +w/OCH2eQIwIOMUrvOMFwUIkKbmCfIfOoohzUbRA= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113451] [14 regression] 32-bit g++.dg/abi/mangle-regparm1a.C FAILs Date: Tue, 30 Jan 2024 16:40:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jason 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=3D113451 --- Comment #2 from GCC Commits --- The trunk branch has been updated by Jason Merrill : https://gcc.gnu.org/g:dd7aa986fd12fc24e9d2efb8a8b267acb2bf19ea commit r14-8632-gdd7aa986fd12fc24e9d2efb8a8b267acb2bf19ea Author: Jason Merrill Date: Tue Jan 30 11:36:53 2024 -0500 testsuite: mangle-reparm1a options [PR113451] When I added -fabi-compat-version=3D8 to avoid mangling aliases it also suppressed the -Wabi warning. PR c++/113451 gcc/testsuite/ChangeLog: * g++.dg/abi/mangle-regparm1a.C: Use -Wabi=3D0.=