From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CBCA43858D28; Tue, 17 Jan 2023 19:52:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CBCA43858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673985166; bh=itkYD/xPsVO8QtrZ57SLfXxm4tNzaqsyzzOx/48Jnds=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MJymUfjZ1Fo5i2fGx0u8Szh7dibVEXTGN8J9aUTL3HtvfIEXbN7H9mOaFGQ+Gaxl+ +ouEspuBJeWzug27vXhP1ZAdJiCydS5vqLxabAT9CGRIW3zm6ZEY387ANivLGSfiBi w8l10SRbHqiQNISP6URXLMMoV8Xl/6+L0r9xUguI= From: "iains 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 19:52:46 +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: iains 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 #6 from Iain Sandoe --- (In reply to Gaius Mulley from comment #5) > I've committed the patch above - since the source tree without it definit= ely > has a mismatched prototype. The exit issue needs to be resolved before > this PR can close. thanks, of course, it is not clear what the cause of hanging tests is - so it might= be unrelated now (but too early to say).=