From: Paul Thomas Date: Wed, 1 Jun 2005 14:27:46 +0000 (+0000) Subject: Changelog: Entry for this morning's patch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f7f7ac5a61e2748e2382fc4558fe6dddece5e412;p=gcc.git Changelog: Entry for this morning's patch. 2005-06-01 Paul Thomas * fortran/Changelog: Entry for this morning's patch. From-SVN: r100450 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index f4408b52613..f4cc96bcbd5 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,10 @@ +2005-06-01 Paul Thomas + + * 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 PR fortran/21729