From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F31763858C62; Wed, 8 Feb 2023 22:46:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F31763858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675896368; bh=U4r17cx1pJMq2qYuVa2CKI0H4NTpLn15ngZiD4XcG08=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XruMISu9cqboCWSF8mSMdhBX9SU4EyPrOfAW3L0uhFs3eT9q8+wZuiG293N51k2XG 1xg4KXnqSa6IedrdbiN6l6kmtCjeQoOQk1TtVb/g0kuVNrrEgNlZQZ/DJfGGNymwre 7AmExo5f3u4EeV1O9EzaMocdrFiR2MrJuOE31dow= From: "muecker at gwdg dot de" 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: Wed, 08 Feb 2023 22:46:06 +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: muecker at gwdg dot de 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 #10 from Martin Uecker --- I do not think the suggested change is correct. I am looking into it.=