From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15798 invoked by alias); 22 Apr 2010 13:39:02 -0000 Received: (qmail 15784 invoked by uid 22791); 22 Apr 2010 13:39:01 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.156) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Apr 2010 13:38:57 +0000 Received: from baal.u-strasbg.fr (baal.u-strasbg.fr [IPv6:2001:660:2402::41]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id o3MDcY4C046816 ; Thu, 22 Apr 2010 15:38:34 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms2.u-strasbg.fr [IPv6:2001:660:2402:d::11]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id o3MDcX3T086177 ; Thu, 22 Apr 2010 15:38:33 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from d620muller (gw-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id o3MDcXwh090256 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Thu, 22 Apr 2010 15:38:33 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Joel Brobecker'" Cc: 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> <20100422132635.GK19194@adacore.com> In-Reply-To: <20100422132635.GK19194@adacore.com> Subject: RE: [RFA-v2] Fix bug report 11479 Date: Thu, 22 Apr 2010 13:39:00 -0000 Message-ID: <002201cae221$1c899fe0$559cdfa0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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/msg00751.txt.bz2 > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Joel Brobecker > Envoy=E9=A0: Thursday, April 22, 2010 3:27 PM > =C0=A0: Pierre Muller > Cc=A0: gdb-patches@sourceware.org > Objet=A0: Re: [RFA-v2] Fix bug report 11479 >=20 > > > > +gdb_exit > > > > > > Harmless, but unnecessary. Let's toss it. > > Removed at the end, but reintroduced below... >=20 > Hmmm, yes, that's right - on Windows, the filesystem locks the files > being opened. I think that there still is a place inside the testsuite where the same problem appears... =20 > > 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. >=20 > 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). >=20 > > 2010-04-22 Pierre Muller > > > > PR stabs/11479. > > * gdb.stabs/gdb11479.exp: New file. > > * gdb.stabs/gdb11479.c: New file. >=20 > This is OK. Thanks for the review, committed. Pierre