From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson To: Neal Becker Cc: egcs@cygnus.com Subject: Re: cc1 hog Date: Wed, 01 Oct 1997 12:40:00 -0000 Message-id: <199710011940.MAA24764@cygnus.com> References: X-SW-Source: 1997-10/msg00049.html There is one particular testcase in compile (961203-1.c) that may cause all VM to be consumed before cc1 fails. I suspect you happened to look at the cc1 process while this testcase was being compiled. If so, then this result is not typical, and hence not particularly useful, because it does not apply to any other testcase. make check takes forever because of the sheer amount of work that is being done. Running the compiler 20000+ times while interpreting shell scripts and TCL scripts obviously takes a lot of time. Jim