X-Spam-Check-By: sourceware.org Message-ID: <4390DB09.C0DD3776@dessent.net> Date: Fri, 02 Dec 2005 15:38:49 -0800 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: gcc 3.4.4: stl's uninitialized bug References: <9cadfd370512021129i622980f3t AT mail DOT gmail DOT com> Content-Type: text/plain; charset=iso-8859-1 X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id jB2Nd0Xf023373 Iván Nieto wrote: > Building a Cygwin project of mine with gcc 3.4.* issues some warnings > I haven't been able to eliminate completely. I'm using gcc 3.4.4 with > Cygwin 1.5.18, under Windows 98SE. This looks like PR22207: . From what I can tell, this is unlikely to ever be fixed because: - it only occurs on SJLJ targets, while the majority of targets these days use DW2 EH and are not affected - it only occurs on the 3.x branch (which is essentially closed for everything but regressions), not 4.0, 4.1, or the trunk - it's only a diagnostic problem, and only affects a build with -Werror - it can be turned off with -Wno-uninitialized Brian -- 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/