From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DBB08384D14B; Thu, 20 Oct 2022 17:25:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DBB08384D14B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666286733; bh=DDhCBFaFpNIFNNnP2EMOJJRi1GZinfO1NFfgCLMMlYs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YalNILd9AFtDfx1cDrFcTwDF9mSvYtYxmB2gSnuTlCP7MXu60h5f45MlBe4kgXVVq UOLoYuZSFZyRkhftd7rq9EMogpH1N5Re5r2Mhp9noewjY87PjwQUanRjsWAoY1XIcn 2ZGzZ2Rjyaj2xxnbpqpRLEgBBa7NXH7Mel+LyD+8= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107257] [13 Regression] Wrong code at -O2 on x86_64-linux-gnu since r13-857-gf1652e3343b1ec47 Date: Thu, 20 Oct 2022 17:25:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D107257 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #7 from Andrew Pinski --- (set (reg:CCC 17 flags) (ne:CCC (reg/v:SI 83 [ f ]) (const_int 0 [0]))) Yes this is broken ... Which means this is a dup of bug 107172. *** This bug has been marked as a duplicate of bug 107172 ***=