From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7618 invoked by alias); 22 Apr 2010 13:26:43 -0000 Received: (qmail 7608 invoked by uid 22791); 22 Apr 2010 13:26:42 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Apr 2010 13:26:37 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A4BA12BACA4; Thu, 22 Apr 2010 09:26:35 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id BDuewHjbPJHK; Thu, 22 Apr 2010 09:26:35 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 8C7A02BAAEA; Thu, 22 Apr 2010 09:26:35 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 36E47F5895; Thu, 22 Apr 2010 06:26:35 -0700 (PDT) Date: Thu, 22 Apr 2010 13:26:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: gdb-patches@sourceware.org Subject: Re: [RFA-v2] Fix bug report 11479 Message-ID: <20100422132635.GK19194@adacore.com> References: <000f01cad75b$b53278a0$1f9769e0$@muller@ics-cnrs.unistra.fr> <20100412155453.GW19194@adacore.com> <000001cada5c$49b8e1a0$dd2aa4e0$@muller@ics-cnrs.unistra.fr> <20100413152823.GG19194@adacore.com> <20100421151117.GA13675@adacore.com> <001501cae197$280ca8b0$7825fa10$@muller@ics-cnrs.unistra.fr> <20100422011119.GF19194@adacore.com> <001001cae205$59a6fbf0$0cf4f3d0$@muller@ics-cnrs.unistra.fr> <20100422122012.GI19194@adacore.com> <001901cae21c$2bc605c0$83521140$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001901cae21c$2bc605c0$83521140$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00750.txt.bz2 > > > +gdb_exit > > > > Harmless, but unnecessary. Let's toss it. > Removed at the end, but reintroduced below... Hmmm, yes, that's right - on Windows, the filesystem locks the files being opened. > I am not convinced that a second round using default compiler debug > settings is really useful, unless the same bug reappears once in > another debug format, which is pretty unlikely. Probably a fair comment, but since stabs is pretty much doomed, this allows us to reuse the test even after stabs support gets removed (or on platforms where stabs is not supported). > 2010-04-22 Pierre Muller > > PR stabs/11479. > * gdb.stabs/gdb11479.exp: New file. > * gdb.stabs/gdb11479.c: New file. This is OK. Thanks, -- Joel