From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EFEFA3858D32; Mon, 16 Jan 2023 23:05:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EFEFA3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673910353; bh=lw2mazlFiSremK0ECcEY7qq1+87VKukDooC490NBuAk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BABYQ0YDKuMS+eYzlLSFhmscAAy7JL1Uos2YAIkGvIPlDC7tiIi1pXaGx/+qCWo5X PGblNXw/TupcXefagkRY7/1y09F40N6i7D+/FHk2NbjgPmb3/EP7OURbBpRgNPzSPs Qdooq45TPLohGMvAhGzQUzjCw9CvpUpfYRxlM5qU= 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: Mon, 16 Jan 2023 23:05:53 +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 #4 from Iain Sandoe --- Works for me - now the failing test cases produce a diagnostic; /src-local/gcc-master/libgm2/libm2iso/RTco.cc:373:in initThread has caused failed to set stack size attribute Although it does not seem to exit the failed program (is that because Halt eventually does a loop-forever?)=