https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105215
--- Comment #6 from Frank Scheiner <frank.scheiner at web dot de> --- In reply to Andrew Pinski from comment #5) > Most likely > https://gcc.gnu.org/git/?p=gcc.git;a=commit; > h=3b9b8d6cfdf59337f4b7ce10ce92a98044b2657b causes the bug to go latent. Hm, must be something older, because: ``` $ /opt/gcc-at-3b9b8d6cfd-nolibc/ia64-linux/bin/ia64-linux-gcc -std=gnu17 -Wall -O3 -c reduced-reproducer.c -o bug.o -g2 $ /opt/gcc-at-9f168b412f-nolibc/ia64-linux/bin/ia64-linux-gcc -std=gnu17 -Wall -O3 -c reduced-reproducer.c -o bug.o -g2 ``` ...this one and its parent seem good.