https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81416
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Try increasing your stack limit. I suspect it is too low. With -fopenmp turned on causes arrays to be always stored on the stack .
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81416
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Try increasing your stack limit. I suspect it is too low. With -fopenmp turned on causes arrays to be always stored on the stack .