This is the mail archive of the gcc-cvs@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]

r128748 - in /branches/redhat/gcc-4_1-branch: g...


Author: jakub
Date: Tue Sep 25 09:35:35 2007
New Revision: 128748

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128748
Log:
	PR libgfortran/32678
	* io/transfer.c (formatted_transfer_scalar): Fix off by one error in
	calculation of pos and skips. Don't allow pending_spaces to go
	negative.

	PR fortran/32678
	* gfortran.dg/fmt_t_5.f90: New test.

Added:
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/fmt_t_5.f90
Modified:
    branches/redhat/gcc-4_1-branch/gcc/testsuite/ChangeLog
    branches/redhat/gcc-4_1-branch/libgfortran/ChangeLog
    branches/redhat/gcc-4_1-branch/libgfortran/io/transfer.c


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