From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4BEF83858C74; Wed, 28 Feb 2024 18:28:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4BEF83858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709144904; bh=etKJHmo/SnFi6AQrvPmRzInh4+pz42wAglRe1etLeM8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oGtNYYrNCpkUOncn8kiKlPOnMJuWJcVWvqyoKq3CPVTEpM5D4L2H0wEVlACw+NOPB Odc1JaDRrLRNkPsGh61mGW2QgSwf+5P7DVxwDYo3cBhANL263qhyHclQG0Y44t7Uib 3bPet/zxN4WONLf8eCdC8bG3yts9umXJw1opuE30= From: "jakub 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:28: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: jakub 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 #7 from Jakub Jelinek --- (In reply to Andrew Pinski from comment #6) > Though r14-1833 just enables what was added to the vectorizer in r14-1832 > for aarch64. Sure, the bug is in r14-1832, but bisection was to r14-1833.=