From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 491C53858D1E; Mon, 26 Feb 2024 05:34:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 491C53858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708925676; bh=vsVeDZPynQN94X2QGw8ZaO9zrhvIVZOSSAfVDbyDL7w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JvKypYi0qkSr6FkA8SfgoWSvwq19tOZpiEWR8X8mDM9HVPtTW/C2ntqKsDE+blfMv AJ6vyVAb8K9dFni6ZyaBJ2CFG7OMcC5F33Lur5dofyrRLvPO5D+DdGOsBJfhdGw1Dq LraL/49dlS6rEZX2EcdLKQhrsNWdKXmEXMH3oeoQ= 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) Date: Mon, 26 Feb 2024 05:34:34 +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: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 #3 from Andrew Pinski --- Created attachment 57536 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57536&action=3Dedit Reduced testcase Just needs -O3 as mentioned.=