From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16603 invoked by alias); 28 Jul 2010 10:03:58 -0000 Received: (qmail 14117 invoked by uid 48); 28 Jul 2010 10:03:33 -0000 Date: Wed, 28 Jul 2010 10:03:00 -0000 Message-ID: <20100728100333.14116.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug debug/45103] DW_OP_reg* has too large valid range for noreturn funcs In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jakub at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-07/txt/msg03062.txt.bz2 ------- Comment #2 from jakub at gcc dot gnu dot org 2010-07-28 10:03 ------- Created an attachment (id=21332) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21332&action=view) gcc46-pr45103.patch For noreturn calls that end the function we were ignoring even NOTE_DURING_CALL_P notes, thinking they don't affect any instructions. While they don't affect any instructions in the current function, they affect instructions in the called function. -- jakub at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org | Status|UNCONFIRMED |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45103