OSDN Git Service

Fix incomplete ChagneLog from previous checkin.
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 May 2005 17:04:32 +0000 (17:04 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 May 2005 17:04:32 +0000 (17:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99586 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog

index c5ae392..b87d814 100644 (file)
@@ -2,6 +2,8 @@
 
        * resolve.c (resolve_symbol): Copy 'pointer' and 'dimension'
        attribute from result symbol to function symbol.
+       * trans-expr.c (gfc_conv_function_call): Look at sym->attr.dimension
+       instead of sym->result->attr.dimension.
 
 2005-05-10  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>