X-Spam-Check-By: sourceware.org
Message-ID: <4390DB09.C0DD3776@dessent.net>
Date: Fri, 02 Dec 2005 15:38:49 -0800
From: Brian Dessent <brian@dessent.net>
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: gcc 3.4.4: stl's uninitialized bug
References: <9cadfd370512021129i622980f3t@mail.gmail.com>
Content-Type: text/plain; charset=iso-8859-1
X-IsSubscribed: yes
Reply-To: cygwin@cygwin.com
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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: <http://gcc.gnu.org/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/


