OSDN Git Service

2005-06-01 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jun 2005 14:27:46 +0000 (14:27 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jun 2005 14:27:46 +0000 (14:27 +0000)
* fortran/Changelog: Entry for this morning's patch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100450 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog

index f4408b5..f4cc96b 100644 (file)
@@ -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