From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0C27F385841C; Thu, 2 May 2024 15:34:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0C27F385841C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714664064; bh=yNSxo6HhZFv70i2bn3d8Wt5k4qYP78ocS76cAGOk568=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aSJYiM5GiSUtT9HK/G0FmQdeGxPPFE7keWMnP03no7nGv/e7qnkK8m3t6hU6kB4te 2k1ItPXP2TLuTkwqJNT4kZHPeN+zpXdNEpZ3DekE314ioL1a5aV6vlLjE6IFxmfXCt jeSnyKWLQ9UH+8U8AL/N9e/8VVpMvZKMk07/UbZ4= 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: Thu, 02 May 2024 15:34:22 +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: 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 --- Comment #25 from Nicolas Boulenguez --- The suggested changes for libgnat slightly affect gprbuild. https://salsa.debian.org/debian/gprbuild/-/blob/debian/master/debian/patche= s/adapt-to-private-time-t.diff https://salsa.debian.org/debian/gprbuild/-/blob/debian/master/debian/patche= s/adapt-to-private-timeval.diff=