bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Port to 32-bit long + 64-bit time_t


From: Paul Eggert
Subject: Re: [PATCH] Port to 32-bit long + 64-bit time_t
Date: Tue, 4 Oct 2022 15:42:34 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1

On 10/3/22 12:56, Paul Eggert wrote:
In looking through old dev histories it appears Paul pushes changes every now and then, so I'll wait until he's pushed his next batch of changes, which will presumably include some timestamp-related fixes, before looking into this again.

Thanks, that merge looks good to me.

I might also suggest installing the attached, which contains code that won't be executed on any platform that I know about, but which is needed to avoid undefined behavior on platforms where INT_MAX == INTMAX_MAX (maybe a signal-processing CPU? :-). This is to document the assumption that INT_MAX < INTMAX_MAX, not to fix any real bug on any platform I know about. Of course this is low priority.

Attachment: 0001-Fix-theoretical-bug-when-int-intmax_t.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]