From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26171 invoked by alias); 23 Apr 2002 23:15:49 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 26130 invoked from network); 23 Apr 2002 23:15:44 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (205.180.83.107) by sources.redhat.com with SMTP; 23 Apr 2002 23:15:44 -0000 Received: from dot.sfbay.redhat.com (dot.sfbay.redhat.com [172.16.24.7]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g3NNFAv22634; Tue, 23 Apr 2002 16:15:10 -0700 Received: (from rth@localhost) by dot.sfbay.redhat.com (8.11.6/8.11.6) id g3NNFhx00950; Tue, 23 Apr 2002 16:15:43 -0700 X-Authentication-Warning: dot.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Tue, 23 Apr 2002 16:30:00 -0000 From: Richard Henderson To: Mark Mitchell Cc: "gcc@gcc.gnu.org" , Jason Merrill Subject: mips n64 eh failures Message-ID: <20020423161543.B939@redhat.com> Mail-Followup-To: Richard Henderson , Mark Mitchell , "gcc@gcc.gnu.org" , Jason Merrill References: <14800000.1019552485@gandalf.codesourcery.com> <20020423122254.A775@redhat.com> <29950000.1019593338@gandalf.codesourcery.com> <20020423132840.A823@redhat.com> <32140000.1019594105@gandalf.codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <32140000.1019594105@gandalf.codesourcery.com>; from mark@codesourcery.com on Tue, Apr 23, 2002 at 01:35:05PM -0700 X-SW-Source: 2002-04/txt/msg01211.txt.bz2 On Tue, Apr 23, 2002 at 01:35:05PM -0700, Mark Mitchell wrote: > I meant in the unwinder to try to see what it thought it was doing. Hum. Your advice to try printf was sound. It wasn't getting as far as I thought. In fact, the entire problem appears to be in the fde sorting routines. If I disable the "erratic" array, so that we do a simple heap sort on the *entire* set of fdes (as opposed to attempting to locate sequences of already sorted fdes), then the EH tests start passing again. More poking... r~