From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E78CD3858C50; Sat, 22 Jul 2023 12:37:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E78CD3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690029479; bh=8P0uK2CzjFzxzdn9WXRSfiuk4gkxoG+qcPTLg7I1Y+Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WgcjmBhEACZAWf9Uf5ulZJVxWo5bLX75o1THa3/34YvJ6duu4vof0hDLLqoc2VSVZ 46nBgW68+IGRo+oaqXoZ9OXdDRINI8eJ4JukQTuPXbc6sInZSoQyFciHVNKFKKlIIE vKDBeYDreHK8Lzym9j6eho4DLsbdNDjmopEFJmpc= From: "aurelien at aurel32 dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/110066] [RISC-V] Segment fault if compiled with -static -pg Date: Sat, 22 Jul 2023 12:37:58 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: aurelien at aurel32 dot net 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: 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 #10 from Aurelien Jarno --- (In reply to Aurelien Jarno from comment #9) > (In reply to Andrew Pinski from comment #5) > > Can you try reverting r13-923-g2d546ff69455f7deadab and try GCC 13 agai= n? >=20 > Yep, I'll do that, but it will probably take some time to get the results. > I built a cross-compiler so it went faster than expected. However reverting that commit doesn't change anything, the generated crtbeginT.o is unchanged= , so the issue is still there.=