https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111934
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I tried `--param ggc-min-expand=0 --param ggc-min-heapsize=0` and it still does not ICE. The exact command line I tried: ``` [apinski@xeond2 upstream-gcc-match]$ ~/upstream-gcc-match/bin/gcc t.cc -DICE -g -g0 -Wall -pthread -O3 --param ggc-min-expand=0 --param ggc-min-heapsize=0 ``` One difference between my build and godbolt is I don't use `--enable-libstdcxx-debug ` .