------- Comment #5 from danglin at gcc dot gnu dot org 2010-05-13 21:09 ------- I should mention that the data segment size is set to 2097152 kbytes on the hpux machine where I see this error. Due to the segmented architecture of the 32-bit runtime on hpux, making this bigger isn't going to help. The linux machine where I first saw this error has an unlimited data segment size but is limited by the 32-bit virtual address space.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44019