From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8C1F13858D34; Mon, 20 May 2024 17:44:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8C1F13858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716227098; bh=OCK0pfwEKw2doDvS4+pB9kx5KZuCX6/rKIo3wBHeKcQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bOTMfMYI2af+wCyqJsqPfypPNjn1HGPrxtCSbKuVur27X46KL/WC+dxrVaig9F7dw zYDovUNk+1/JrIO6VLH006uVfXn5u6CSRFzwfijsWmC8eJYrsQ1trh2PEsfHpKqV9I KoKWkKGdQqYxL3dRiLnRTv73kfQIux+L+wvG3hGA= From: "nicolas at debian dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/114065] gnat build with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 fails on 32bit archs Date: Mon, 20 May 2024 17:44:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: nicolas at debian dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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=3D114065 Nicolas Boulenguez changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #58060|0 |1 is obsolete| | Attachment #58181|0 |1 is obsolete| | --- Comment #27 from Nicolas Boulenguez --- Created attachment 58252 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D58252&action=3Dedit Version 10, tarball with 8 commits + tests Hello. Version 10 * restores support for time_t in System.OS_Lib, with a comment saying that = the type is now unrelated with C (patch 4/8). * restores support for timespec in Ada.Calendar.Conversions and timeval in GNAT.Calendar, via wrappers delegating to C_Time. The subtype ranges for t= he parameters are tighter, but that only makes preexisting pre- and post-conditions explicit. * unsuppresses the Overflow_Check * replaces pre- and post-conditions with subtype ranges * fixes a type name in docs (patch 3/8) * fixes a typo on android * roughly sorts the patches by decreasing importance (only 1-2 fix bugs) The restorations hopefully answer the concerns expressed by Arnaud Charlet = at https://gcc.gnu.org/pipermail/gcc-patches/2024-May/651794.html. In Ada.Calendar, the changes only affect the private part.=