diff options
author | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-18 21:44:22 +0000 |
---|---|---|
committer | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-18 21:44:22 +0000 |
commit | 975b0a2a9c18a381ed0304fa5b2748e7bd3675f1 (patch) | |
tree | a332bc86ee5343b5fdda62d5214a23cec38ec769 /gcc | |
parent | 3c672e15ce0affd08228ae7ca19a2ab5d83d83b6 (diff) | |
download | gcc-975b0a2a9c18a381ed0304fa5b2748e7bd3675f1.tar.gz |
Rewrap ChangeLog. I'm listing the affected PRs so that they receive anot about this, even though the commit message for the original patch was empty.
PR fortran/17472
PR fortran/18209
PR fortran/18396
PR fortran/19467
PR fortran/19657
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98350 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 3fb03c3479f..372d17c5312 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -5,14 +5,16 @@ PR fortran/18396 PR fortran/19467 PR fortran/19657 - * fortran/trans-io.c (gfc_build_io_library_fndecls): Create declaration for - st_set_nml_var and st_set_nml_var_dim. Remove declarations of old - namelist functions. + * fortran/trans-io.c (gfc_build_io_library_fndecls): Create + declaration for st_set_nml_var and st_set_nml_var_dim. Remove + declarations of old namelist functions. (build_dt): Simplified call to transfer_namelist_element. - (nml_get_addr_expr): Generates address expression for start of object data. New function. - (nml_full_name): Qualified name for derived type components. New function. - (transfer_namelist_element): Modified for calls to new functions and improved derived - type handling. + (nml_get_addr_expr): Generates address expression for start of + object data. New function. + (nml_full_name): Qualified name for derived type components. New + function. + (transfer_namelist_element): Modified for calls to new functions + and improved derived type handling. 2005-04-17 Richard Guenther <rguenth@gcc.gnu.org> |