https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65369
--- Comment #23 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 35019 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35019&action=edit pr65369.c Adjusted testcase that now works reliably at -O0, and even with -O3 -fno-inline, but fails with -O3 on powerpc64le-linux. Works on x86_64-linux. Contains LP64 dependency right now...