https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65515
--- Comment #5 from dave.anglin at bell dot net --- On 2015-03-23 12:39 PM, jakub at gcc dot gnu.org wrote: > Doesn't seem to be specific to hppa, on x86_64-linux I can reproduce it as > well, and need ulimit -s 46000 to pass. > The Fedora default of ulimit -sH unlimited and ulimit -sS 8192 works, because > gcc automatically attempts to raise stack limit to 64MB if possible. Unfortunately, this doesn't happen on hpux. To increase limit, one needs to bump kernel maxssiz and rebuild kernel. Dave