https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105215
--- Comment #11 from Frank Scheiner <frank.scheiner at web dot de> --- (In reply to Andrew Pinski from comment #10) > So then the trunk will fail with -O3 -fno-late-combine :). Fortunately this is not recogized or I did something wrong: ``` $ /opt/gcc-16-20250810-nolibc/ia64-linux/bin/ia64-linux-gcc -std=gnu17 -Wall -O3 -fno-late-combine -c reduced-reproducer.c -o bug.o -g2 ia64-linux-gcc: error: unrecognized command-line option '-fno-late-combine' ```