Date: Wed, 15 Sep 1999 14:04:41 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Davin McCall cc: djgpp AT delorie DOT com Subject: Re: Program hangs gpp In-Reply-To: <37df6066.20939126@newsserver.cc.monash.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 15 Sep 1999, Davin McCall wrote: > Just mucking around with C++ recently, and noticed that the following > short program takes *ages* for gpp to compile (without optimization or > anything, command line: gpp -o test.exe test.cpp). Does this happen for this program only, or for *any* C++ program. > Can anyone fill me in on why it takes so long? Add -v to the compilation command line and tell here which subprogram invoked by gpp takes most of the time to execute.