aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-12 14:38:25 +0000
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-12 14:38:25 +0000
commit2b0150eb04fffcd8ba968a81a7e19b88a1a75922 (patch)
tree5cb9b77bd4af2871cfaf9ee4b3553822c4d86e4e /libgfortran
parentaa33f7765f9c2bc7eff9d05db8495f989dc91cbb (diff)
* io/list_read.c (read_character): Remove unwanted call to free_saved.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@72399 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog4
-rw-r--r--libgfortran/io/list_read.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 00b26720210..1bc613a89f9 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-12 XiaoQiang Zhang <zhangapache@yahoo.com>
+
+ * io/list_read.c (read_character): Remove unwanted call to free_saved.
+
2003-10-11 Huang Chun <jiwang@mail.edu.cn>
* intrinsics/string_intrinsics.c (string_trim): New function.
diff --git a/libgfortran/io/list_read.c b/libgfortran/io/list_read.c
index 14a8d32943f..574976db416 100644
--- a/libgfortran/io/list_read.c
+++ b/libgfortran/io/list_read.c
@@ -782,7 +782,6 @@ done:
{
unget_char (c);
eat_separator ();
- free_saved ();
saved_type = BT_CHARACTER;
}
else