From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32585 invoked by alias); 20 Feb 2006 13:58:52 -0000 Received: (qmail 32577 invoked by uid 22791); 20 Feb 2006 13:58:51 -0000 X-Spam-Check-By: sourceware.org Received: from w099.z064220152.sjc-ca.dsl.cnc.net (HELO duck.specifix.com) (64.220.152.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 20 Feb 2006 13:58:49 +0000 Received: from [::1] (duck.specifix.com [64.220.152.99]) by duck.specifix.com (Postfix) with ESMTP id 5C70EFC47; Mon, 20 Feb 2006 05:58:46 -0800 (PST) From: Fred Fish Reply-To: fnf@specifix.com To: Mark Kettenis Subject: Re: Fix PR breakpoints/2080 Date: Mon, 20 Feb 2006 13:58:00 -0000 User-Agent: KMail/1.9.1 Cc: gdb-patches@sourceware.org, fnf@specifix.com References: <200602141545.k1EFjeGb005665@elgar.sibelius.xs4all.nl> In-Reply-To: <200602141545.k1EFjeGb005665@elgar.sibelius.xs4all.nl> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200602200859.00060.fnf@specifix.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00353.txt.bz2 On Tuesday 14 February 2006 10:45, Mark Kettenis wrote: > This fixes the testcase I checked in yesterday, so I committed it. > > Fred, can you check whether this also fixes your problem? Sorry this took so long. I updated my source tree, rebuilt the tools, and reran the gdb tests with the native Fedora Core 4 compiler and the latest development gcc. Both got 72 unexpected failures, with only minor differences in the results due to the fact that I didn't build and install an objective C compiler. Prior to your gdb changes, I was getting somewhere around 150 unexpected failures if I recall correctly. -Fred