From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 926D43858C5F; Mon, 25 Sep 2023 00:04:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 926D43858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695600298; bh=qxZW98DM7Dr2Kqn0Ck6pBMXlkhncTc5aIYFgnVHBdHo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Bh9stRCuDvUgmJGWx/4WnBoyZqwF8CYqVweI6gtJP41bcFLv/o+bapj6XnchWceqI u6P6Q4b94sht7TP3jmeL2T14rnJszVQ5h60WlSr2sm8TkfOWYEHAuKhnX4IeHNeKkW YuyyKXv4EpFh22qME9pWL/hBwCyfFSTdaHdYutfI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111285] vector ABSU is lowered incorrectly Date: Mon, 25 Sep 2023 00:04:58 +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: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D111285 --- Comment #3 from Andrew Pinski --- Created attachment 55985 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55985&action=3Dedit Patch which fixes the issue I am not sure this is the best patch but we don't pass down 2 inner types i= nto do_unop (or a different version of this).=