From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24746 invoked by alias); 5 Dec 2004 05:18:50 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 24735 invoked from network); 5 Dec 2004 05:18:46 -0000 Received: from unknown (HELO pine.cs.tamu.edu) (128.194.138.12) by sourceware.org with SMTP; 5 Dec 2004 05:18:46 -0000 Received: from unix.cs.tamu.edu (unix.cs.tamu.edu [128.194.138.13]) by pine.cs.tamu.edu (8.12.9/8.12.9) with ESMTP id iB55Idvk026078; Sat, 4 Dec 2004 23:18:39 -0600 (CST) Received: from localhost (gdr@localhost) by unix.cs.tamu.edu (8.11.7p1+Sun/8.10.2) with ESMTP id iB55IdK23230; Sat, 4 Dec 2004 23:18:39 -0600 (CST) X-Authentication-Warning: unix.cs.tamu.edu: gdr owned process doing -bs Date: Sun, 05 Dec 2004 05:18:00 -0000 From: Gabriel Dos Reis To: John David Anglin cc: gcc-patches@gcc.gnu.org, mark@codesourcery.com Subject: Re: [patch] Fix for PR 14838 In-Reply-To: <200412050001.iB501Gg0012176@hiauly1.hia.nrc.ca> Message-ID: References: <200412050001.iB501Gg0012176@hiauly1.hia.nrc.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-12/txt/msg00337.txt.bz2 On Sat, 4 Dec 2004, John David Anglin wrote: | > The enclosed change fixes PR 14838. It makes get_first_nonnote_insn | > and get_last_nonnote_insn more conservative in that they no longer | > assume that the first/last insn is always a note insn. | > | > The only users of these two functions are pa.c and avr.c. | | I'm afraid the fix for PR 14838 fixed one problem and introduced another | . I failed to consider | the case where the first/last insn is a sequence. | | This change fixes the bootstrap failure of the hppa1.1-hp-hpux10.20. | Tested on hppa1.1-hp-hpux10.20, hppa2.0w-hp-hpux11.11 and | hppa64-hp-hpux11.11 for the last week with no regressions. | | Ok for 3.3, 3.4 and main? OK for 3.3.x when it goes in 3.4.x (with modification as suggested by RTH). -- Gaby