From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9A2793858C62; Sat, 11 Feb 2023 15:07:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9A2793858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676128030; bh=tdjLk5QZ25Ak16O7Y3mffGw+FD8QBiaiYE4EnIKjUWM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hRaNdLr4DqoaHEVDpefjZHw4OpJvRfNWjalRNGXVTlqslrTC5A8suld4GlvtMdYT4 +EjSKF76GnExM8hF2V3NIrsk2YX539nYpDjXgnlI5QkK3Fw4YkYRTUgtyBSO2Sz2FD 645MnXGhJRe7YCyFbsdQRxoPCK+EokdRCwdB+zzo= From: "muecker at gwdg dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107557] [12/13 Regression] ICE -fsanitize=undefined and VLA as argument type to a function Date: Sat, 11 Feb 2023 15:07:09 +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: 13.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=3D107557 --- Comment #6 from Martin Uecker --- Patch: https://gcc.gnu.org/pipermail/gcc-patches/2023-February/611562.html=