summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
Commit message (Expand)AuthorAgeFilesLines
* Rename .c files to .cc files.Martin Liska2022-01-171-11714/+0
* Fortran: Ignore KIND argument of a few more intrinsics. [PR103789]Mikael Morin2022-01-091-0/+4
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Fortran: fix scalarization for intrinsic LEN_TRIM with present KIND argumentHarald Anlauf2021-11-231-0/+1
* fortran: Identify arguments by their namesMikael Morin2021-11-161-11/+5
* fortran: simplify elemental arguments walkingMikael Morin2021-11-161-13/+6
* fortran: Ignore unused args in scalarization [PR97896]Mikael Morin2021-11-121-1/+60
* Fortran: make some trans-array functions staticBernhard Reutner-Fischer2021-10-271-1/+1
* Fortran: Fixes and additional tests for shape/ubound/size [PR94070]Sandra Loosemore2021-10-201-7/+13
* Fortran: Fix Bind(C) Array-Descriptor ConversionTobias Burnus2021-10-181-3/+143
* Fortran: Various CLASS + assumed-rank fixed [PR102541]Tobias Burnus2021-10-121-1/+3
* Enhance -Waddress to detect more suspicious expressions [PR102103].Martin Sebor2021-10-011-1/+0
* Fortran: Fix assumed-size to assumed-rank passing [PR94070]Tobias Burnus2021-09-271-26/+139
* fortran: Add support for per-location warning groups.Martin Sebor2021-06-281-1/+1
* Fortran: Fix some issues with pointers to character.José Rui Faustino de Sousa2021-06-051-23/+38
* PR fortran/100656 - prevent ICE in gfc_conv_expr_presentHarald Anlauf2021-05-271-2/+3
* Fortran: Assumed and explicit size class arrays [PR46691/99819].Paul Thomas2021-05-061-2/+10
* Fortran: Add missing TKR initialization [PR100094]José Rui Faustino de Sousa2021-04-161-0/+14
* Fortran: Fix class reallocate on assignment [PR99307].Paul Thomas2021-04-151-125/+79
* Fortran: Fix for class defined operators [PR99125].Paul Thomas2021-03-131-2/+8
* PR fortran/99205 - Out of memory with undefined character lengthHarald Anlauf2021-03-101-1/+1
* Fortran: Fix for class defined operators [PR99124].Paul Thomas2021-02-231-2/+5
* Fortran: Fix ICE due to elemental procedure pointers [PR98472].Paul Thomas2021-01-271-2/+2
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Fortran: Fix deferred character lengths in array constructors [PR93833].Paul Thomas2020-12-291-0/+14
* Fix failures with -m32 and some memory leaks.Paul Thomas2020-12-261-0/+9
* As well as the PR this patch fixes problems in handling class objectsPaul Thomas2020-12-181-122/+326
* Refactor array descriptor field accessRichard Biener2020-10-271-128/+56
* This patch fixes PR97045 - unlimited polymorphic array element selectors.Paul Thomas2020-09-301-1/+14
* Fortran: Fix absent-optional handling for nondescriptor arrays (PR94672)Tobias Burnus2020-08-281-2/+8
* This patch fixes PRs 96100 and 96101.Paul Thomas2020-08-201-2/+19
* Fix obvious typo were errmsg_len was assigned to errmsg.Andre Vehreschild2020-08-201-1/+1
* Fix PR fortran/93671; ICE in reffing coarray alloc. comps.Andre Vehreschild2020-08-131-9/+17
* Fortran : ICE in gfc_conv_scalarized_array_ref PR53298Mark Eggleston2020-07-291-1/+2
* PR95331 - Unlimited polymorphic arrays have wrong bounds.José Rui Faustino de Sousa2020-06-111-4/+9
* Wrong array section bounds when passing to an intent-in pointer dummy.José Rui Faustino de Sousa2020-06-111-103/+26
* [Fortran] Fix/modify present() handling for assumed-shape optional (PR 94672)Tobias Burnus2020-05-111-3/+5
* [Fortran] Fix ICE with deferred-rank arrays (PR93957)Tobias Burnus2020-03-271-2/+4
* Patch and ChangeLogs for PR93581Paul Thomas2020-03-081-0/+18
* Fix typo: paramter -> parameter [PR93864]Jakub Jelinek2020-02-251-3/+3
* Patch for PR57710Paul Thomas2020-02-231-2/+24
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Introduce -finline-arg-packing.Thomas Koenig2019-12-201-1/+1
* re PR fortran/91643 (ICE in gfc_trans_create_temp_array, at fortran/trans-arr...Thomas Koenig2019-12-101-0/+2
* Fortran] PR 92872 – Fix get_CFI_descTobias Burnus2019-12-101-1/+1
* Fortran] PR 92793 - fix column used for error diagnosticTobias Burnus2019-12-071-2/+2
* re PR fortran/92775 (Incorrect expression in DW_AT_byte_stride on an array)Jakub Jelinek2019-12-061-3/+6
* OpenMP] use_device_addr/use_device_ptr with Fortran allocatable/pointer arraysTobias Burnus2019-11-011-0/+3
* Fortran] PR 92208 don't use function-result dummy variable as actual argumentTobias Burnus2019-10-301-1/+1
* re PR fortran/91726 (ICE in gfc_conv_array_ref, at fortran/trans-array.c:3612)Paul Thomas2019-09-291-1/+2