Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <00c701c4cc08$990fa300$0200a8c0@mindcooler> From: =?iso-8859-1?Q?Mikael_=C5sberg?= To: Subject: Re: g++ 3.4.1 Date: Tue, 16 Nov 2004 19:17:56 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Note-from-DJ: This may be spam "Martin Magnusson" wrote: >I just tried upgrading from g++ 3.3.1 (which currently gives me an >"internal compiler error" on my code) to the 3.4.1 version available from >the Cygwin setup. After doing so, however, I get a flood of error messages >about the many templates I have (such as "template-id xxx for yyy does not >match any template declaration" and several other). > > Should I start to adapt my code to gcc 3.4.1, or would it be safer to wait > until it is available as default from the setup? Is it likely that the > error messages I get is due to the Cygwin port, or would it be g++ itself? > > / martin > g++ version 3.4.x is alot less forgiving (read: more compliant) than earlier versions of g++ (GCC) were regarding standard C++. This is a good thing. I haven't used the test version you mention but I've been compiling my own versions of GCC under Cygwin for some time and right now I am using the latest version (3.4.3). I haven't had any problems other than not being able to use -mno-cygwin anymore but I can live with that. So, you probably have problems with your C++ code, i.e. it's not standard- compliant but GCC used to accept it. Crank up the warning levels and turn off compiler extensions and start fixing the code. / Mikael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/