From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E96833858D35; Wed, 6 Sep 2023 02:15:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E96833858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1693966521; bh=LitaLSmi6ImJUvEoYICwLP180XEYSxVJhyXt7lY1Uck=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mIVoMCbQL6jl9eMgHUHOyGvSsUvqqf+79FRQlULpjbNsays5AjqAT/Ht7B9I/qAxw ZHuRX4SG0AEhu0pPUc9irZHPHzGBdoB1wFlwAGiM+pXsE64ieLti7RlAKgTU5S4Yxo zKSj4pccsHFTgM14ESRD49lhbH2+3a7ahcMHesMQ= From: "pinskia 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: Wed, 06 Sep 2023 02:15:21 +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, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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=3D111268 --- Comment #7 from Andrew Pinski --- Interesting: /* We checked above that the vectors are constant-length. */ unsigned vnunits =3D TYPE_VECTOR_SUBPARTS (vtype).to_constant (); But it is not constant ...=