From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5B89B3858433; Fri, 30 Jun 2023 05:18:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5B89B3858433 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688102287; bh=i8AW7FtDaoENm9h5F0H0ipLrrBfCompmPXl5AAMRvg8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dUyz+VIMfbh0u8Uo/oynYVC+e+8E3KiowKohuGcBElotM3PatDrNPu+XjOZsYvbtH azMFuQN66a5mmNMQAQb6zdmLZK8jn8tfLzVNGxC4UQEfm2zRAZ/HleDaAP/wR5s3v1 EJrhfslgU3tHGLjzCQoWz3BoanebHJDXtkFW+uZ4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110494] [14 Regression] Wrong code at -O3 on x86_64-pc-linux-gnu Date: Fri, 30 Jun 2023 05:18:07 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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: resolution bug_status 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=3D110494 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #1 from Andrew Pinski --- iftmp.3_55 =3D d[_57]; iftmp.6_54 =3D (short int) iftmp.3_55; _6 =3D iftmp.3_55 > 1; _46 =3D (short int) _6; _143 =3D _46 | iftmp.6_54; # RANGE [irange] short int [0, 1] NONZERO 0x1 iftmp.6_54 =3D (short intD.17) iftmp.3_55; Another dup of bug 110252 (just a different testcase). Tomorrow I am going to finish up the patch. *** This bug has been marked as a duplicate of bug 110252 ***=