Hi Patrice,
> For some code in Texinfo (not public yet), I needed to copy a file. I
> used the copy-file Gnulib module code, but I did not want to preserve
> the owner and group as it is better in my case if the file owner is the
> same as the generated output files owner. So I modified the cod
* lib/diffseq.h: Also suppress -Wanalyzer-use-of-uninitialized-value.
This fixes an unwanted diagnostic when compiling GNU ‘patch’
with gcc (GCC) 14.2.1 20240801 (Red Hat 14.2.1-1) x86-64.
---
ChangeLog | 7 +++
lib/diffseq.h | 8 ++--
2 files changed, 13 insertions(+), 2 deletions(-)
Hello,
For some code in Texinfo (not public yet), I needed to copy a file. I
used the copy-file Gnulib module code, but I did not want to preserve
the owner and group as it is better in my case if the file owner is the
same as the generated output files owner. So I modified the code not to
keep
For many years, the standard way to determine the endianness on powerpc64
at compile-time was
- either to test the macros _BIG_ENDIAN or _LITTLE_ENDIAN (predefined
by the compiler),
- or to test for the ELFv2 ABI: _CALL_ELF == 2.
The port of FreeBSD 14 to powerpc64 breaks *both* ways: