From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8FE443858029; Tue, 9 Jan 2024 08:36:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8FE443858029 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704789385; bh=RG+Po9A8mX/Y+xsuNabYX/efh90yv3xTbuqwn/0ZAqI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yREQDszgIffvVimVd4BUkrpJhsJ/g0LajhKRagdUbm05ewK+NTSgj3Pi/WnxsVoPt RNHhIFGzk7Dfvl21TYjmpSJ1OmYJ5uWXTyEzvzyNXE/ResPEb7Ej7B4U6l4O9D80SW xLR4HJDkrne1/dPKY/Zcxi5+lYDE8pOJRm9Db5+s= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113210] [14 Regression] ICE: tree check: expected integer_cst, have cond_expr in get_len, at tree.h:6481 Date: Tue, 09 Jan 2024 08:36:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D113210 --- Comment #16 from Richard Biener --- (In reply to Jakub Jelinek from comment #15) > Created attachment 57007 [details] > gcc14-pr113210.patch >=20 > So like this instead? yes=