https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98144
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #49682|0 |1 is obsolete| | --- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> --- Created attachment 49696 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49696&action=edit testcase that GCC 7 to GCC 11 can grok Updated testcase produced with a GCC 7 host compiler. While -fno-ree helps for GCC 7 to GCC 10: > /usr/bin/time g++-10 insn-extract.ii -fno-exceptions -fno-rtti -O2 -S > -fno-ree 19.90user 0.33system 0:20.25elapsed 99%CPU (0avgtext+0avgdata 1290440maxresident)k 0inputs+0outputs (0major+280821minor)pagefaults 0swaps it doesn't for trunk which shows ranger allocating 5GB of memory.