https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105565
Marek Polacek <mpolacek at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |compile-time-hog, | |memory-hog, needs-reduction Summary|[11 Regression] constexpr |[10/11/12/13 Regression] |function with bigger |constexpr function with |integral cause internal |bigger integral cause |compiler error |internal compiler error CC| |mpolacek at gcc dot gnu.org Target Milestone|--- |10.4 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2022-05-11 --- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> --- Confirmed, I think. We've started to run out of memory with r278775. It'd be nice to understand why, and perhaps do something about it, if possible.