]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/fortran/trans-array.c
Update copyright years.
[thirdparty/gcc.git] / gcc / fortran / trans-array.c
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-29  Paul ThomasFortran: Fix deferred character lengths in array constr...
2020-12-26  Paul ThomasFix failures with -m32 and some memory leaks.
2020-12-18  Paul ThomasAs well as the PR this patch fixes problems in handling...
2020-10-27  Richard BienerRefactor array descriptor field access
2020-09-30  Paul ThomasThis patch fixes PR97045 - unlimited polymorphic array...
2020-08-28  Tobias BurnusFortran: Fix absent-optional handling for nondescriptor...
2020-08-20  Paul ThomasThis patch fixes PRs 96100 and 96101.
2020-08-20  Andre VehreschildFix obvious typo were errmsg_len was assigned to errmsg.
2020-08-13  Andre VehreschildFix PR fortran/93671; ICE in reffing coarray alloc...
2020-07-29  Mark EgglestonFortran : ICE in gfc_conv_scalarized_array_ref PR53298
2020-06-11  José Rui Faustino... PR95331 - Unlimited polymorphic arrays have wrong bounds.
2020-06-11  José Rui Faustino... Wrong array section bounds when passing to an intent...
2020-05-11  Tobias Burnus[Fortran] Fix/modify present() handling for assumed...
2020-03-27  Tobias Burnus[Fortran] Fix ICE with deferred-rank arrays (PR93957)
2020-03-08  Paul ThomasPatch and ChangeLogs for PR93581
2020-02-25  Jakub JelinekFix typo: paramter -> parameter [PR93864]
2020-02-23  Paul ThomasPatch for PR57710
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-20  Thomas KoenigIntroduce -finline-arg-packing.
2019-12-10  Thomas Koenigre PR fortran/91643 (ICE in gfc_trans_create_temp_array...
2019-12-10  Tobias BurnusFortran] PR 92872 – Fix get_CFI_desc
2019-12-07  Tobias BurnusFortran] PR 92793 - fix column used for error diagnostic
2019-12-06  Jakub Jelinekre PR fortran/92775 (Incorrect expression in DW_AT_byte...
2019-11-01  Tobias BurnusOpenMP] use_device_addr/use_device_ptr with Fortran...
2019-10-30  Tobias BurnusFortran] PR 92208 don't use function-result dummy varia...
2019-09-29  Paul Thomasre PR fortran/91726 (ICE in gfc_conv_array_ref, at...
2019-09-26  Alessandro FanfarilloCO_BROADCAST for derived types with allocatable components
2019-09-13  Bernd Edlingerre PR fortran/91716 (ICE in output_constant, at varasm...
2019-09-01  Paul Thomasarray.c (spec_dimen_size): Check for the presence of...
2019-07-07  Paul Thomasre PR fortran/91077 (Wrong indexing when using a pointer)
2019-07-03  Martin LiskaRemove another bunch of dead assignment.
2019-05-29  Thomas Koenigre PR fortran/90539 (481.wrf slowdown by 25% on Intel...
2019-05-19  Thomas Koenigre PR fortran/88821 (Inline packing of non-contiguous...
2019-05-10  Paul Thomasre PR fortran/90093 (Extended C interop: optional argum...
2019-04-14  Paul Thomasre PR fortran/89843 (CFI_section delivers incorrect...
2019-03-27  Paul Thomasre PR fortran/88247 (ICE in get_array_ctor_var_strlen...
2019-03-10  Thomas Koenigre PR fortran/66089 (elemental dependency mishandling...
2019-02-26  Jakub Jelinekre PR fortran/43210 (Initializer of huge static arrays...
2019-02-09  Paul Thomasre PR fortran/89200 (Erroneous copying of a derived...
2019-02-03  Thomas Koenigre PR fortran/67679 (-Wunitialized reports on compiler...
2019-02-02  Paul Thomasre PR fortran/88980 (segfault on allocatable string...
2019-01-24  Paul Thomasre PR fortran/88929 (ICE on building MPICH 3.2 with...
2019-01-13  Thomas Koenigre PR fortran/57992 (Pointless packing of contiguous...
2019-01-13  Thomas Koenigre PR fortran/59345 (_gfortran_internal_pack on compile...
2019-01-12  Paul Thomasgfortran.texi: Add description in sections on TS 29113...
2019-01-11  Thomas Koenigre PR fortran/59345 (_gfortran_internal_pack on compile...
2019-01-09  Sandra LoosemorePR other/16615 [1/5]
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-01  Paul Thomasre PR fortran/40196 ([F03] [F08] Type parameter inquiry...
2018-10-18  Tobias BurnusFix (re)alloc of polymorphic arrays
2018-10-16  Tobias BurnusFix bounds with ALLOCATE with source-expr
2018-10-09  Paul Thomasre PR fortran/87151 (allocating array of character)
2018-09-30  Paul Thomasre PR fortran/87359 (pointer being freed was not allocated)
2018-09-30  Paul Thomasre PR fortran/70752 (Incorrect LEN for ALLOCATABLE...
2018-09-22  Paul Thomasre PR fortran/85603 (ICE with character array substring...
2018-09-21  Paul Thomasre PR fortran/77325 (ICE in gimplify_var_or_parm_decl...
2018-09-18  Paul Thomasre PR fortran/87336 (wrong output for pointer dummy...
2018-09-17  Paul Thomasre PR fortran/85954 (ICE in make_ssa_name_fn, at tree...
2018-09-13  Bernd Edlingertrans-array.c (gfc_conv_array_initializer): Remove...
2018-08-31  Paul Thomasre PR fortran/86328 (Runtime segfault reading an alloca...
2018-07-02  Paul Thomasre PR fortran/45305 (Array-valued calles to elementals...
2018-06-21  Paul Thomasre PR fortran/83118 (Bad intrinsic assignment of class...
2018-06-10  Thomas Koeniggfortran.h (gfc_expr): Add no_bounds_check field.
2018-06-08  Thomas Koenigre PR fortran/85631 (Runtime error message array bound...
2018-05-20  Paul Thomasre PR fortran/49636 ([F03] ASSOCIATE construct confused...
2018-05-19  Paul Thomasre PR fortran/82923 (Automatic allocation of deferred...
2018-04-14  Andre Vehreschildre PR fortran/81773 ([Coarray] Get with vector index...
2018-03-11  Paul Thomasre PR fortran/84546 (Bad sourced allocation of CLASS...
2018-03-01  Paul Thomasre PR fortran/84538 (Array of derived type elements...
2018-02-18  Paul Thomasre PR fortran/80945 (Invalid code with allocatable...
2018-02-17  Paul Thomasre PR fortran/84115 (Failure in associate construct...
2018-02-11  Andre Vehreschildgfortran.texi: Fix typos in documentation of caf_regist...
2018-02-10  Paul Thomasre PR fortran/84141 (Internal error: type_name(): Bad...
2018-02-03  Paul Thomasre PR fortran/84141 (Internal error: type_name(): Bad...
2018-01-30  Jakub Jelinekre PR debug/84131 (Fortran dynamical array debug info)
2018-01-25  Paul Thomasre PR fortran/37577 ([meta-bug] change internal array...
2018-01-13  Paul Thomasre PR fortran/52162 (Bogus -fcheck=bounds with realloc...
2018-01-10  Janne BlomqvistPR 83740 Wrong string length type in bounds check
2018-01-10  Janne BlomqvistPR 84740 Wrong string length type in bounds check
2018-01-08  Paul Thomasre PR fortran/83611 ([PDT] Assignment of parameterized...
2018-01-05  Janne BlomqvistPR 78534 Change character length from int to size_t
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-19  Jakub Jelinekread-rtl.c (parse_reg_note_name): Replace Yoda conditio...
2017-12-01  Paul Thomasre PR fortran/82605 ([PDT] ICE in insert_parameter_expr...
2017-11-19  Paul Thomasre PR fortran/78990 (ICE when assigning polymorphic...
2017-11-08  Janne BlomqvistPR 82869 Introduce logical_type_node and use it
2017-11-05  Paul Thomasre PR fortran/78641 ([OOP] ICE on polymorphic allocatab...
2017-10-07  Paul Thomasre PR fortran/82375 (PDT components in PDT declarations...
2017-09-10  Paul Thomasre PR fortran/34640 (ICE when assigning item of a deriv...
2017-09-09  Paul Thomasdecl.c: Add decl_type_param_list...
2017-07-24  Thomas Koenigre PR fortran/66102 (dependency mishandling with reallo...
2017-02-19  Andre Vehreschildre PR fortran/79335 (Conditional jump or move depends...
2017-02-05  Andre Vehreschildre PR fortran/79230 ([OOP] Run time error: double free...
2017-01-13  Janne BlomqvistRevert r244448
2017-01-13  Janne BlomqvistPR 78534 Change character length from int to size_t
2017-01-07  Andre Vehreschildre PR fortran/78781 ([Coarray] ICE in gfc_deallocate_sc...
2017-01-03  Janne BlomqvistPR 78534 Revert r244011
2017-01-03  Janne BlomqvistPR 78534 Change character length from int to size_t
2017-01-01  Jakub JelinekUpdate copyright years.
next