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

Re: [PATCH, libgfortran] Fix for PR24699, PR24700, PR24719]


Jerry DeLisle wrote:
> 2005-11-09  Jerry DeLisle <jvdelisle@gcc.gnu.org>
> 
> 	PR libgfortran/24699, 24700, 24719
> 	* io/transfer.c (read_sf): Remove incorrect statement that was
> 	clearing bytes_left.
> 	(formatted_transfer_scalar): Add handling of end-of-record
> 	condition, setting values correctly to backup.
> 	(st_read): Initialize current_record.

There are already other people looking at the patch, I just wanted to remind
you that in previous discussion we had decided to give testcases more
expressive names than some PR number.  The PR number should be in a comment in
the testcase and in the commit message, which allows one to easily find the
problem it was originally for.  An expressive name OTOH gives an easy means of
quickly getting an idea what one might have broken.

Cheers,
- Tobi


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