summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans.h
AgeCommit message (Expand)Author
2020-05-11[Fortran] Fix/modify present() handling for assumed-shape optional (PR 94672)Tobias Burnus
2020-01-28Increase GFC_MAX_MANGLED_SYMBOL_LEN to handle submodule names.Andrew Benson
2020-01-01Update copyright years.Jakub Jelinek
2019-12-20OpenACC 2.6 deep copy: Fortran front-end partsJulian Brown
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-11Fortran] Support absent optional args with use_device_{ptr,addr}Tobias Burnus
2019-11-01OpenMP] use_device_addr/use_device_ptr with Fortran allocatable/pointer arraysTobias Burnus
2019-10-11[OpenMP,Fortran] Fix several OpenMP use_device_addr/map/update errorsTobias Burnus
2019-10-02f95-lang.c (LANG_HOOKS_OMP_IS_OPTIONAL_ARGUMENT): Define to gfc_omp_is_option...Kwok Cheung Yeung
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-08-17PR fortran/68401 Improve allocation error messageJanne Blomqvist
2019-08-13re PR fortran/90561 (ICE in gimplify_var_or_parm_decl, at gimplify.c:2747)Thomas Koenig
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-02-24re PR fortran/89174 (Allocation segfault with CLASS(*) MOLD)Thomas Koenig
2019-02-18re PR fortran/87689 (PowerPC64 ELFv2 function parameter passing violation)Thomas Koenig
2019-01-12gfortran.texi: Add description in sections on TS 29113 and further interopera...Paul Thomas
2019-01-07re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)Thomas Koenig
2019-01-01Update copyright years.Jakub Jelinek
2018-09-22re PR middle-end/41453 (use INTENT(out) for optimization)Thomas Koenig
2018-06-08re PR fortran/85631 (Runtime error message array bound mismatch with nonzero ...Thomas Koenig
2018-06-01re PR fortran/63570 ([F2018] Implement 13.7.137 RANDOM INIT (REPEATABLE, IMAG...Steven G. Kargl
2018-03-14check.c (gfc_check_kill_sub): Remove check for INTEGER(4) or (8).Steven G. Kargl
2018-03-11re PR fortran/84546 (Bad sourced allocation of CLASS(*) with source with CLAS...Paul Thomas
2018-01-26Partial Failed Images patchDamian Rouson
2018-01-25re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas
2018-01-03Update copyright years.Jakub Jelinek
2017-09-10re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild
2017-01-01Update copyright years.Jakub Jelinek
2016-12-19trans.h: Remove gfor_fndecl_stop_numeric_f08.Francois-Xavier Coudert
2016-12-09trans-array.c (gfc_array_deallocate): Remove wrapper.Andre Vehreschild
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek
2016-10-25re PR fortran/45516 ([F08] allocatable compontents of recursive type)Paul Thomas
2016-10-22re PR fortran/43366 ([OOP][F08] Intrinsic assign to polymorphic variable)Andre Vehreschild
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild
2016-03-29re PR fortran/70397 (ice while allocating ultimate polymorphic)Andre Vehreschild
2016-03-28STOP managed by external library when coarrays are usedAlessandro Fanfarillo
2016-02-05Fix fortran scalar elemental dependency mishandlingMikael Morin
2016-01-08re PR fortran/69128 (OpenMP workshare problem with SUM())Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus
2015-10-25re PR fortran/66927 (ICE in gfc_conf_procedure_call)Andre Vehreschild
2015-08-31re PR fortran/54833 (Don't wrap __builtin_free(a) in if (a != NULL))Francois-Xavier Coudert
2015-08-19remove more useless typedefsTrevor Saunders
2015-08-06Move one condition out of gfc_trans_scalar_assignMikael Morin