aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/io.c
diff options
context:
space:
mode:
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>2005-05-12 00:32:04 +0200
committerTobias Schlüter <tobi@gcc.gnu.org>2005-05-12 00:32:04 +0200
commitb160dd2803ed9103058b7f48f2bae6ed87442886 (patch)
tree4359b959252f5ef9968c8f121291247c98ee326b /gcc/fortran/io.c
parent5e6c8b642870fa915835308210a6bd3679d3c9c5 (diff)
downloadgcc-b160dd2803ed9103058b7f48f2bae6ed87442886.zip
gcc-b160dd2803ed9103058b7f48f2bae6ed87442886.tar.gz
gcc-b160dd2803ed9103058b7f48f2bae6ed87442886.tar.bz2
re PR fortran/21260 (Conflict between comment and H edit descriptor)
fortran/ PR fortran/21260 * io.c (check_format): Look for literal characters inside hollerith constant. testsuite/ PR fortran/21260 * gfortran.dg/hollerith_1.f90: New test. From-SVN: r99597
Diffstat (limited to 'gcc/fortran/io.c')
-rw-r--r--gcc/fortran/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/io.c b/gcc/fortran/io.c
index 90eb855..8dab5f5 100644
--- a/gcc/fortran/io.c
+++ b/gcc/fortran/io.c
@@ -642,7 +642,7 @@ data_desc:
{
while(repeat >0)
{
- next_char(0);
+ next_char(1);
repeat -- ;
}
}