https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63937
Iain Sandoe <iains at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target|x86_64-apple-darwin14 |x86_64-apple-darwin14, | |x86_64-linux-gnu Host|x86_64-apple-darwin14 |x86_64-apple-darwin14, | |x86_64-linux-gnu Build|x86_64-apple-darwin14 |x86_64-apple-darwin14, | |x86_64-linux-gnu --- Comment #3 from Iain Sandoe <iains at gcc dot gnu.org> --- (In reply to Francois-Xavier Coudert from comment #2) > I can confirm, and can provide a C testcase (on x86_64-apple-darwin14 with > void foo (void) > { > int v[1073741825] = {}; > } > $ ./bin/gcc a.c > [blows up] also blows up with 217427 on x86_64-linux-gnu (i quit the compile after 2mins and 35G of VM showing)