From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C7C13383DB93; Thu, 6 Oct 2022 15:52:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C7C13383DB93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665071579; bh=L1HKmgRirI0xl2IJDuNssSV6zYTk6zNSesDEd8UyaQE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=su5c7K5tYaZtFBBdRfoImoibzInuQmKzVaXMn+Xqs7lZHb0Ps8jzmOXPhMpccYvUb 2tLgSLB61dmMSgGvJuCLyO20nGqtG3+VI4kduVja5oAhhEvmfFslFEyvH0npgCX6xz TRD6IBoklT0ThICaeGjpy9DIFvMiN60JG99eFVE4= From: "acoplan at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/105660] [12/13 Regression] ICE in warn_parm_array_mismatch when merging two function decls and VLA arguments since r12-1218-gc6503fa93b5565c9 Date: Thu, 06 Oct 2022 15:52:00 +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: 12.1.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: acoplan at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D105660 Alex Coplan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |acoplan at gcc dot gnu.org --- Comment #7 from Alex Coplan --- (In reply to Romain Dolbeau from comment #3) > Created attachment 53191 [details] > Patch to resolve the issue by moving strchr to strrchr Hi Romain, have you submitted the patch to the gcc-patches mailing list for review?=