From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B2CA33858C5F; Fri, 4 Aug 2023 12:17:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B2CA33858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691151449; bh=GBYH0j/JdAYaMc4kJHJx5zspJ2jNyLWyt8yyXU1Ziqw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HoLIjAea8vV635yjE05VQCe5nytHe73Ucyq2gf+ljb/qmq3j66s6XxnFWUifSKgx+ klHgeCSbLdvMKacxCkYYkIlymy8jXDLI4nJl+EaXPfdHdtCnpc3KOde2/2wEa5vW7u iodVsxzrAb7+JCr8WFcJ7zgfW+CcHffN0khLlZwo= 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 12:17:29 +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.isobsolete 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 Gaius Mulley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #55683|0 |1 is obsolete| | --- Comment #3 from Gaius Mulley --- Created attachment 55687 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55687&action=3Dedit Proposed fix v2 The previous patch was missing some new files. This has successfully bootstrapped on x86_64 and aarch64. I'd like to see it bootstrap on ppc64l= e, x86_32 and armv7l before it is git committed (as the libgm2 automake {Makefile.in, configure, config.h} have been regenerated).=