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 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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]" Cc: Subject: Re: Why is gcc 3.2 prerelease? In-Reply-To: References: 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/