]> gcc.gnu.org Git - gcc.git/history - gcc/fortran/trans-expr.c
Merge remote-tracking branch 'origin/releases/gcc-11' into devel/omp/gcc-11
[gcc.git] / gcc / fortran / trans-expr.c
2021-08-12 Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-08-09 Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-07-30 Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-07-28 Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-07-27 Tobias BurnusPR fortran/93308/93963/94327/94331/97046 problems raise...
2021-07-23 Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-07-21 Tobias BurnusFortran: Fix bind(C) character length checks
2021-07-20 Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-07-15 Harald AnlaufFortran - ICE in gfc_conv_expr_present initializing...
2021-06-28 Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-06-23 Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-06-16 José Rui Faustino... Fortran: Fix double function call with -fcheck=pointer...
2021-06-15 Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-06-08 Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-06-04 Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-05-31 Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-05-28 Tobias BurnusMerge branch 'releases/gcc-11' into devel/omp/gcc-11
2021-05-25 Harald AnlaufFortran: fix passing return value to class(*) dummy...
2021-05-24 Tobias BurnusOpenMP/Fortran: Handle polymorphic scalars in data...
2021-05-14 Tobias BurnusMerge branch 'releases/gcc-11' into devel/omp/gcc-11
2021-05-05 Harald AnlaufPR fortran/100274 - ICE in gfc_conv_procedure_call...
2021-04-15 Paul ThomasFortran: Fix class reallocate on assignment [PR99307].
2021-03-28 Paul ThomasFortran: Fix problem with runtime pointer check [PR99602].
2021-03-14 Harald AnlaufPR fortran/99112 - ICE with runtime diagnostics for...
2021-03-13 Paul ThomasFortran: Fix for class defined operators [PR99125].
2021-02-24 Paul ThomasFortran: Fix memory problems with assumed rank formal...
2021-02-21 Harald AnlaufPR fortran/99169 - Do not clobber allocatable intent...
2021-02-12 Tobias BurnusFortran: Fix rank of assumed-rank array [PR99043]
2021-01-27 Paul ThomasFortran: Fix ICE due to elemental procedure pointers...
2021-01-08 Paul ThomasFortran: Allow pointer deferred length associate select...
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-26 Paul ThomasFix failures with -m32 and some memory leaks.
2020-12-25 Harald AnlaufPR93685 - ICE in gfc_constructor_append_expr, at fortra...
2020-12-18 Paul ThomasAs well as the PR this patch fixes problems in handling...
2020-10-07 Paul ThomasThis patch fixes PR47469 - a trivial bit of tidying up.
2020-09-30 Paul ThomasThis patch fixes PR97045 - unlimited polymorphic array...
2020-09-24 Paul ThomasThis patch fixes PR96495 - frees result components...
2020-08-10 Paul ThomasThis patch fixes PR96312. Cures a used uninitialized...
2020-06-11 José Rui Faustino... Patch to Bug 94022 - Array slices of assumed-size arrays.
2020-06-04 Harald AnlaufPR fortran/95500 - Segfault compiling extra interface...
2020-06-03 José Rui Faustino... Simple patch only add assumed-rank to the list of possi...
2020-05-11 Tobias Burnus[Fortran] Fix/modify present() handling for assumed...
2020-04-25 Thomas KönigFix PR 94578.
2020-03-17 Jakub JelinekFix up duplicated duplicated words mostly in comments
2020-02-28 Paul ThomasCommit for PR92785
2020-01-27 Tobias Burnusfortran] Fix PR 85781, ICE on valid
2020-01-04 Tobias BurnusFortran] PR91640 – Fix call to contiguous dummy
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-20 Julian BrownOpenACC 2.6 deep copy: Fortran front-end parts
2019-12-18 Harald Anlaufre PR fortran/70853 (ICE on pointing to null, in gfc_ad...
2019-11-15 Paul Thomasre PR fortran/69654 (ICE in gfc_trans_structure_assign)
2019-11-13 Tobias BurnusFortran] Use proper type for hidden is-present argument
2019-11-11 Tobias BurnusFortran] Support absent optional args with use_device_...
2019-10-31 Tobias BurnusFortran] PR92284 – gfc_desc_to_cfi_desc fixes
2019-10-31 Tobias BurnusFortran] PR92277 - Fix assumed-rank array with bind(C)
2019-10-28 Tobias BurnusFortran] PR91863 - fix call to bind(C) with array descr...
2019-10-11 Tobias BurnusFortran] PR 92050 - fix ICE with -fcheck=all
2019-10-05 Paul Thomasre PR fortran/91926 (assumed rank optional)
2019-09-29 Paul Thomasre PR fortran/91726 (ICE in gfc_conv_array_ref, at...
2019-08-13 Thomas Koenigre PR fortran/90561 (ICE in gimplify_var_or_parm_decl...
2019-07-03 Martin LiskaRemove another bunch of dead assignment.
2019-06-24 Jan Hubickaipa-utils.h (type_with_linkage_p): Verify that type...
2019-06-08 Paul Thomasre PR fortran/90786 (ICE on procedure pointer assignmen...
2019-06-02 Thomas Koenigre PR fortran/90539 (481.wrf slowdown by 25% on Intel...
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-30 Paul Thomasre PR fortran/89841 (improper descriptor information...
2019-03-27 Paul Thomasre PR fortran/88247 (ICE in get_array_ctor_var_strlen...
2019-03-18 Thomas Koenigre PR fortran/88008 (ICE in check_typebound_baseobject...
2019-03-13 Harald Anlaufre PR fortran/87045 (pointer to array of character)
2019-03-12 Martin LiskaReplace can't in error messages for Fortran.
2019-03-12 Paul Thomasre PR fortran/89363 (RANK incorrect for unallocated...
2019-02-24 Thomas Koenigre PR fortran/89174 (Allocation segfault with CLASS...
2019-02-23 Paul Thomasre PR fortran/88117 (ICE in gimplify_var_or_parm_decl...
2019-02-23 Paul Thomasre PR fortran/89385 (Incorrect members of C descriptor...
2019-02-19 Thomas Koenigre PR fortran/89384 (CONTIGUOUS dummy argument in BIND...
2019-02-18 Thomas Koenigre PR fortran/87689 (PowerPC64 ELFv2 function parameter...
2019-02-02 Paul Thomasre PR fortran/88393 ([OOP] Segfault with type-bound...
2019-01-24 Paul Thomasre PR fortran/88929 (ICE on building MPICH 3.2 with...
2019-01-22 Harald Anlaufre PR fortran/88579 (Calculating power of powers of...
2019-01-19 Thomas Koenigre PR fortran/56789 (Handling of contiguous dummy argum...
2019-01-15 Paul Thomastrans-expr.c (gfc_conv_gfc_desc_to_cfi_desc): Deal...
2019-01-12 Paul Thomasgfortran.texi: Add description in sections on TS 29113...
2019-01-08 Richard Bienerre PR fortran/88611 (ICE in eliminate_stmt, at tree...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-31 Thomas Koenigre PR fortran/82995 (Segmentation fault passing optiona...
2018-12-22 Thomas Koenigre PR fortran/85544 (ICE in gfc_conv_scalarized_array_r...
2018-12-16 Thomas KoenigPF fortran/88364
2018-11-01 Paul Thomasre PR fortran/40196 ([F03] [F08] Type parameter inquiry...
2018-10-21 Paul Thomasre PR fortran/71880 (pointer to allocatable character)
2018-10-15 Paul Thomasre PR fortran/87566 (ICE with class(*) and select)
2018-10-01 Paul Thomasre PR fortran/65677 (Incomplete assignment on deferred...
2018-09-29 Paul Thomasre PR fortran/65677 (Incomplete assignment on deferred...
2018-09-24 Thomas Koenigre PR fortran/87397 (Clobbering intent(out) variables...
2018-09-23 Thomas Koenigre PR fortran/87397 (Clobbering intent(out) variables...
2018-09-23 Janne BlomqvistDo array index calculations in gfc_array_index_type
2018-09-23 Thomas Koenigre PR fortran/87395 (ICE in in lookup_field_for_decl...
2018-09-22 Thomas Koenigre PR middle-end/41453 (use INTENT(out) for optimization)
next
This page took 1.937406 seconds and 107 git commands to generate.