* gfortran.fortran-torture/execute/backspace.f90: Check
after backspace and read was incorrect.
From-SVN: r97397
+2005-04-01 Francois-Xavier Coudert <coudert@clipper.ens.fr>
+
+ * gfortran.fortran-torture/execute/backspace.f90: Check
+ after backspace and read was incorrect.
+
2005-04-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.c-torture/execute/builtins/strcat.c: Check the result
read(10,*)C
backspace(10)
read(10,*) C
- if (C.ne.'b') call abort
+ if (C.ne.'a') call abort
close(10,STATUS='DELETE')
end