Re: timespec_sub bug fix

2024-07-12 Thread Paul Eggert
On 7/13/24 04:20, Collin Funk wrote: Both type2 and type3 shall be any integer type other than "plain" char, bool, a bit-precise integer type, or an enumerated type, and they need not be the same. Yes, and it's annoying that you can't use 'bool' there. In theory, for example, it

Re: timespec_sub bug fix

2024-07-12 Thread Collin Funk
Bruno Haible writes: > I needed more infos about this bug fix (so I can know why the CI did > not report it within three weeks). Since bug-gnulib was not in CC, I had > to search. I updated this ChangeLog entry: timespec-sub.c:38:12: error: operand argument to checked integer operation must be

timespec_sub bug fix

2024-07-12 Thread Bruno Haible
I needed more infos about this bug fix (so I can know why the CI did not report it within three weeks). Since bug-gnulib was not in CC, I had to search. I updated this ChangeLog entry: 2024-07-10 Pip Cet timespec-sub: Fix compilation error on clang. Reported by Gerd Möllmann