From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E15B03858D20; Sat, 21 Jan 2023 19:23:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E15B03858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674329009; bh=sHjJ9X3zpRjSzm2uvkiHNRz0AdnLcLZjcGfcf9F8E1Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qN1+6CTz/LDD0zXTKeuXqmVUGK39Xsg4YVKBx2lqPssc1h5vWBWdsmws9CGoLyY/W exepr8/5IjfcLzhd3r9/uP7jxcCu66ZudAgn3Z9YfGsrfNFhpMVTMdt6y4CEPC0YA3 m7teVpV5KqfWaJWGnCYDM2jbxZrcMZ4Drn6hqZ0Y= 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, 21 Jan 2023 19:23:28 +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: 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=3D107557 Martin Uecker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |muecker at gwdg dot de --- Comment #5 from Martin Uecker --- This seems similar to PR108423 and I assume the common cause is that the fix for PR84305 did not consider the case of function types with variably modif= ied return type (which are obscure).=