https://bugs.kde.org/show_bug.cgi?id=469049
--- Comment #6 from Mark Wielaard <m...@klomp.org> --- (In reply to Paul Floyd from comment #5) > This is an LTO issue. On gccfarm gcc203 which is > > paulf@gcc203:~/scratch/valgrind$ lscpu > Architecture: ppc64 > CPU op-mode(s): 32-bit, 64-bit > Byte Order: Big Endian > > Then with > > ./configure --enable-lto=yes > > (from git HEAD but surely the same as the RC tarball) Can replicate a link issue on a ppc64-debian system with gcc (Debian 12.2.0-14) 12.2.0 But on an x86_64 fedora system with gcc (GCC) 13.0.1 20230401 (Red Hat 13.0.1-0) --enable-lto=yes seems to work fine. Dunno why this is ppc64 specific. Clearly the workaround for now is to configure with --enable-lto=no -- You are receiving this mail because: You are watching all bug changes.