diff options
author | jvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-20 21:11:22 +0000 |
---|---|---|
committer | jvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-20 21:11:22 +0000 |
commit | c2c16ba2c255ccb7ccd2c1645f60edf313026458 (patch) | |
tree | ee8359090ec8ff39b18cf812acb30a1a1f72b803 /gcc/testsuite/gfortran.dg/continuation_3.f90 | |
parent | 8e968876499c1235863e1f5a4de7c5946ad9a49c (diff) | |
download | gcc-c2c16ba2c255ccb7ccd2c1645f60edf313026458.tar.gz |
2008-04-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/35882
* scanner.c (skip_fixed_comments): Update continue_line when comment is
detected. (gfc_next_char_literal): Likewise.
PR fortran/35882
* gfortran.dg/continuation_5.f: Add some comment lines.
* gfortran.dg/continuation_3.f90: Add some comment lines.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134493 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gfortran.dg/continuation_3.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/continuation_3.f90 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/continuation_3.f90 b/gcc/testsuite/gfortran.dg/continuation_3.f90 index 238f8cc7b8f..169f06f65a3 100644 --- a/gcc/testsuite/gfortran.dg/continuation_3.f90 +++ b/gcc/testsuite/gfortran.dg/continuation_3.f90 @@ -72,8 +72,12 @@ print *, & "7" // & ! 27 "8" // & ! 28 "9" // & ! 29 +! + ! "0" // & ! 30 "1" // & ! 31 +! +! "2" // & ! 32 "3" // & ! 33 "4" // & ! 34 |