aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2020-03-12[Fortran, OpenACC] Reject vars of different scope in $acc declare (PR94120)Tobias Burnus2-1/+17
2020-03-08Patch and ChangeLogs for PR93581Paul Thomas3-2/+57
2020-03-05Fortran: ICE in gfc_code2string PR93792Steven G. Kargl2-1/+17
2020-03-02Ensure sufficient size of variables used for module+submodule names.Andrew Benson2-2/+14
2020-03-01Patch and ChangeLogs for PR92976Paul Thomas2-2/+14
2020-03-01ChangeLogs for PR92959Paul Thomas1-0/+8
2020-03-01Patch for PR92959Paul Thomas1-12/+9
2020-02-28Commit for PR92785Paul Thomas2-0/+17
2020-02-25Dead code in fortran/simplify.cSteven G. Kargl2-5/+4
2020-02-25Fix typo: paramter -> parameter [PR93864]Jakub Jelinek3-5/+12
2020-02-24ortran: ICE using SHAPE with FINDLOC PR93835Mark Eggleston2-4/+17
2020-02-24fortran: ICE in gfc_conv_constant_to_tree PR93604Mark Eggleston2-0/+24
2020-02-24OpenACC tile clause – apply exit/cycle checks (PR 93552)Tobias Burnus2-5/+26
2020-02-23Add missing closing parenthises in error message.Thomas König2-1/+6
2020-02-23Fix error message.Thomas König2-2/+8
2020-02-23Patch for PR57710Paul Thomas1-2/+24
2020-02-20OpenACC's tile clause fix for implicit typing (PR93825)Tobias Burnus2-12/+28
2020-02-18[fortran] ICE assign character pointer to non target PR93714Mark Eggleston2-7/+14
2020-02-18[Fortran] ICE: Invalid expression in gfc_element_size PR93601Mark Eggleston2-0/+16
2020-02-18[Fortran] ICE in gfc_typenode_for_spec PR93603Mark Eggleston2-0/+15
2020-02-18[fortran] ICE in gfc_validate_kind(): Got bad kind [PR93580]Mark Eggleston2-2/+31
2020-02-10Fix bogus duplicate attribute errors for submodule functions.Andrew Benson4-5/+32
2020-02-03[OpenACC] bump version for 2.6 plus libgomp.texi updateTobias Burnus5-21/+16
2020-02-03[OpenMP] Add missing parameters to omp_lib documentation (PR fortran/93541)Tobias Burnus2-0/+27
2020-02-03[Fortran] Fix to strict associate check (PR93427)Tobias Burnus2-2/+7
2020-02-01fortran: Fix up TYPE_ARG_TYPES of procs with scalar VALUE optional args [PR92...Jakub Jelinek3-2/+22
2020-01-31[Fortran] Disable front-end optimization for OpenACC atomic (PR93462)Tobias Burnus2-5/+12
2020-01-30Remove check for maximum symbol name length.Andrew Benson4-18/+16
2020-01-30fortran: Fix up ISO_Fortran_binding_15.f90 failures [PR92123]Jakub Jelinek2-2/+22
2020-01-29openmp: Handle rest of EXEC_OACC_* in oacc_code_to_statement [PR93463]Jakub Jelinek2-0/+20
2020-01-28Increase GFC_MAX_MANGLED_SYMBOL_LEN to handle submodule names.Andrew Benson2-2/+10
2020-01-28Allow concatenated module+submodule names.Andrew Benson2-2/+10
2020-01-28Check array contiguity for OpenACC/FortranJulian Brown2-7/+27
2020-01-28Don't allow mixed component and non-component accesses for OpenACC/FortranJulian Brown3-17/+29
2020-01-28[Fortran] avoid ICE in gfc_omp_check_optional_argument (PR93464)Tobias Burnus2-1/+9
2020-01-28[Fortran] gfortran.texi - minor style cleanupTobias Burnus2-3/+7
2020-01-27fortran] Fix PR 85781, ICE on validTobias Burnus2-2/+12
2020-01-22openmp: Fix up !$omp target parallel handlingJakub Jelinek3-0/+8
2020-01-22openmp: Teach omp_code_to_statement about rest of OpenMP statementsJakub Jelinek2-0/+81
2020-01-21Fortran] PR93309 – permit repeated 'implicit none(external)'Tobias Burnus3-4/+17
2020-01-19Check for illegal reference in function.Thomas König3-0/+15
2020-01-17PATCH] Fortran: PR93263 -fno-automatic and RECURSIVEMark Eggleston2-1/+10
2020-01-16PR93253 – Document BOZ changes, make it friendlier in legacy codeTobias Burnus5-5/+25
2020-01-10OpenACC – support "if" + "if_present" clauses with "host_data"Tobias Burnus1-1/+4
2020-01-09Save typespec for empty array constructor.Thomas Koenig2-0/+30
2020-01-09Fortran] PR84135 fix merging dimension into codimension array specTobias Burnus3-12/+18
2020-01-07re PR fortran/93162 (gcc/fortran/trans-openmp.c:2469:50: runtime error: load ...Jakub Jelinek2-1/+9
2020-01-04Fortran] PR91640 – Fix call to contiguous dummyTobias Burnus2-9/+16
2020-01-03Fortran] OpenMP/OpenACC – fix more issues with OPTIONALTobias Burnus2-39/+88
2020-01-03Fortran] PR 92994 – add more ASSOCIATE checksTobias Burnus3-3/+39