From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4CB763861858; Fri, 5 Jan 2024 14:17:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4CB763861858 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704464227; bh=Xq2HhagG4rHw+yVu0VQdQYnqLYYqf0xH78HeGyttLUQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HmXCquZddRAjancMD5OQOQkg6AZOfN1dfAR8UNTIUp8OlZeYNsnnevHyReTUYLm1q u8ptGLbk8nH4pRRMY9dpWcUOVu4YF3yl63stMf6wX2mfrCCqhXV5nXg8Kfmtc4LBZo wp2Pp1BlmBmo3oJXheTBidnks3lRhCMFoDT3Qxvo= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111268] [14 Regression] internal compiler error: in to_constant, at poly-int.h:504 Date: Fri, 05 Jan 2024 14:17:03 +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, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org Keywords|needs-bisection | --- Comment #12 from Jakub Jelinek --- 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.=