diff options
author | Paul Thomas <pault@gcc.gnu.org> | 2009-06-08 22:14:26 +0200 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2009-06-08 22:14:26 +0200 |
commit | d7f26adfaf11f7a0158a649980840e29c0e4d853 (patch) | |
tree | ea37b2e8f440f2f51ec584f6a1748d55ec19fd4c | |
parent | 9ea81b0caeada6bd7b5db2846dfd8b55677c5cac (diff) | |
download | gcc-d7f26adfaf11f7a0158a649980840e29c0e4d853.zip gcc-d7f26adfaf11f7a0158a649980840e29c0e4d853.tar.gz gcc-d7f26adfaf11f7a0158a649980840e29c0e4d853.tar.bz2 |
Update ChangeLog for commit Rev. 148290
From-SVN: r148296
-rw-r--r-- | gcc/fortran/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index c8515fc..2041fdc 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,18 @@ +2009-06-08 Paul Thomas <pault@gcc.gnu.org> + + * trans-array.h : Replace prototypes for + gfc_conv_descriptor_offset, gfc_conv_descriptor_stride, + gfc_conv_descriptor_lbound, gfc_conv_descriptor_ubound with new + prototypes of the same names with _get or _set appended. + * trans-array.c : Make the originals of the above static and + new functions for the _get and _set functions. Update all the + references to these descriptor access functions. + * trans-expr.c : Update references to the above descriptor + access functions. + * trans-intrinsic.c : The same. + * trans-openmp.c : The same. + * trans-stmt.c : The same. + 2009-06-08 Alexandre Oliva <aoliva@redhat.com> * options.c (gfc_post_options): Disable dump_parse_tree |