From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3F9AE3858288; Thu, 29 Jun 2023 09:57:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3F9AE3858288 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688032643; bh=fhAkBXWw3qhW7dOlvC7sFbfw0kD5BWEtQaI4mv5hKjQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jBFk3QT7UHgS4cb6R7Tzdx+OaJwR2hS62xx23nVemaWugTBD1Pv45ILX7DkQWtV7r pfxBKmu6OaFP9DlX6IWZXwVOD5LSMmflHNYGt/B3rzySd6rvin+ehfdENQ+sYfRzYx AlkYhFTvH+qcr9fP4GveFO2HzsQi3qDXaEX4PfIY= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110460] [14 Regression] ft32 ICE on 931110-1.c with new TYPE_PRECISION checking Date: Thu, 29 Jun 2023 09:57:17 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth 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=3D110460 --- Comment #4 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:cd23ed2119120bd7b710fbe679fdfcb8f4461800 commit r14-2186-gcd23ed2119120bd7b710fbe679fdfcb8f4461800 Author: Richard Biener Date: Thu Jun 29 10:23:29 2023 +0200 tree-optimization/110460 - fend off vector types from vectorizer The following makes fending off existing vector types from vectorization also apply to word_mode vector types. I've chosen to add a positive list of allowed scalar types here for clarity. PR tree-optimization/110460 * tree-vect-stmts.cc (get_related_vectype_for_scalar_type): Only allow integral, pointer and scalar float type scalar_type.=