From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2B407396E86E; Mon, 13 Nov 2023 09:32:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2B407396E86E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699867949; bh=/oW/rYTz9qOP3o/fsb09St8x5ezsvgSD7C0BLRJSQuc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dT0JxRINRmTpVnUc1rOXT0l3TOC2VJVDHC/xKzB6skpJ4ab3LynWqVXLQj82n4NMJ hDQi6Y7NAi6LklgQT+VPHI7hAS1SDitpUW65bFS80snAybKV7pyghcv6ABQAlO/brm QBf1VWwyjTrk3Q4S8K520eFxVrAxhBKQ+tnn/RCI= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/112505] [12/13/14 Regression] internal compiler error: in build_vector_from_val, at tree.cc:2104 Date: Mon, 13 Nov 2023 09:32:28 +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: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority 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=3D112505 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2 --- Comment #3 from Richard Biener --- Again bit-precision int:14 vs. 'int'. Fallout of the bitfield vectorization support I guess. Like the other PR we can fend this off in vectorizable_induction (I suppose vectorizable_reduction might have similar issues).=