aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-11714/+0
2022-01-09Fortran: Ignore KIND argument of a few more intrinsics. [PR103789]Mikael Morin1-0/+4
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-23Fortran: fix scalarization for intrinsic LEN_TRIM with present KIND argumentHarald Anlauf1-0/+1
2021-11-16fortran: Identify arguments by their namesMikael Morin1-11/+5
2021-11-16fortran: simplify elemental arguments walkingMikael Morin1-13/+6
2021-11-12fortran: Ignore unused args in scalarization [PR97896]Mikael Morin1-1/+60
2021-10-27Fortran: make some trans-array functions staticBernhard Reutner-Fischer1-1/+1
2021-10-20Fortran: Fixes and additional tests for shape/ubound/size [PR94070]Sandra Loosemore1-7/+13
2021-10-18Fortran: Fix Bind(C) Array-Descriptor ConversionTobias Burnus1-3/+143
2021-10-12Fortran: Various CLASS + assumed-rank fixed [PR102541]Tobias Burnus1-1/+3
2021-10-01Enhance -Waddress to detect more suspicious expressions [PR102103].Martin Sebor1-1/+0
2021-09-27Fortran: Fix assumed-size to assumed-rank passing [PR94070]Tobias Burnus1-26/+139
2021-06-28fortran: Add support for per-location warning groups.Martin Sebor1-1/+1
2021-06-05Fortran: Fix some issues with pointers to character.José Rui Faustino de Sousa1-23/+38
2021-05-27PR fortran/100656 - prevent ICE in gfc_conv_expr_presentHarald Anlauf1-2/+3
2021-05-06Fortran: Assumed and explicit size class arrays [PR46691/99819].Paul Thomas1-2/+10
2021-04-16Fortran: Add missing TKR initialization [PR100094]José Rui Faustino de Sousa1-0/+14
2021-04-15Fortran: Fix class reallocate on assignment [PR99307].Paul Thomas1-125/+79
2021-03-13Fortran: Fix for class defined operators [PR99125].Paul Thomas1-2/+8
2021-03-10PR fortran/99205 - Out of memory with undefined character lengthHarald Anlauf1-1/+1
2021-02-23Fortran: Fix for class defined operators [PR99124].Paul Thomas1-2/+5
2021-01-27Fortran: Fix ICE due to elemental procedure pointers [PR98472].Paul Thomas1-2/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-29Fortran: Fix deferred character lengths in array constructors [PR93833].Paul Thomas1-0/+14
2020-12-26Fix failures with -m32 and some memory leaks.Paul Thomas1-0/+9
2020-12-18As well as the PR this patch fixes problems in handling class objectsPaul Thomas1-122/+326
2020-10-27Refactor array descriptor field accessRichard Biener1-128/+56
2020-09-30This patch fixes PR97045 - unlimited polymorphic array element selectors.Paul Thomas1-1/+14
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