From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CB52B3858CDB; Tue, 28 Feb 2023 01:29:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CB52B3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677547791; bh=mi1s5jz8R3jkARi3ie0VmlqIssoc//nMUvG/ct4F1Ig=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PihZdPABHxjYR9GNbqXLeKFz2Atd5W6XH/IJ/rBUsxKqN3p6iWBXycOYYA1XKkbj1 y2MBg0hb9o6TsgkXZVd6IBuP/fezN0mnCaQll3sKiAFbSMOuYawj1ouDIPCzPvH/kD HEZbpevm0KsW2Swodh/MA0XmFiyjZyHdU2/RdP6M= From: "gaius at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/108956] [13 regression] SEGV in M2RTS_RegisterModule Date: Tue, 28 Feb 2023 01:29:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: modula2 X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gaius at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: gaius at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 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=3D108956 --- Comment #2 from Gaius Mulley --- The hand built modules were not changed to include the libname. (UnixArgs, ldtoa, dtoa for the tool pge). The patch corrects the hand built modules a= nd also includes fixes for the attribute noreturn warnings generated when compiling M2RTS.cc.=