aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-26CO_BROADCAST for derived types with allocatable componentsAlessandro Fanfarillo1-21/+181
2019-09-13re PR fortran/91716 (ICE in output_constant, at varasm.c:5026)Bernd Edlinger1-4/+7
2019-09-01array.c (spec_dimen_size): Check for the presence of expressions for the bounds.Paul Thomas1-1/+7
2019-07-07re PR fortran/91077 (Wrong indexing when using a pointer)Paul Thomas1-15/+2
2019-07-03Remove another bunch of dead assignment.Martin Liska1-2/+0
2019-05-29re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march...Thomas Koenig1-3/+3
2019-05-19re PR fortran/88821 (Inline packing of non-contiguous arguments)Thomas Koenig1-0/+31
2019-05-10re PR fortran/90093 (Extended C interop: optional argument incorrectly identi...Paul Thomas1-16/+13
2019-04-14re PR fortran/89843 (CFI_section delivers incorrect result descriptor)Paul Thomas1-3/+51
2019-03-27re PR fortran/88247 (ICE in get_array_ctor_var_strlen, at fortran/trans-array...Paul Thomas1-6/+55
2019-03-10re PR fortran/66089 (elemental dependency mishandling when class array are in...Thomas Koenig1-0/+5
2019-02-26re PR fortran/43210 (Initializer of huge static arrays should be improved)Jakub Jelinek1-8/+4
2019-02-09re PR fortran/89200 (Erroneous copying of a derived type with a deferred-leng...Paul Thomas1-0/+9
2019-02-03re PR fortran/67679 (-Wunitialized reports on compiler-generated variables)Thomas Koenig1-2/+19
2019-02-02re PR fortran/88980 (segfault on allocatable string member assignment)Paul Thomas1-39/+13
2019-01-24re PR fortran/88929 (ICE on building MPICH 3.2 with GCC 9 with ISO_Fortran_bi...Paul Thomas1-1/+19
2019-01-13re PR fortran/57992 (Pointless packing of contiguous arrays for simply contig...Thomas Koenig1-1/+3
2019-01-13re PR fortran/59345 (_gfortran_internal_pack on compiler generated temps)Thomas Koenig1-5/+16
2019-01-12gfortran.texi: Add description in sections on TS 29113 and further interopera...Paul Thomas1-1/+17
2019-01-11re PR fortran/59345 (_gfortran_internal_pack on compiler generated temps)Thomas Koenig1-0/+6
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-01re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and...Paul Thomas1-0/+3
2018-10-18Fix (re)alloc of polymorphic arraysTobias Burnus1-3/+9
2018-10-16Fix bounds with ALLOCATE with source-exprTobias Burnus1-12/+14
2018-10-09re PR fortran/87151 (allocating array of character)Paul Thomas1-20/+70
2018-09-30re PR fortran/87359 (pointer being freed was not allocated)Paul Thomas1-4/+6