From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 979BE3858C5F; Sat, 22 Jul 2023 08:47:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 979BE3858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690015627; bh=rPAZIK4yK3tROG9bM0eY7+XczChPRCiA0SQg9xtmbjk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ca47KaGCcVWP9p1yRari72HJiJaoSMyGOqbYQtyhcraoTfKOYoAX5E8T5irKdcdym 1/OQLNhWr3v5YwJoguTIVokq66It3lvimzHm3nRtiBHl9/cGmb6sSIGGDLaKYRne1D P5BhuipG6VwFbOuOD1XfhaxBM+M+h27SF2ceIpYw= 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 08:47:06 +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 #9 from Aurelien Jarno --- (In reply to Andrew Pinski from comment #5) > Can you try reverting r13-923-g2d546ff69455f7deadab and try GCC 13 again? Yep, I'll do that, but it will probably take some time to get the results. (In reply to Andrew Pinski from comment #6) > Also can you attach the two versions of crtbeginT.o (the one from GCC 12 = and > one from GCC 13). > If anything there has to be some extra null pointer happening ... I have just done that.=