[Bug ada/114065] gnat build with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 fails on 32bit archs doko at gcc dot gnu.org via Gcc-bugs Wed, 24 Apr 2024 03:33:20 -0700 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114065 --- Comment #21 from Matthias Klose <doko at gcc dot gnu...
--- Comment #26 from Nicolas Boulenguez <nicolas at debian dot org> --- Created attachment 58181 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58181&action=edit v9 fixing a typo in patch 9/9 "select 32 or 64 bits variants" The "select 32 or 64 bits variants" patch in v8 ...
Ada, ignoring this, was still importing the 32 bits version. The attached archive patches all such issues as far as I know. The patch has been tested on x86_64-linux-gnu (time_t64 is the default) and arm-linux-gnueabihf (time_t64 is affected by __USE_TIME_BITS64)....
[Bug ada/114065] gnat build with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 fails on 32bit archs doko at gcc dot gnu.org via Gcc-bugs Wed, 24 Apr 2024 03:26:51 -0700 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114065 --- Comment #20 from Matthias Klose <doko at gcc dot ...
[Bug ada/114065] gnat build with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 fails on 32bit archs nicolas at debian dot org via Gcc-bugs Wed, 24 Apr 2024 15:48:01 -0700 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114065 --- Comment #23 from Nicolas Boulenguez <nicolas at debian...
[Bug ada/114065] gnat build with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 fails on 32bit archs nicolas at debian dot org via Gcc-bugsThu, 02 May 2024 08:36:10 -0700 Previous message View by thread View by date Next message
The following program then gives the correct date on x86_64-linux-gnu but random dates or Time_Error on arm-linux-gnueabihf. So the original issue remains. -- with Ada.Calendar, Ada.Text_IO; procedure Demo is Y : Ada.Calendar.Year_Number; M : Ada.Calendar.Month_Number; D : Ada....
[Bug ada/114065] gnat build with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 fails on 32bit archs https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114065 Nicolas Boulenguez <nicolas at debian dot org> changed: What |Removed |Added --- Attachment #58060|0 |1 is obsolete| | Attachment #5...