From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AFC553858D1E; Mon, 9 Oct 2023 10:03:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AFC553858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696845802; bh=Y3zcLJW4rE8DV4OQph16g7YRM+SCoQ/jk0P1/KpU3DU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Kv1EErLCfh0nb8bDRurIpk/6XRtQe1G3C9gI6eApZGgqKogdYTXJglBQb8T8gArtm gtMt5AC7lo9jjBgyT/EVK5cO9HO/DrXp5hP/9ZXtVwLHv87dD9o+betbLWyt3bA4HN 78nyFhlX3i+bEhOHS7h+ex5ZsvUPYIPQi6NLVJ0Y= From: "19373742 at buaa dot edu.cn" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/111734] wrong code with '-O3 -fno-inline-functions-called-once -fno-inline-small-functions -fno-omit-frame-pointer -fno-toplevel-reorder -fno-tree-fre' Date: Mon, 09 Oct 2023 10:03:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: 19373742 at buaa dot edu.cn 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: attachments.created 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=3D111734 --- Comment #1 from CTC <19373742 at buaa dot edu.cn> --- Created attachment 56078 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56078&action=3Dedit The compiler output=