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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53993
Tobias Burnus changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #3 from Tobias Burnu
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53993
Tobias Burnus changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Keywords|