From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 25BBF38555A0; Fri, 24 Feb 2023 14:40:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 25BBF38555A0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677249605; bh=FsPdkBOVV/lH+c60cGQaL5CKF1KuF4V87sz4rQt9UU0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=q7Asw6ZhWDKwa3BFsaLuc8DXvrx8pImQYpIKEDh7gbTK8VWHUFHX62OKsmFkrsLOa f9GpZ1opSKcBKecpPoo/O6nbnyo6zrGRRlpLW6GvYxB6jfCL8FznlUepU5CzDwoyFc yZzO+jBX11OquzdRB/Acou+sX++U60wwKdNOJ4Os= 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: Fri, 24 Feb 2023 14:40:03 +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: attachments.created 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 #7 from Martin Uecker --- Created attachment 54529 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54529&action=3Dedit new version of patch Here is another patch that does all the recursion in gimplify_type_sizes. Unfortunately, there are regression tests failing for fortran.=