https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65503
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- You're creating a huge object on the stack, which is a bad idea, and the problem is probably that GCC is running out of memory.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65503
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- You're creating a huge object on the stack, which is a bad idea, and the problem is probably that GCC is running out of memory.