From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D632D3858D28; Mon, 9 Oct 2023 13:34:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D632D3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696858457; bh=GYEEYIa2gGgwri/YbrdDIBtkP9YaZAzGbMbgTupRmBM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mF4DyNkClQSbnc4G8zpjafOMiTB561bhA2XRxMKK5z7vPrcASEmuclyuHQVj2Jqgc gAW2czmPactd/9QQjTa3FjDxFcytM5llGfGDIWgQZBD+hzQZqVJnRIysXA9V5KDqzR sBRRRdQJ9jQmEbb4DLjrKoqdqHf2VZ5WHJmo+PvQ= From: "iamanonymous.cs at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111739] incorrect code with PGO enabled Date: Mon, 09 Oct 2023 13:34:17 +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: iamanonymous.cs at gmail dot com 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: 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 --- Comment #2 from Anonymous --- (In reply to Richard Biener from comment #1) > Confirmed with r14-4302 and also with the head of the GCC 13 branch. >=20 > It helps if you can produce proper ISO C without implicit int and like. Thank you for confirming the bug. Moving forward, we will ensure that the c= ode does not rely on implicit integer types.=