| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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 |
| MIME-Version: | 1.0 |
| Message-ID: | <15974.5476.828084.129646@sunbayer71.informatik.tu-muenchen.de> |
| Date: | Wed, 5 Mar 2003 16:19:00 +0100 |
| To: | "Bruce Adams [TEPG Sunbury]" <bruadams AT tycoint DOT com> |
| Cc: | <cygwin AT cygwin DOT com> |
| Subject: | Re: Why is gcc 3.2 prerelease? |
| In-Reply-To: | <C9150052B112D3119E9E0004ACA6E4370345C9A8@tepg1.tepg.co.uk> |
| References: | <C9150052B112D3119E9E0004ACA6E4370345C9A8 AT tepg1 DOT tepg DOT co DOT uk> |
| From: | mailspam1 AT robf DOT de |
On Wednesday, March 5, 2003 at 10:24:55, Bruce Adams wrote: [...] > The reason I ask is that I need to use gcc 3.0 for its > better ISO C++ compliance and STL but I'm having a lot of > problems with programs compiling (and linting) perfectly > but crashing when run. I am compiling a project with ~26k LOCs and all problems showing up when switching to gcc-3.2*/cygwin were actually home-grown, but did not show up earlier on other systems / gcc-2.95.2, i.e. uninitialized memory read, order of static global constructor calls, accessing freed memory! C++ is full of traps ... ;/ Purify did a good job in finding most of them, too bad that there are no nice GNU equivalent. Robert -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |