From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B916E3839DD2; Thu, 6 Oct 2022 15:58:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B916E3839DD2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665071928; bh=ySS9cehuH2VZztfpSE3g36ILOm40ovthRO/1ZAA5UG8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MWYBDV191DF0l5pNw2wz4uZhgnqq+kF2a//4RAM9zSRjJvjwuAexZaXvNaVO3R3Wc ppxs2pSvATfqeUwVN9JCfAukWS/tzVk7cs8B3taw9DjzJj6gdKbSN/S2nKUa+aQFRy 8o6+XjWZJNivSvPLuV7iab45s/2us2zpON41s5mw= 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:58:48 +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: 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 --- Comment #9 from Alex Coplan --- (In reply to Romain Dolbeau from comment #8) > Hello, >=20 > I only posted the patch to the (web) bug report, I'm not sure if that > automatically notify the ML or not... No, you will need to submit the patch yourself to gcc-patches@gcc.gnu.org, = see the contribution guidelines here: https://gcc.gnu.org/contribute.html=