delorie.com/archives/browse.cgi | search |
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 AT dessent DOT net> |
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> |
X-IsSubscribed: | yes |
Reply-To: | cygwin AT cygwin DOT com |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |