From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5EBF83858D20; Sat, 12 Aug 2023 15:27:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5EBF83858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691854053; bh=vdToCC33y7knkxsCAHTibe/b2a7Pnh0kniYYhm0K6HM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iq0lpBWYKdZz9t140W390g30BealD7PhCxs+L3wRsSaiDkeSOw8DN+s+B3Gnunp+L Khjgebso3UKLBDvl42va3hLSlMMVbpt5yCSvZzNaGJoYYPV8S3Li55YCcQiwzCmDz0 SO7cGonUTQkFeAcsYxs9HtOqNvG2WPZCU61O+5Ks= From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/110779] SysClock can not read the clock Date: Sat, 12 Aug 2023 15:27:32 +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: iains at gcc dot gnu.org X-Bugzilla-Status: REOPENED 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: cc 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 Iain Sandoe changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |iains at gcc dot gnu.org --- Comment #13 from Iain Sandoe --- (In reply to Gaius Mulley from comment #12) > Created attachment 55717 [details] > Another patch for Darwin >=20 > More portability configure checks and fixes to wrapclock.cc. This patch fixes bootstrap on the affected versions - I've tried it on old = and new Darwin + a cross. There are some time-related test fails, but that can= be handled separately.=