[Bug fortran/53993] gfortran ignores file part of #line directives for debugging

2012-07-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53993 Tobias Burnus changed: What|Removed |Added Status|ASSIGNED|NEW --- Comment #4 from Tobias Burnus 20

[Bug fortran/53993] gfortran ignores file part of #line directives for debugging

2012-07-17 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53993 Tobias Burnus changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #3 from Tobias Burnu

[Bug fortran/53993] gfortran ignores file part of #line directives for debugging

2012-07-17 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53993 --- Comment #2 from Tobias Burnus 2012-07-17 12:37:52 UTC --- Okay, I think I understand: #include "myfile.f90" gets translated (cpp) into # 1 "myfile.f90" 1 ... content of that file ... # 8 "myfile.f90" 2 Where "1" is the first line

[Bug fortran/53993] gfortran ignores file part of #line directives for debugging

2012-07-17 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53993 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |NEW Keywords|