From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D92163858D38; Sat, 5 Aug 2023 17:35:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D92163858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691256936; bh=4zdGH15ubD8eXsBbALki2jBU5RT6kTpzH+yj/jQcEWI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cIFi73gLaHQAMzsLEVsc/qidBcPihHGK2VWNJLGnvMtAC25ooN5/pX07ihdIhBwfx ekYDgo4l00Ocn9C2KhnzxgxSS5IlhRL4eEmgCLqnvAAnaKQSPpdd7fkmAoM29WhnUt qtyPDrrjQCbrKFMk1KAuvONxOUJRwALcfFcTyurw= 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: Sat, 05 Aug 2023 17:35:35 +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 #7 from Gaius Mulley --- I wonder if this bug has now been fixed via the other PR fixes. Specifical= ly the rewrite of RTco.cc, the defensive use of select, bugfixes to HIGH and FIO.mod (memcpy parameters)? It might be worth a re-run just to explore the effect of these fixes.=