aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
AgeCommit message (Expand)Author
2020-03-05Fortran: ICE in gfc_code2string PR93792Steven G. Kargl
2020-03-02Ensure sufficient size of variables used for module+submodule names.Andrew Benson
2020-03-01Patch and ChangeLogs for PR92976Paul Thomas
2020-03-01ChangeLogs for PR92959Paul Thomas
2020-02-28Commit for PR92785Paul Thomas
2020-02-25Dead code in fortran/simplify.cSteven G. Kargl
2020-02-25Fix typo: paramter -> parameter [PR93864]Jakub Jelinek
2020-02-24ortran: ICE using SHAPE with FINDLOC PR93835Mark Eggleston
2020-02-24fortran: ICE in gfc_conv_constant_to_tree PR93604Mark Eggleston
2020-02-24OpenACC tile clause – apply exit/cycle checks (PR 93552)Tobias Burnus
2020-02-23Add missing closing parenthises in error message.Thomas König
2020-02-23Fix error message.Thomas König
2020-02-20OpenACC's tile clause fix for implicit typing (PR93825)Tobias Burnus
2020-02-18[fortran] ICE assign character pointer to non target PR93714Mark Eggleston
2020-02-18[Fortran] ICE: Invalid expression in gfc_element_size PR93601Mark Eggleston
2020-02-18[Fortran] ICE in gfc_typenode_for_spec PR93603Mark Eggleston
2020-02-18[fortran] ICE in gfc_validate_kind(): Got bad kind [PR93580]Mark Eggleston
2020-02-10Fix bogus duplicate attribute errors for submodule functions.Andrew Benson
2020-02-03[OpenACC] bump version for 2.6 plus libgomp.texi updateTobias Burnus
2020-02-03[OpenMP] Add missing parameters to omp_lib documentation (PR fortran/93541)Tobias Burnus
2020-02-03[Fortran] Fix to strict associate check (PR93427)Tobias Burnus
2020-02-01fortran: Fix up TYPE_ARG_TYPES of procs with scalar VALUE optional args [PR92...Jakub Jelinek
2020-01-31[Fortran] Disable front-end optimization for OpenACC atomic (PR93462)Tobias Burnus
2020-01-30Remove check for maximum symbol name length.Andrew Benson
2020-01-30fortran: Fix up ISO_Fortran_binding_15.f90 failures [PR92123]Jakub Jelinek
2020-01-29openmp: Handle rest of EXEC_OACC_* in oacc_code_to_statement [PR93463]Jakub Jelinek
2020-01-28Increase GFC_MAX_MANGLED_SYMBOL_LEN to handle submodule names.Andrew Benson
2020-01-28Allow concatenated module+submodule names.Andrew Benson
2020-01-28Check array contiguity for OpenACC/FortranJulian Brown
2020-01-28Don't allow mixed component and non-component accesses for OpenACC/FortranJulian Brown
2020-01-28[Fortran] avoid ICE in gfc_omp_check_optional_argument (PR93464)Tobias Burnus
2020-01-28[Fortran] gfortran.texi - minor style cleanupTobias Burnus
2020-01-27fortran] Fix PR 85781, ICE on validTobias Burnus
2020-01-22openmp: Fix up !$omp target parallel handlingJakub Jelinek
2020-01-22openmp: Teach omp_code_to_statement about rest of OpenMP statementsJakub Jelinek
2020-01-21Fortran] PR93309 – permit repeated 'implicit none(external)'Tobias Burnus
2020-01-19Check for illegal reference in function.Thomas König
2020-01-17PATCH] Fortran: PR93263 -fno-automatic and RECURSIVEMark Eggleston
2020-01-16PR93253 – Document BOZ changes, make it friendlier in legacy codeTobias Burnus
2020-01-09Save typespec for empty array constructor.Thomas Koenig
2020-01-09Fortran] PR84135 fix merging dimension into codimension array specTobias Burnus
2020-01-07re PR fortran/93162 (gcc/fortran/trans-openmp.c:2469:50: runtime error: load ...Jakub Jelinek
2020-01-04Fortran] PR91640 – Fix call to contiguous dummyTobias Burnus
2020-01-03Fortran] OpenMP/OpenACC – fix more issues with OPTIONALTobias Burnus
2020-01-03Fortran] PR 92994 – add more ASSOCIATE checksTobias Burnus
2020-01-02Fortran] PR68020 – Fix implied-shape handling for rank > 2Tobias Burnus
2020-01-01Handle REF_INQUIRY for dependency checking.Thomas Koenig
2020-01-01Update copyright years.Jakub Jelinek
2020-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2019-12-30re PR fortran/91651 ([F03] Implement KIND argument for INDEX)Thomas Koenig