bug#77824: LTO build fails with grep 3.12

2025-04-15 Thread Christian Hesse
Ups, sent this to the wrong mailing list... Sorry! Please ignore and close. -- main(a){char*c=/*Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/*Best regards my address:*/=0;b=c[a++];) putchar(b-1/(/*Chriscc -ox -xc - && ./x*/b/42*2-

bug#77824: LTO build fails with grep 3.12

2025-04-15 Thread Christian Hesse
Hello everybody, I am building grep 3.12 in a clean build environment for Arch Linux. That fails when building with link time optimization is enabled: CCLD grep In function 'dfaoptimize', inlined from 'dfaanalyze' at ../lib/dfa.c:2873:3: ../lib/dfa.c:2606:12: error: writing 1 byte into

bug#77807: Compilation of gzip 1.13 fails on PPC Tiger, Mac OS X 10.4.11

2025-04-15 Thread GNU gzip discussion and bug reports.
> Am 15.Apr..2025 um 09:39 schrieb Paul Eggert : > > Please try gzip 1.14 instead, as it has fixes in at least some of the areas > that gave you trouble. Yes, compiles fine, except for some warnings: /opt/local/bin/gcc-apple-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I/opt/local/include -Wno-ca

bug#77815: [PATCH 1/1] initialize env_argc & env_argv

2025-04-15 Thread Christian Hesse
Dear gzip maintainers, just found out this is related to link time optimization. If I disable LTO it builds as-is (git master and 1.14), as soon as I enable LTO my patches is required for a successful build. Thanks! -- Best regards, Chris pgpYU47i1wJJ1.pgp Description: OpenPGP digital signature

bug#77807: Compilation of gzip 1.13 fails on PPC Tiger, Mac OS X 10.4.11

2025-04-15 Thread Paul Eggert
Please try gzip 1.14 instead, as it has fixes in at least some of the areas that gave you trouble.