summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)Author
2020-05-11[Fortran] Fix/modify present() handling for assumed-shape optional (PR 94672)Tobias Burnus
2020-03-27[Fortran] Fix ICE with deferred-rank arrays (PR93957)Tobias Burnus
2020-03-08Patch and ChangeLogs for PR93581Paul Thomas
2020-02-25Fix typo: paramter -> parameter [PR93864]Jakub Jelinek
2020-02-23Patch for PR57710Paul Thomas
2020-01-01Update copyright years.Jakub Jelinek
2019-12-20Introduce -finline-arg-packing.Thomas Koenig
2019-12-10re PR fortran/91643 (ICE in gfc_trans_create_temp_array, at fortran/trans-arr...Thomas Koenig
2019-12-10Fortran] PR 92872 – Fix get_CFI_descTobias Burnus
2019-12-07Fortran] PR 92793 - fix column used for error diagnosticTobias Burnus
2019-12-06re PR fortran/92775 (Incorrect expression in DW_AT_byte_stride on an array)Jakub Jelinek
2019-11-01OpenMP] use_device_addr/use_device_ptr with Fortran allocatable/pointer arraysTobias Burnus
2019-10-30Fortran] PR 92208 don't use function-result dummy variable as actual argumentTobias Burnus
2019-09-29re PR fortran/91726 (ICE in gfc_conv_array_ref, at fortran/trans-array.c:3612)Paul Thomas
2019-09-26CO_BROADCAST for derived types with allocatable componentsAlessandro Fanfarillo
2019-09-13re PR fortran/91716 (ICE in output_constant, at varasm.c:5026)Bernd Edlinger
2019-09-01array.c (spec_dimen_size): Check for the presence of expressions for the bounds.Paul Thomas
2019-07-07re PR fortran/91077 (Wrong indexing when using a pointer)Paul Thomas
2019-07-03Remove another bunch of dead assignment.Martin Liska
2019-05-29re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march...Thomas Koenig
2019-05-19re PR fortran/88821 (Inline packing of non-contiguous arguments)Thomas Koenig
2019-05-10re PR fortran/90093 (Extended C interop: optional argument incorrectly identi...Paul Thomas
2019-04-14re PR fortran/89843 (CFI_section delivers incorrect result descriptor)Paul Thomas
2019-03-27re PR fortran/88247 (ICE in get_array_ctor_var_strlen, at fortran/trans-array...Paul Thomas
2019-03-10re PR fortran/66089 (elemental dependency mishandling when class array are in...Thomas Koenig
2019-02-26re PR fortran/43210 (Initializer of huge static arrays should be improved)Jakub Jelinek
2019-02-09re PR fortran/89200 (Erroneous copying of a derived type with a deferred-leng...Paul Thomas
2019-02-03re PR fortran/67679 (-Wunitialized reports on compiler-generated variables)Thomas Koenig
2019-02-02re PR fortran/88980 (segfault on allocatable string member assignment)Paul Thomas
2019-01-24re PR fortran/88929 (ICE on building MPICH 3.2 with GCC 9 with ISO_Fortran_bi...Paul Thomas
2019-01-13re PR fortran/57992 (Pointless packing of contiguous arrays for simply contig...Thomas Koenig
2019-01-13re PR fortran/59345 (_gfortran_internal_pack on compiler generated temps)Thomas Koenig
2019-01-12gfortran.texi: Add description in sections on TS 29113 and further interopera...Paul Thomas
2019-01-11re PR fortran/59345 (_gfortran_internal_pack on compiler generated temps)Thomas Koenig
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-11-01re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and...Paul Thomas
2018-10-18Fix (re)alloc of polymorphic arraysTobias Burnus
2018-10-16Fix bounds with ALLOCATE with source-exprTobias Burnus
2018-10-09re PR fortran/87151 (allocating array of character)Paul Thomas
2018-09-30re PR fortran/87359 (pointer being freed was not allocated)Paul Thomas
2018-09-30re PR fortran/70752 (Incorrect LEN for ALLOCATABLE CHARACTER)Paul Thomas
2018-09-22re PR fortran/85603 (ICE with character array substring assignment)Paul Thomas
2018-09-21re PR fortran/77325 (ICE in gimplify_var_or_parm_decl, at gimplify.c:1933)Paul Thomas
2018-09-18re PR fortran/87336 (wrong output for pointer dummy assiocated to target actu...Paul Thomas
2018-09-17re PR fortran/85954 (ICE in make_ssa_name_fn, at tree-ssanames.c:266)Paul Thomas
2018-09-13trans-array.c (gfc_conv_array_initializer): Remove excess precision from over...Bernd Edlinger
2018-08-31re PR fortran/86328 (Runtime segfault reading an allocatable class(*) object ...Paul Thomas
2018-07-02re PR fortran/45305 (Array-valued calles to elementals are not simplified)Paul Thomas
2018-06-21re PR fortran/83118 (Bad intrinsic assignment of class(*) array component of ...Paul Thomas