From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26844 invoked by alias); 10 Apr 2010 19:04:47 -0000 Received: (qmail 26777 invoked by uid 48); 10 Apr 2010 19:04:35 -0000 Date: Sat, 10 Apr 2010 19:04:00 -0000 Message-ID: <20100410190435.26776.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/41359] Wrong line numbers for debugging/profiling In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jv244 at cam dot ac dot uk" 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-04/txt/msg01048.txt.bz2 ------- Comment #2 from jv244 at cam dot ac dot uk 2010-04-10 19:04 ------- still present in 4.6. The issue seems to be missing location info for the nested if [if (a>0) ], the missing info in the original dump appears as a incorrect line:7 in the gimple. It is specific to the 'else if' form, on a single line. -- jv244 at cam dot ac dot uk changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail|4.3.4 4.4.1 4.5.0 |4.3.4 4.4.1 4.5.0 4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41359