https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103464
--- Comment #6 from Zhendong Su <zhendong.su at inf dot ethz.ch> --- (In reply to Martin Liška from comment #2) > Started with r12-5522-g661c02e54ea72fb5, note that ulimit -s 600 works fine > and I'm not fully convinced such a small stack limit should be an issue? > > Shouldn't we documented what's expected (required) minimal stack for GCC? The original test doesn't need the ulimit, but it was extremely difficult to reduce to a reasonable size. [539] % gcctk -O1 -ftree-vrp good.c -w gcctk: internal compiler error: Segmentation fault signal terminated program cc1 Please submit a full bug report, with preprocessed source if appropriate. See <https://gcc.gnu.org/bugs/> for instructions. [540] % wc good.c 1182 6408 76232 good.c [541] %