------- Comment #13 from ron_hylton at hotmail dot com 2006-02-17 18:05 ------- > > Are you sure you have enough virtual memory to compile this test case? >
I just tried main branch r111111 and the test case compiled fine. I have 2 GB vm (and 2 GB ram) so I doubt the previous problem was vm exhaustion. I don't recall exactly what the vm use was with the segfaults but it wasn't alarming, and the test case never exceeded 1 GB vm with r111111. I would certainly hope that gcc would politely report vm exhaustion as out-of-memory or some such rather than segfaulting. With the Intel Windows compiler I did have to turn off some optimization to stay within the 2 GB vm limit on the "real" cases, but gcc -O2 handled them with no problem. Ron -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24605