https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90471
--- Comment #19 from Martin Liška <marxin at gcc dot gnu.org> --- > One more thing come to my mind. gcc should use stack limit of host, not of > target. I saw crashes on both Cygwin and Linux hosts, which have stack size > limits 2032 and 8192, respectively. If gcc uses default host stack size, > this would mean that bug is somewhere else. Yes, it does.