diff options
author | Thomas Koenig <tkoenig@gcc.gnu.org> | 2020-11-09 21:06:28 +0100 |
---|---|---|
committer | Thomas Koenig <tkoenig@gcc.gnu.org> | 2020-11-09 21:06:28 +0100 |
commit | abc2c4bf5d39f9a7a91f45317f6eadc302792d6b (patch) | |
tree | 66188c7fa4afae8a88b33d6e6a2a851c3bbdadf9 /gcc/data-streamer.c | |
parent | 34186331bdeedb5a8ecae0a9a95d87e8624ea726 (diff) | |
download | gcc-abc2c4bf5d39f9a7a91f45317f6eadc302792d6b.zip gcc-abc2c4bf5d39f9a7a91f45317f6eadc302792d6b.tar.gz gcc-abc2c4bf5d39f9a7a91f45317f6eadc302792d6b.tar.bz2 |
Some naming fixes; fix handling of coarrays which are components.
gcc/fortran/ChangeLog:
* resolve.c (fixup_shared_coarray_args): Symbol does not
have to have a codimension.
* trans-array.c (gfc_native_coarray_add_this_image_offset):
Rename to...
(cas_add_this_image_offset): this.
(cas_array_ref): New function.
(gfc_conv_ss_descriptor): Use it; use cas_add_this_image_offset.
(gfc_conv_array_ref): Likewise.
(gfc_native_coarray_get_allocation_type): Rename to...
(gfc_cas_get_allocation_type): this.
(gfc_allocate_native_coarray): Rename to...
(gfc_allocate_shared_coarray): this.
(gfc_array_allocate): Use new functionn names.
(gfc_get_dataptr_offset): Use cas_array_ref; fix logic.
* trans-array.h (gfc_native_coarray_get_allocation_type): Rename
prototype to...
(gfc_cas_get_allocation_type): this.
(gfc_allocate_native_coarray): Rename prototype to...
(gfc_allocate_shared_coarray): this.
* trans-decl.c (gfc_trans_native_coarray): Rename to...
(gfc_trans_shared_coarray): This. Use changed function names.
(gfc_trans_native_coarray_static): Rename to...
(gfc_trans_shared_coarray_static): this.
(gfc_trans_native_coarray_inline): Rename to...
(gfc_trans_shared_coarray_inline): this.
(gfc_trans_deferred_vars): Use new function names.
(gfc_create_module_variable): Use new function names.
* trans-stmt.c (gfc_trans_deallocate): Likewise.
Diffstat (limited to 'gcc/data-streamer.c')
0 files changed, 0 insertions, 0 deletions