From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7087A3857B8B; Fri, 5 Jan 2024 22:33:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7087A3857B8B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704494005; bh=k0s086d0ympNxcFcb7Nyxe4i7I64f8W1vl6Oup/w/Bg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OBu4uz8vvXwo4tQR2pX1dan4tqx4GUt+oKUoBshxhe0BWM6rgzjHqz/0TXlQKrZE5 Lafo8JfwSA3ViwQKqBoRm27pRdC9atCkV5mtYEPSl9IRiRSESvKst9tO0iwvBDxRX5 Nv3JFB5jUQabJrPosrDgztY+5dXlzoOwUL0xpS1E= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111268] [11/12/13/14 Regression] internal compiler error: in to_constant, at poly-int.h:504 Date: Fri, 05 Jan 2024 22:33:02 +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-checking, ice-on-valid-code, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work short_desc target_milestone keywords 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=3D111268 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work|12.3.0 | Summary|[14 Regression] internal |[11/12/13/14 Regression] |compiler error: in |internal compiler error: in |to_constant, at |to_constant, at |poly-int.h:504 |poly-int.h:504 Target Milestone|14.0 |11.5 Keywords| |ice-checking --- Comment #13 from Andrew Pinski --- (In reply to Jakub Jelinek from comment #12) > The #c8 testcase started to ICE with > r13-926-g08afab6f8642f58f702010ec196dce3b00955627 > The #c3 one started to ICE with > r11-1445-g502d63b6d6141597bb18fd23c87736a1b384cf8f > So, not really sure why is this marked as [14 Regression] only. Because I didn't notice the ICE is due to an assert which is only enabled w= ith checking: gcc_checking_assert (is_constant ());=