From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16580 invoked by alias); 29 Aug 2002 18:59:57 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 16572 invoked from network); 29 Aug 2002 18:59:56 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by sources.redhat.com with SMTP; 29 Aug 2002 18:59:56 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 17kUUs-0001gR-00 for ; Thu, 29 Aug 2002 20:58:26 +0200 To: gcc-help@gcc.gnu.org X-Injected-Via-Gmane: http://gmane.org/ Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 17kUUq-0001fh-00 for ; Thu, 29 Aug 2002 20:58:24 +0200 Path: not-for-mail From: "Hans Horn" Newsgroups: gmane.comp.gcc.help Subject: Re: ostream::form() replacement under gcc3.2 Date: Thu, 29 Aug 2002 11:59:00 -0000 Message-ID: References: <15725.59143.410926.860936@wh2-19.st.uni-magdeburg.de> NNTP-Posting-Host: p1.almaden.ibm.com X-Trace: main.gmane.org 1030647503 6402 198.4.83.52 (29 Aug 2002 18:58:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 29 Aug 2002 18:58:23 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2002-08/txt/msg00254.txt.bz2 Group, after I was able to dig up an ostream::form() replacement I was finally able to recompile my projects under gcc v3.2. I'm happy with that. What I'm not happy with at all is that the build time went up by a factor of 3, and each exe produced is between 50% and 100% bigger than the ones produced under gcc v295 (under cygwin)! What is going on? Is the time and size increase due to the template orgy in the c++ libraries I was reading about? Does anybody know? H.