From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F20153858C30; Wed, 18 Oct 2023 15:51:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F20153858C30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697644297; bh=S/pF2ZVDUS6+xfbJq35zS01Uhx5X7eaPuVW4PgNZOlI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CocvzEDiRiWb3HDucy8Cu/aLBfdelnDsO0LE/TgOAO4aH+a74Tsycx8KJPT6PiblN P9lBL103Si2tDnp3IqXAGEHtmI9xkluXwaIVdV7ww46gZ4AmdrwfjUSoJxXZuyLbKk FIfcBvb0eGGqiCZDSXVvqOjvPgrZdispjlCTp1wU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/111863] [14 Regression] Wrong code with "-O3 -fno-tree-ccp -fno-tree-dominator-opts -fno-tree-vrp" since r14-1600 Date: Wed, 18 Oct 2023 15:51:37 +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: unassigned 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=3D111863 --- Comment #6 from Andrew Pinski --- Oh I see the issue: ``` _8 =3D _7 & 2; _10 =3D _8 !=3D 1; ``` There needs to be a check that 1 here is the same as 2 or 0 ...=