diff options
author | Feng Wang <fengwang@gcc.gnu.org> | 2006-09-18 03:44:45 +0000 |
---|---|---|
committer | Feng Wang <fengwang@gcc.gnu.org> | 2006-09-18 03:44:45 +0000 |
commit | 9adc3dc789b21d98f700141801cafec29489d92c (patch) | |
tree | bfcb57722e970a2c47507e0f4f54c3dda171344f /gcc/fortran | |
parent | aac8b8ed8a1f8a2f26ebdad86824600f828bf8cc (diff) | |
download | gcc-9adc3dc789b21d98f700141801cafec29489d92c.zip gcc-9adc3dc789b21d98f700141801cafec29489d92c.tar.gz gcc-9adc3dc789b21d98f700141801cafec29489d92c.tar.bz2 |
Fix ChangeLog format: Add * before filename.
From-SVN: r117013
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 371860a..bf2c58d 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -19,25 +19,25 @@ 2006-09-11 Paul Thomas <pault@gcc.gnu.org> PR fortran/28890 - trans-expr.c (gfc_conv_function_call): Obtain the string length + * trans-expr.c (gfc_conv_function_call): Obtain the string length of a dummy character(*) function from the symbol if it is not already translated. For a call to a character(*) function, use the passed, hidden string length argument, which is available from the backend_decl of the formal argument. - resolve.c (resolve_function): It is an error if a function call + * resolve.c (resolve_function): It is an error if a function call to a character(*) function is other than a dummy procedure or an intrinsic. 2006-09-10 Paul Thomas <pault@gcc.gnu.org> PR fortran/28959 - trans-types.c (gfc_get_derived_type): Use the parent namespace of + * trans-types.c (gfc_get_derived_type): Use the parent namespace of the procedure if the type's own namespace does not have a parent. 2006-09-10 Paul Thomas <pault@gcc.gnu.org> PR fortran/28923 - expr.c (find_array_section): Only use the array lower and upper + * expr.c (find_array_section): Only use the array lower and upper bounds for the start and end of the sections, where the expr is NULL. |