From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F272B3858C27; Fri, 4 Aug 2023 04:04:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F272B3858C27 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691121898; bh=mhvdxCETJUaQY+u7aj1X/pFvrJJqWURFj5OVt9wzhGw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hZzqSD4Lhy1BPbFsz/PuHFxEEXPYDpOFWOMvCJ2vwZsZXVBUi0Ibk00T6MV248PmV kIXxlFH8cHlqpbbCpAXMOgu/6RoTSoIPcAeL4nm7r2T6TAtj15W5r8+t1v7NakZyt8 IuKPF2KfpYCAg+iKVvAqR/QUpVsPNNJw4bJcVPW4= From: "gaius at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/110779] SysClock can not read the clock Date: Fri, 04 Aug 2023 04:04:58 +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: 14.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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D110779 --- Comment #2 from Gaius Mulley --- Created attachment 55683 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55683&action=3Dedit Proposed fix Here is a proposed fix together with three regression tests.=