From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 25E273858D37; Mon, 9 Jan 2023 12:44:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 25E273858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673268250; bh=Qj2bbZAHfiVpu6hcsjaqwvTovmGFH3zdvhFi5jeBZGk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DJSQ+zRYvWpIFqVirLk2+gcRgWySjkMr+eedOwL/tD7BwNs8QF1t/zziGS8HrmTCJ pI7hmmpkg2ctRAUV5l86mkBhmcqsUKUEHVOFcNOXV8BJ9gC2bhCyY/DYYApewAXd8u Gqzcs9QjlnKg8XjssJI1hYxd6LpOukS0uWiT80Wk= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107453] [13 Regression] New stdarg tests in r13-3549-g4fe34cdcc80ac2 fail Date: Mon, 09 Jan 2023 12:44:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ABI, testsuite-fail, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D107453 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #7 from Jakub Jelinek --- Fixed on powerpc64le-linux. I've also on a cross to sparc64-linux tested t= hat without the patch both c2x-stdarg-4.c and c2x-stdarg-split-1{a,b}.c at -O0 abort and with the patch succeed. No testing on nvptx nor loongarch, so if it is still broken there, please reopen.=