Re: [pretest] regression in pdftex
Norman Gray <[email protected]> Tue, 17 Feb 2026 12:12:49 +0000
| Newsgroups | gmane.comp.tex.live |
|---|---|
| Message-ID | <[email protected]> |
Christian, hello. On 17 Feb 2026, at 10:39, Clason, Christian wrote: > (Not fully a surprise, since I didn’t see how the diff could fix an issue that seems to be platform/architecture specific…) If I understood the fix correctly, the problem seemed to be that, given an uninitialised variable, different compilers initialised it differently by default. So the problem may have been compiler specific, and only platform specific as a consequence. Specifically clang (the default cc on macOS) seems to be quite consistent about initialising to zero in such circumstances, which is convenient in practical terms, but can cover up the missed initialisation, until one re-tests with a different compiler (eg gcc). Best wishes, Norman -- Norman Gray : https://nxg.me.uk