From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6245B3858D20; Wed, 9 Aug 2023 00:44:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6245B3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691541863; bh=FlwhAw+92+7rj8+EC3NiLKhTpOvbBHF0yMrokhOTgmY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JRgbNNptJwLGi2veZueRInfk6dMJXZ4+cnXhiK3wpH3UTdAVT7XnmpNB/FOgJyXeM WJjq/sxfU09MR/9TzAzx3WMZcSj+wATmWJegRmL4nMMIgHOOs6xcM+rsb3ilNeGuSE Z0NWshHima+oQyis3SQBoYIXfojBG4fQ5hVmTVeY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110954] [14 Regression] Wrong code with -O0 Date: Wed, 09 Aug 2023 00:44:23 +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: 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: component 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=3D110954 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Component|tree-optimization |middle-end --- Comment #2 from Andrew Pinski --- Generic has different type constraints than gimple and that is what is confusing here. bitwise_inverted_equal_p cannot check comparisons to see if they are invers= e of each other unless the type is a boolean type ...=