From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 623253858C74; Mon, 6 Nov 2023 08:58:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 623253858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699261128; bh=4uzDpqFrm/kAry9FPbPyVFyzEilm9ZrxMZq1g1UO654=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jKNoP+OGaWCnYK5KRgtAEYd9z6udIR6QAXivjMynh2wLDAHZ8/J3Wnj+izmaiu4Xj qOYdcswb/wQf/Tl3X0P66LPBHoPWQLr9NZAz7pVvUEINYAwaABomWMEMRtH47TCdC4 6tRt6MzWH6ugZ26q0MAPUTriWHYL+4k7+LghUvxY= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/112369] [14 regression] ICE when building webkit-gtk with -mavx Date: Mon, 06 Nov 2023 08:58:48 +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-checking, 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=3D112369 --- Comment #9 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:d803438e0c4016aff720fad418377c5b13567063 commit r14-5145-gd803438e0c4016aff720fad418377c5b13567063 Author: Richard Biener Date: Mon Nov 6 08:58:18 2023 +0100 tree-optimization/112369 - strip_float_extensions and vectors The following fixes an error in strip_float_extensions when facing vector conversions. PR tree-optimization/112369 * tree.cc (strip_float_extensions): Use element_precision. * gcc.dg/pr112369.c: New testcase.=