From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C32403858C50; Mon, 4 Mar 2024 11:35:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C32403858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709552100; bh=Zu1oC6webf/po4dBax84OSyOlifLfrtU/7B/KDmmPn4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AbQR+gf+9U9DcYGEED3J8DK3MJt7U3xTgz8Pby8uFvtSijydQ8iqGtogXaJUfFzq7 Q5K7FrYwyn3ZkAJ8cIUCRBb3z/iIpBwKWiFIgygU/oiyZ2fOMnNq1LiSclaf7lwMoU xGAOj00RFrWt3w5WhodZGt5SRQob4l4fLKRSPQhc= From: "rearnsha at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/114136] wrong code for c23 fully anonymous arg lists on arm Date: Mon, 04 Mar 2024 11:35:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.1.0 X-Bugzilla-Keywords: ABI, testsuite-fail, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rearnsha at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status target_milestone resolution 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=3D114136 Richard Earnshaw changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Target Milestone|--- |13.3 Resolution|--- |FIXED --- Comment #4 from Richard Earnshaw --- fixed=