From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11493 invoked by alias); 24 Sep 2006 15:56:07 -0000 Received: (qmail 11466 invoked by alias); 24 Sep 2006 15:56:00 -0000 Date: Sun, 24 Sep 2006 15:56:00 -0000 Message-ID: <20060924155600.11465.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug debug/29132] [4.1 Regression] Mips exception handling broken. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "sayle at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-09/txt/msg02292.txt.bz2 List-Id: ------- Comment #8 from sayle at gcc dot gnu dot org 2006-09-24 15:56 ------- Subject: Bug 29132 Author: sayle Date: Sun Sep 24 15:55:51 2006 New Revision: 117180 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117180 Log: PR debug/29132 Backport from mainline * dwarf2out.c (dwarf2out_begin_prologue): Initialise the current label, dw_fde_current_label, to be the start of the function, i.e. the same value as dw_fde_begin. Modified: branches/gcc-4_1-branch/gcc/ChangeLog branches/gcc-4_1-branch/gcc/dwarf2out.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29132