From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 762C73858D33; Wed, 15 Mar 2023 08:51:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 762C73858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678870261; bh=K9x4RHLvPb3uvUAOPpK9+G4uos1z678KDSHZfPVM9OQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mQ1SslBPJ99oY4jD6n2DBoomsTBJo+ER0WgG45rG4NCuA2YncuGM8/L97MOZmf+pD M+I+4OUhBJjRzOTPqagbktAjjiHIDwZFj3+tPPRGK6HoqSEMIrfub3XUcidQmvYQBd 4S+iWpdOZBhAotwbFSMaUk2R9ldvzGfNA17x0Ngk= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109138] wrong code at -O1 and above on x86_64-linux-gnu Date: Wed, 15 Mar 2023 08:51:00 +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: NEW X-Bugzilla-Resolution: 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: see_also 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=3D109138 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D68083 --- Comment #3 from Andrew Pinski --- (In reply to Richard Biener from comment #2) > So similar to PR107833, the solution might be similar as well. Actually it is closer related to PR 68083 .=