From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 21AF93851C00; Sat, 22 Jul 2023 17:36:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 21AF93851C00 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690047365; bh=YkAkKbP9AkrbMsRlmUkqgY2b8WDZzTKGM6zzB/NMs5g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=g53VhP528hq16rzRBOknLRlJbIynux34BS++8Dd7cZc1jEsNlikcpuQmtZs3Tee0z 8whNo1EuXtJiKBlbLg3x+c36obnwyLK0R31wSddHFVc3nxcTD8w0mNZrwID1GvvKcM X2txY9so/WF3/7a6FdCeCek0rLG+9ZSWy38VdAdI= From: "aurelien at aurel32 dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/110066] [13/14 Regression] [RISC-V] Segment fault if compiled with -static -pg Date: Sat, 22 Jul 2023 17:36:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.1.1 X-Bugzilla-Keywords: EH, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: aurelien at aurel32 dot net 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: 13.2 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=3D110066 --- Comment #18 from Aurelien Jarno --- (In reply to Andreas Schwab from comment #17) > I don't think you need -fno-omit-frame-pointer. I confirm that CRTSTUFF_T_CFLAGS +=3D -fno-asynchronous-unwind-tables -fno-unwind-tables is enough to fix the issue.=