https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122595
--- Comment #5 from Kishan Parmar <kishan at gcc dot gnu.org> --- Just tested on Power10BE and it still fails with below options, "-fdiagnostics-plain-output -std=gnu23 -lm" we only get segfault if we cross the value n>5. ./gcc/cc1 -quiet -imultiarch powerpc64-linux-gnu -iprefix /home/kishan/Test-Validation/build-trunk/gcc/../lib/gcc/powerpc64-unknown-linux-gnu/16.0.0/ -isystem ./gcc/include -isystem ./gcc/include-fixed ../gcc-trunk/gcc/testsuite/gcc.dg/pr97986-1.c -msecure-plt -quiet -dumpdir a- -dumpbase pr97986-1.c -dumpbase-ext .c "-mcpu=power10" "-std=gnu23" "-fdiagnostics-color=never" "-fdiagnostics-urls=never" -fno-diagnostics-show-caret -fno-diagnostics-show-line-numbers "-fdiagnostics-path-format=separate-events" "-fdiagnostics-text-art-charset=none" -fno-diagnostics-show-event-links -fno-diagnostics-show-nesting -o /tmp/cco37kCA.s Testcase fails on P9/P9BE/P9IEEE128/P8IEEE128/P10BE.
