From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D83913858C52; Tue, 17 Jan 2023 16:15:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D83913858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673972104; bh=4YC+Rw9HerTFeQshrwkibTvWPJjP5JGhGTq2RlA4mLo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Yo6nofB/dfkooQJvmTP7nc005D8a0zpxyCTd5JXIgo51ayYIfluALL1wErwva9vkB Re7l3i03q8hcWi6u+Ryt/hNuY0z9vH+m/LLBi7xLzjVhTijSDpDLsR+jNpRzNax9fl Wv3hoPfaNe3FBrOfKB3LUI1QttMmLIWRauyqYrI0= From: "gaius at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/108404] M2RTS_Halt fails with a segv (it should emit a diagnostic and exit). Date: Tue, 17 Jan 2023 16:15:04 +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: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: gaius 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=3D108404 --- Comment #5 from Gaius Mulley --- I've committed the patch above - since the source tree without it definitely has a mismatched prototype. The exit issue needs to be resolved before th= is PR can close.=