aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-28Fortran: Fix problem with runtime pointer check [PR99602].Paul Thomas1-8/+20
2021-03-14PR fortran/99112 - ICE with runtime diagnostics for SIZE intrinsic functionHarald Anlauf1-2/+12
2021-03-13Fortran: Fix for class defined operators [PR99125].Paul Thomas1-1/+1
2021-02-24Fortran: Fix memory problems with assumed rank formal args [PR98342].Paul Thomas1-6/+34
2021-02-21PR fortran/99169 - Do not clobber allocatable intent(out) dummy argumentHarald Anlauf1-0/+1
2021-02-12Fortran: Fix rank of assumed-rank array [PR99043]Tobias Burnus1-2/+3
2021-01-27Fortran: Fix ICE due to elemental procedure pointers [PR93924/5].Paul Thomas1-2/+4
2021-01-08Fortran: Allow pointer deferred length associate selectors. [PR93794]Paul Thomas1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-26Fix failures with -m32 and some memory leaks.Paul Thomas1-5/+37
2020-12-25PR93685 - ICE in gfc_constructor_append_expr, at fortran/constructor.c:135Harald Anlauf1-5/+7
2020-12-18As well as the PR this patch fixes problems in handling class objectsPaul Thomas1-23/+241
2020-10-07This patch fixes PR47469 - a trivial bit of tidying up.Paul Thomas1-6/+2
2020-09-30This patch fixes PR97045 - unlimited polymorphic array element selectors.Paul Thomas1-1/+2
2020-09-24This patch fixes PR96495 - frees result components outside loop.Paul Thomas1-1/+25
2020-08-10This patch fixes PR96312. Cures a used uninitialized warning.Paul Thomas1-6/+21
2020-06-11Patch to Bug 94022 - Array slices of assumed-size arrays.José Rui Faustino de Sousa1-0/+2
2020-06-04PR fortran/95500 - Segfault compiling extra interface on intrinsicHarald Anlauf1-0/+1
2020-06-03Simple patch only add assumed-rank to the list of possible attributes.José Rui Faustino de Sousa1-1/+2
2020-05-11[Fortran] Fix/modify present() handling for assumed-shape optional (PR 94672)Tobias Burnus1-8/+14
2020-04-25Fix PR 94578.Thomas König1-2/+6
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek1-1/+1
2020-02-28Commit for PR92785Paul Thomas1-0/+11
2020-01-27fortran] Fix PR 85781, ICE on validTobias Burnus1-2/+6
2020-01-04Fortran] PR91640 – Fix call to contiguous dummyTobias Burnus1-9/+9
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-20OpenACC 2.6 deep copy: Fortran front-end partsJulian Brown1-90/+94
2019-12-18re PR fortran/70853 (ICE on pointing to null, in gfc_add_block_to_block, at f...Harald Anlauf1-0/+7
2019-11-15re PR fortran/69654 (ICE in gfc_trans_structure_assign)Paul Thomas1-1/+12
2019-11-13Fortran] Use proper type for hidden is-present argumentTobias Burnus1-1/+3
2019-11-11Fortran] Support absent optional args with use_device_{ptr,addr}Tobias Burnus1-1/+2
2019-10-31Fortran] PR92284 – gfc_desc_to_cfi_desc fixesTobias Burnus1-4/+8
2019-10-31Fortran] PR92277 - Fix assumed-rank array with bind(C)Tobias Burnus1-2/+5
2019-10-28Fortran] PR91863 - fix call to bind(C) with array descriptorTobias Burnus1-15/+8
2019-10-11Fortran] PR 92050 - fix ICE with -fcheck=allTobias Burnus1-2/+5
2019-10-05re PR fortran/91926 (assumed rank optional)Paul Thomas1-6/+42
2019-09-29re PR fortran/91726 (ICE in gfc_conv_array_ref, at fortran/trans-array.c:3612)Paul Thomas1-3/+20
2019-08-13re PR fortran/90561 (ICE in gimplify_var_or_parm_decl, at gimplify.c:2747)Thomas Koenig1-1/+2
2019-07-03Remove another bunch of dead assignment.Martin Liska1-6/+0
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka1-2/+6
2019-06-08re PR fortran/90786 (ICE on procedure pointer assignment to function with cla...Paul Thomas1-22/+7
2019-06-02re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march...Thomas Koenig1-12/+41
2019-05-29re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march...Thomas Koenig1-32/+118
2019-05-19re PR fortran/88821 (Inline packing of non-contiguous arguments)Thomas Koenig1-2/+81
2019-05-10re PR fortran/90093 (Extended C interop: optional argument incorrectly identi...Paul Thomas1-0/+1
2019-04-14re PR fortran/89843 (CFI_section delivers incorrect result descriptor)Paul Thomas1-77/+18
2019-03-30re PR fortran/89841 (improper descriptor information passed to C)Paul Thomas1-3/+2
2019-03-27re PR fortran/88247 (ICE in get_array_ctor_var_strlen, at fortran/trans-array...Paul Thomas1-2/+14
2019-03-18re PR fortran/88008 (ICE in check_typebound_baseobject, at fortran/resolve.c:...Thomas Koenig1-0/+1
2019-03-13re PR fortran/87045 (pointer to array of character)Harald Anlauf1-10/+10