From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25597 invoked by alias); 12 Feb 2008 22:23:47 -0000 Received: (qmail 25582 invoked by uid 22791); 12 Feb 2008 22:23:46 -0000 X-Spam-Check-By: sourceware.org Received: from fg-out-1718.google.com (HELO fg-out-1718.google.com) (72.14.220.155) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 12 Feb 2008 22:23:29 +0000 Received: by fg-out-1718.google.com with SMTP id d23so4085413fga.28 for ; Tue, 12 Feb 2008 14:23:26 -0800 (PST) Received: by 10.86.77.5 with SMTP id z5mr1746050fga.5.1202855006910; Tue, 12 Feb 2008 14:23:26 -0800 (PST) Received: by 10.86.35.18 with HTTP; Tue, 12 Feb 2008 14:23:26 -0800 (PST) Message-ID: <8bc817ee0802121423k6350289nb2512325f3a3a910@mail.gmail.com> Date: Tue, 12 Feb 2008 22:23:00 -0000 From: "Tom Browder" To: "David Arthur" Subject: Re: STL problems in GCC 4.1.2 Cc: gcc-help@gcc.gnu.org In-Reply-To: <000301c86dc4$35920a00$500010ac@gx520> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <000301c86dc4$35920a00$500010ac@gx520> X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-02/txt/msg00109.txt.bz2 On 2/12/08, David Arthur wrote: ... > I am trying to compile an app under gcc 4.1.2 and I get _loads_ of STL > errors, relating to templates in STL headers that are unhappy. The strange > thing is that all compiles beautifully under gcc 3.3.3! I have found that Lots of changes, and tightening of user code required, from 3.3.3 to 4.1.2. How about posting a couple of the error messages so we can see what kinds of errors you're talking about. -Tom