From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9A9243858D1E; Mon, 9 Oct 2023 13:38:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9A9243858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696858736; bh=axeodrNGtDbx0xv4rpihjoZM7GdFFaBCkCn1OStFrgA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fiQDsTl3wk7wBQGlk9gm5EAftGEaAo36ToSaT0c8Mim0ANWuwNtMbN7XhMYZPbwOt S1rPcKlkk4u6UIEtYUCnZANqu0mVQ53jEjwB1Mj0zh8ATvd3UKoDJm3tlZATsTVQf+ uY6G2Dq+f6HfUfHgGUVoOszev7IEYIFtnTmM99Fo= From: "iamanonymous.cs at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111738] incorrect code when PGO is enabled Date: Mon, 09 Oct 2023 13:38: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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: iamanonymous.cs at gmail dot com 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: --- 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=3D111738 --- Comment #2 from Anonymous --- (In reply to Richard Biener from comment #1) > I can't reproduce. Your git version is quite old, it translates to > r14-2634-g85da0b40538fb0 for me. It doesn't reproduce with r14-2282 eith= er > though. >=20 > Current is r14-4486-g873586ebc565b6 Thank you very much for providing the feedback. To ensure the later reported bugs can be reproduced, we will update our GCC version to the latest trunk.=