https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116219
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |GC --- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> --- So this looks GC related. If I change from the default GC params to: --param=ggc-min-expand=1 --param=ggc-min-heapsize=1 The testcase no longer fails.