https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100206
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |accepts-invalid Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2021-08-17 Component|rtl-optimization |c --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- This array should have been rejected as too big. What is shocking is GCC accepts it, clang runs out of memory. The first time I have seen GCC beat clang with respect to memory usage :).