From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 96FCF3858CDB; Mon, 26 Feb 2024 00:55:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 96FCF3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708908930; bh=xndeVpdyO66P4xMzgRYnJ59NAOHsv8+/jRymdr8yKBE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OegmfZajV0z7yaQTORjkIQEVsZoyCy5dHY8Yv/z6qpH5XiAfWUnV772mhv1xJ/ckk teCTQ5EfAtdlMyxU5tTX7jSFeU4wXbOWp6GLB08OAG5TYx3dsM2zxlanC2QlJEBywq elc3hQ18eXxABHETms1brOOLFDSICntK4+6TPi3A= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/114108] [14 regression] ICE when building opencv-4.8.1 (error: type mismatch in binary expression) Date: Mon, 26 Feb 2024 00:55:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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 #1 from Sam James --- I can reproduce it with `g++ -c arithm.dispatch.cpp.ii -O3 -mcpu=3Dneoverse-n1+crc+crypto+ssbs`. I can't try to narrow it down or redu= ce it right now though.=