From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EA9BD3860760; Mon, 13 Nov 2023 15:12:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EA9BD3860760 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699888359; bh=I04TduCiCXcBh3/2r2Y8MF/Zbbif4RGdJ0h5zMMj2m4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nvQ716bzMRjMaBK/nOxQlAosGWG3iNwFNxXh0ZyAO3RlHWg8Oo6SD/RbeSAbysmzB T2BddOb9OTgpbApTeJLl5E2VVgwTelEgSKNrt9p/s3Km18dTbT57fWwXxVgCo/ub9X ukjySDMYisj6p1GJoUFvGQlqCg+fpZHny5IgR2nM= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/110779] SysClock can not read the clock Date: Mon, 13 Nov 2023 15:12: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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit 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: 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 #22 from CVS Commits --- The master branch has been updated by Gaius Mulley : https://gcc.gnu.org/g:0036702555195d3fd8089577b7c1e2ce5f2ff5b1 commit r14-5416-g0036702555195d3fd8089577b7c1e2ce5f2ff5b1 Author: Gaius Mulley Date: Mon Nov 13 15:11:50 2023 +0000 PR modula2/110779: Add reduced acinclude.m4 to allow interrogation of t= ime features This patch adds libgm2/acinclude.m4 and libgm2/configure.host which are reduced versions from libstdc++-v3. They currently allow for discovering the time features available in libc and will be extended to discover availability of ieee128 long double support in the near future. These files were also added to provide the functions: GLIBCXX_CONFIGURE, GLIBCXX_CHECK_GETTIMEOFDAY and GLIBCXX_ENABLE_LIBSTDCXX_TIME called by configure.ac. libgm2/ChangeLog: PR modula2/110779 * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * config.h.in: Regenerate. * configure: Regenerate. * configure.ac: Remove newline. * libm2cor/Makefile.in: Regenerate. * libm2iso/Makefile.in: Regenerate. * libm2log/Makefile.in: Regenerate. * libm2min/Makefile.in: Regenerate. * libm2pim/Makefile.in: Regenerate. * acinclude.m4: New file. * configure.host: New file. Signed-off-by: Gaius Mulley =