diff options
author | Paul Thomas <pault@gcc.gnu.org> | 2005-06-01 14:27:46 +0000 |
---|---|---|
committer | Paul Thomas <pault@gcc.gnu.org> | 2005-06-01 14:27:46 +0000 |
commit | f7f7ac5a61e2748e2382fc4558fe6dddece5e412 (patch) | |
tree | 20cb698b563875469f9e2a2f33a25f6606d1981f /gcc | |
parent | 6617c91459edc0125867073a86441dfdc1786965 (diff) | |
download | gcc-f7f7ac5a61e2748e2382fc4558fe6dddece5e412.zip gcc-f7f7ac5a61e2748e2382fc4558fe6dddece5e412.tar.gz gcc-f7f7ac5a61e2748e2382fc4558fe6dddece5e412.tar.bz2 |
Changelog: Entry for this morning's patch.
2005-06-01 Paul Thomas <pault@gcc.gnu.org>
* fortran/Changelog: Entry for this morning's patch.
From-SVN: r100450
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index f4408b5..f4cc96b 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,10 @@ +2005-06-01 Paul Thomas <pault@gcc.gnu.org> + + * fortran/trans-expr.c (gfc_conv_variable): Clean up bracketting. + * fortran/trans-expr.c (gfc_conv_function_call): Insert spaces. + Correct comments and replace convert of integer_one_node with + build_int_cst. + 2005-06-01 Jakub Jelinek <jakub@redhat.com> PR fortran/21729 |