[Bug fortran/41359] Wrong line numbers for debugging/profiling

2011-02-22 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41359 --- Comment #10 from Tobias Burnus burnus at gcc dot gnu.org 2011-02-22 10:23:17 UTC --- Author: burnus Date: Tue Feb 22 10:23:14 2011 New Revision: 170394 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170394 Log: 2011-02-22 Tobias Burnus

[Bug fortran/41359] Wrong line numbers for debugging/profiling

2011-02-22 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41359 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/41359] Wrong line numbers for debugging/profiling

2011-02-22 Thread Edouard.Canot at irisa dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41359 --- Comment #12 from Edouard.Canot at irisa dot fr 2011-02-22 10:36:41 UTC --- On Tuesday 22 February 2011 11:26:53 you wrote: (quoting burnus at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41359

[Bug fortran/41359] Wrong line numbers for debugging/profiling

2011-02-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41359 --- Comment #9 from Tobias Burnus burnus at gcc dot gnu.org 2011-02-21 21:47:59 UTC --- I think the current gcov output is OK: 1:1:program main -:2: implicit none -:3: integer :: a = 7 1:4:

[Bug fortran/41359] Wrong line numbers for debugging/profiling

2010-12-21 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41359 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug fortran/41359] Wrong line numbers for debugging/profiling

2010-10-16 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41359 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added CC||tkoenig at gcc

[Bug fortran/41359] Wrong line numbers for debugging/profiling

2010-10-13 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41359 Joost VandeVondele Joost.VandeVondele at pci dot uzh.ch changed: What|Removed |Added Last reconfirmed|2010-07-28 20:01:09

Re: [Bug fortran/41359] Wrong line numbers for debugging/profiling

2010-10-13 Thread Mikael Morin
this still fails with a recent trunk. Mikael, do you plan to commit your patch? Thanks for the remainder. I'm currently on something else, but I plan to do it during stage 3.

[Bug fortran/41359] Wrong line numbers for debugging/profiling

2010-10-13 Thread mikael.morin at sfr dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41359 --- Comment #6 from mikael.morin at sfr dot fr 2010-10-13 19:05:15 UTC --- this still fails with a recent trunk. Mikael, do you plan to commit your patch? Thanks for the remainder. I'm currently on something else, but I plan to do it during

[Bug fortran/41359] Wrong line numbers for debugging/profiling

2010-07-28 Thread mikael at gcc dot gnu dot org
-- mikael at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mikael at gcc dot gnu dot |dot org

[Bug fortran/41359] Wrong line numbers for debugging/profiling

2010-04-11 Thread jv244 at cam dot ac dot uk
--- Comment #4 from jv244 at cam dot ac dot uk 2010-04-11 18:02 --- looks like we have a patch... -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug fortran/41359] Wrong line numbers for debugging/profiling

2010-04-10 Thread jv244 at cam dot ac dot uk
--- 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 (a0) ], 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

[Bug fortran/41359] Wrong line numbers for debugging/profiling

2010-04-10 Thread mikael at gcc dot gnu dot org
--- Comment #3 from mikael at gcc dot gnu dot org 2010-04-10 21:27 --- With this : diff --git a/trans-expr.c b/trans-expr.c index 7e95ce1..a6f8616 100644 --- a/trans-expr.c +++ b/trans-expr.c @@ -1382,6 +1382,8 @@ gfc_conv_expr_op (gfc_se * se, gfc_expr * expr) else se-expr =