From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C231A3858D20; Wed, 10 Apr 2024 12:52:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C231A3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712753574; bh=P+1vIcpPHpkj5oN1HqOy2eaW4K1mBcvWCNP6I9yLaO4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yLkaUGP/ItX6TfxnrAwmxpHe8l2j6V0VT4KkAfs/CUvGjy3xcWHua4lbs0Bppp78X Ue+rY6jlFsLfyZ8TlHJ7xwDWYz8PI9J+WjzUZsg+OMuAX15M9X1Gmt/UNoC8yPOkxX ecnEl8DrH9Vf9sGbyID1H6xjBuzXjxSzfrUbKX9c= From: "bergner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/114664] -fno-omit-frame-pointer causes an ICE during the build of the greenlet package Date: Wed, 10 Apr 2024 12:52:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: bergner 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: 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=3D114664 --- Comment #9 from Peter Bergner --- (In reply to Kewen Lin from comment #8) > I noticed even without -fno-omit-frame-pointer, the test case still fails > with the same symptom (with error msg rather than ICE), did I miss someth= ing? With no option, we default to -fomit-frame-pointer and that option does not guarantee we actually will omit the frame pointer.=