aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Merged current trunk to branch.Thomas Koenig1-161/+162
2021-01-05Fix CO_REDUCE with RESULT_IMAGE.Thomas Koenig1-2/+1
2021-01-03Merge branch 'master' into devel/coarray_nativeThomas Koenig1-253/+405
2020-12-30Make STAT and ERRMSG work on ALLOCATE, move error handling to library.Thomas Koenig1-51/+68
2020-12-29Fortran: Fix deferred character lengths in array constructors [PR93833].Paul Thomas1-0/+14
2020-12-27Fix errors introduced by last commit.Thomas Koenig1-1/+1
2020-12-26Fix failures with -m32 and some memory leaks.Paul Thomas1-0/+9
2020-12-23Add offset to allocatable shared coarrays.Thomas Koenig1-9/+45
2020-12-20Made the ALLOCATED intrinsic work with scalar coarrays.Thomas Koenig1-2/+3
2020-12-20Fix allocation with source for coarrays.Thomas Koenig1-2/+5
2020-12-19Make allocate with source work, some more offset fixes for implied this_image().Thomas Koenig1-2/+30
2020-12-18As well as the PR this patch fixes problems in handling class objectsPaul Thomas1-122/+326
2020-12-16Fix handling of shared coarray indexing.Thomas Koenig1-86/+57
2020-11-29Yet another offset fix.Thomas Koenig1-9/+12
2020-11-29Fixed the rest of the offset calculation issue.Nicolas Koenig1-1/+1
2020-11-29Fix offset calculation.Nicolas Koenig1-10/+21
2020-11-24Fix coarrays in namelist.Thomas Koenig1-1/+1
2020-11-22Fix handling of coarrays with mutiple coranks.Thomas Koenig1-15/+31
2020-11-17Use correct block for intermediate variables.Thomas Koenig1-2/+2
2020-11-16Follow reference for determining offset.Thomas Koenig1-5/+8
2020-11-15Do not do overflow checks on allocating shared coarrays; reformatting.Nicolas Koenig1-2/+2
2020-11-09Some naming fixes; fix handling of coarrays which are components.Thomas Koenig1-28/+43
2020-10-28Merge branch 'master' into devel/coarray_native.Thomas Koenig1-1/+14
2020-10-27Refactor array descriptor field accessRichard Biener1-128/+56
2020-10-25Check for correct type of ref before trying to handle coarrays.Nicolas KÃnig1-2/+2
2020-10-18Implement comments from review.Nicolas KÃnig1-62/+59
2020-09-30This patch fixes PR97045 - unlimited polymorphic array element selectors.Paul Thomas1-1/+14
2020-09-23Initial commit of coarray_native branch.I'm not telling you my name, idiot1-34/+254
2020-08-28Fortran: Fix absent-optional handling for nondescriptor arrays (PR94672)Tobias Burnus1-2/+8
2020-08-20This patch fixes PRs 96100 and 96101.Paul Thomas1-2/+19
2020-08-20Fix obvious typo were errmsg_len was assigned to errmsg.Andre Vehreschild1-1/+1
2020-08-13Fix PR fortran/93671; ICE in reffing coarray alloc. comps.Andre Vehreschild1-9/+17
2020-07-29Fortran : ICE in gfc_conv_scalarized_array_ref PR53298Mark Eggleston1-1/+2
2020-06-11PR95331 - Unlimited polymorphic arrays have wrong bounds.José Rui Faustino de Sousa1-4/+9
2020-06-11Wrong array section bounds when passing to an intent-in pointer dummy.José Rui Faustino de Sousa1-103/+26
2020-05-11[Fortran] Fix/modify present() handling for assumed-shape optional (PR 94672)Tobias Burnus1-3/+5
2020-03-27[Fortran] Fix ICE with deferred-rank arrays (PR93957)Tobias Burnus1-2/+4
2020-03-08Patch and ChangeLogs for PR93581Paul Thomas1-0/+18
2020-02-25Fix typo: paramter -> parameter [PR93864]Jakub Jelinek1-3/+3
2020-02-23Patch for PR57710Paul Thomas1-2/+24
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-20Introduce -finline-arg-packing.Thomas Koenig1-1/+1
2019-12-10re PR fortran/91643 (ICE in gfc_trans_create_temp_array, at fortran/trans-arr...Thomas Koenig1-0/+2
2019-12-10Fortran] PR 92872 – Fix get_CFI_descTobias Burnus1-1/+1
2019-12-07Fortran] PR 92793 - fix column used for error diagnosticTobias Burnus1-2/+2
2019-12-06re PR fortran/92775 (Incorrect expression in DW_AT_byte_stride on an array)Jakub Jelinek1-3/+6
2019-11-01OpenMP] use_device_addr/use_device_ptr with Fortran allocatable/pointer arraysTobias Burnus1-0/+3
2019-10-30Fortran] PR 92208 don't use function-result dummy variable as actual argumentTobias Burnus1-1/+1
2019-09-29re PR fortran/91726 (ICE in gfc_conv_array_ref, at fortran/trans-array.c:3612)Paul Thomas1-1/+2
2019-09-26CO_BROADCAST for derived types with allocatable componentsAlessandro Fanfarillo1-21/+181