From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 24C733858418; Wed, 28 Feb 2024 18:27:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 24C733858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709144845; bh=q/ivks+7/bv16K3FyxHJWAfuJuEIwVgL6ynkpz8lbtU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NnP7lWIfq/+9wxe/aAuZ37SVqX9mJZTJHNwti++r4BoWEvL+ffA8k8Zsi0li6J1cD zbpc74Vf8x//a2M1cf9e+fCp2aX9BMfx2Po32FpsIbcysH/eR/w0u3ZGCQquQdY55I /p6lmvo/SHaMyj7UHWb+zKZTfd0YeSu/T+reqZX8= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114108] [14 regression] ICE when building opencv-4.8.1 (error: type mismatch in binary expression) since r14-1833 Date: Wed, 28 Feb 2024 18:27:23 +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: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: belagod 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=3D114108 --- Comment #6 from Andrew Pinski --- (In reply to Jakub Jelinek from comment #5) > Close. Started with r14-1833-gea616f687dccbe42012f786c0ebade5b05850206 Though r14-1833 just enables what was added to the vectorizer in r14-1832 f= or aarch64.=