From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 30B193858D1E; Sun, 6 Nov 2022 18:20:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 30B193858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667758857; bh=Dvp8Zcal6OqVfgA5AUXJMNio/8dS5gTKGpuF7tTKyTY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EU1tMNttF19S/hmNfVHuQoFIt9V7Y5bycY5Y2j+qZzk2fSrAsX26gdDYQqP70IG4T hKyN5USEEDrUjBcYILGAzWzntwLGoj/1Ak5hSBgToSRyfvxmhsD2GMQlou2/SgNTe9 DvamGtBYFr4ylL76ORVK0awLIF9V9CbAyLE1RG/Y= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107541] [13 Regression] wrong code at -O1, -O2 and -O3 on x86_64-linux-gnu Date: Sun, 06 Nov 2022 18:20:56 +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: 13.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_gcctarget target_milestone short_desc 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=3D107541 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |x86_64-linux-gnu Target Milestone|--- |13.0 Summary|wrong code at -O1, -O2 and |[13 Regression] wrong code |-O3 on x86_64-linux-gnu |at -O1, -O2 and -O3 on | |x86_64-linux-gnu=