[Bug fortran/36378] Support Fortran files with \r line breaks

2009-01-03 Thread dfranke at gcc dot gnu dot org
--- Comment #3 from dfranke at gcc dot gnu dot org 2009-01-04 00:04 --- Following Steve's suggestion. Closing as WONTFIX. -- dfranke at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/36378] Support Fortran files with \r line breaks

2008-05-29 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2008-05-30 06:19 --- (In reply to comment #1) > This could be solved by judicious use of a good source code editor. > > Also, we could have the scanner insert a '/n' if a '/r' is found and peeking > ahead does not find a '/n', assuming we

[Bug fortran/36378] Support Fortran files with \r line breaks

2008-05-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2008-05-30 04:21 --- This could be solved by judicious use of a good source code editor. Also, we could have the scanner insert a '/n' if a '/r' is found and peeking ahead does not find a '/n', assuming we are not between quotes in a