From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11419 invoked by alias); 21 May 2010 09:28:01 -0000 Received: (qmail 11339 invoked by alias); 21 May 2010 09:27:44 -0000 Date: Fri, 21 May 2010 09:28:00 -0000 Message-ID: <20100521092744.11338.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug debug/44205] Wrong .debug_line for -O0 -g 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-05/txt/msg02302.txt.bz2 ------- Comment #5 from jakub at gcc dot gnu dot org 2010-05-21 09:27 ------- Subject: Bug 44205 Author: jakub Date: Fri May 21 09:27:30 2010 New Revision: 159653 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159653 Log: PR debug/44205 * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if at -O0 goto_locus of any of the incoming edges differs from goto_locus of outgoing edge, or gimple_location of any of the labels differs. Modified: branches/gcc-4_5-branch/gcc/ChangeLog branches/gcc-4_5-branch/gcc/tree-cfgcleanup.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44205