Skip to content

Commit

Permalink
2014-03-08 Jerry DeLisle <jvdelisle@gcc.gnu>
Browse files Browse the repository at this point in the history
	PR libfortran/38199
	* io/list_read.c (next_char): Mark unlikely error checks.
	(eat_spaces): For character array reading, skip ahead over
	spaces rather than call next_char multiple times.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208439 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
jvdelisle committed Mar 9, 2014
1 parent fe45328 commit 136174a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgfortran/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
2014-03-08 Jerry DeLisle <jvdelisle@gcc.gnu>

PR libfortran/38199
* io/list_read.c (next_char): Delete unuseful error checks.
* io/list_read.c (next_char): Mark unlikely error checks.
(eat_spaces): For character array reading, skip ahead over
spaces rather than call next_char multiple times.

Expand Down

0 comments on commit 136174a

Please sign in to comment.