https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97578
--- Comment #15 from David Binderman <dcb314 at hotmail dot com> --- (In reply to Jakub Jelinek from comment #14) > Resetting to P3, as the state is unknown. I tried out the code in the original bug, and it looks fine to me. $ /home/dcb/gcc/results/bin/gcc -c bug659.c $ /home/dcb/gcc/results/bin/gcc -c -g -O1 bug659.c $ /home/dcb/gcc/results/bin/gcc -c -g -O2 bug659.c $ /home/dcb/gcc/results/bin/gcc -c -g -O3 bug659.c $ /home/dcb/gcc/results/bin/gcc -c -g -O3 -march=native bug659.c $ /home/dcb/gcc/results/bin/gcc -c -g -Ofast -march=native bug659.c $ /home/dcb/gcc/results/bin/gcc -c -g -Os -march=native bug659.c $ /home/dcb/gcc/results/bin/gcc -v 2>&1 | fgrep exp gcc version 12.0.1 20220412 (experimental) (82a4c5c704433249) $