From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 669B0385840C; Mon, 9 Oct 2023 13:17:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 669B0385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696857446; bh=Io1gr7M0AWoQ5L+4TV3mZfJDPjM1DvcjLads2YfyrtQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uDc8zPVdLMNAJUZlS54fiTqazcmVAJGe2xBtR4545VQSN3n09KCeAS0AIC5V+SFva WfB4t2bnerK69hwUcZipbsUcuWZ07wfg3hjs4lnNDC44oO2O3/lArBKJ4lSLf5G0IW 02ocatv8bsb/PSzgoca3D8BBvh3kZnTLNGQmaRd0= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111739] incorrect code with PGO enabled Date: Mon, 09 Oct 2023 13:17:26 +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: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: keywords cf_reconfirmed_on bug_status everconfirmed 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=3D111739 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |wrong-code Last reconfirmed| |2023-10-09 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from Richard Biener --- Confirmed with r14-4302 and also with the head of the GCC 13 branch. It helps if you can produce proper ISO C without implicit int and like.=