This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/14569] [gfortran] should not warn about truncated comment lines


------- Additional Comments From Tobias dot Schlueter at physik dot uni-muenchen dot de  2004-04-30 13:43 -------
This is not as easy as it seems, because comments get eaten after the scanner
has truncated overlong lines. This way the scanner needs to know much less about
the source code, it doesn't have to keep track if it is inside a character
string and it doesn't need to keep track of continuation lines. So I don't think
this is worth fixing, but I'll keep this on my list, maybe there's a solution I
couldn't yet think of.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Tobias dot Schlueter at
                   |                            |physik dot uni-muenchen dot
                   |                            |de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14569


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]