From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D5F883858410; Tue, 17 Oct 2023 12:48:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D5F883858410 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697546917; bh=Ka68LeOkbn9/ulJ8z6MpglDnObG/AYzb74TIMGlWnV8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eKx4cv0LypSyVt7ScOtLRAAbyogr+d9//7StzgTz4FikwHXaZlD+wVwC+fKzWD1ni RxcCI/lHt4g/IDtEhtG3LQXOjK+AhL40H8gdCVvPqoaSbhgDdsHHbCIWKqWDoYZAxz G2kMeWwfJ7zkXZovGnRqiRn+4T4oHWUCv9IoGgyM= From: "rguenth 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: Tue, 17 Oct 2023 12:48:37 +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: rguenth 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: 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 #10 from Richard Biener --- Btw, we have (gdb) p debug (node) t.c:3:6: note: node 0x3f341d0 (max_nunits=3D1, refcnt=3D1) vector(2) long u= nsigned int t.c:3:6: note: op: VEC_PERM_EXPR t.c:3:6: note: stmt 0 _1 =3D BIT_FIELD_REF ; t.c:3:6: note: stmt 1 _4 =3D BIT_FIELD_REF ; t.c:3:6: note: lane permutation { 0[0] 0[1] } t.c:3:6: note: children 0x3f34260 $1 =3D void (gdb) p vtype $2 =3D it looks like "compatibility" somehow requires/allows us to V_C_E the permuted argument to a fixed length vector? Otherwise vect_build_slp_tree_1 of course could check the BIT_FIELD_REF args are fixed length.=