https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108994
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> --- I'd start with verification if it is really libgcc, so don't recompile the app, just try it against GCC 12.2.1 libgcc vs. 13.0.1. If it is libgcc, then there are other revisions to suspect, like r13-2706-g6e80a1d164d1f9 r13-4757-g1c118c99706001 r13-4758-g6e56633daae79f beyond what Andrew wrote. And, for libgcc you don't really need to rebuild the whole thing, once you build once (perhaps with the flags Jonathan mentioned), git reset --hard some-commit you can just cd aarch64*/libgcc; make -jN and retry.