aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-02Fortran] PR68020 – Fix implied-shape handling for rank > 2Tobias Burnus2-1/+7
2020-01-01Handle REF_INQUIRY for dependency checking.Thomas Koenig2-0/+12
2020-01-01Update copyright years.Jakub Jelinek74-73/+75
2020-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek7-3126/+3140
2019-12-30re PR fortran/91651 ([F03] Implement KIND argument for INDEX)Thomas Koenig1-1/+1
2019-12-30Remove KIND argument from INDEX so it does not mess up scalarization.Thomas Koenig5-14/+100
2019-12-30Catch division by zero errors in array sizes.Thomas Koenig4-4/+45
2019-12-21re PR fortran/92990 (INVALID code with NULLIFY – partially misleading error...Harald Anlauf2-0/+23
2019-12-21re PR fortran/92753 (ICE in gfc_trans_call, at fortran/trans-stmt.c:392)Paul Thomas2-5/+18
2019-12-21re PR middle-end/91512 (Fortran compile time regression.)Jakub Jelinek2-2/+13
2019-12-20Introduce -finline-arg-packing.Thomas Koenig5-3/+47
2019-12-20Fortran] PR 92996 – fix rank resolution EXPR_ARRAYTobias Burnus5-25/+45
2019-12-20Improve is-coindexed check for OpenACC/OpenMPTobias Burnus2-3/+10
2019-12-20Fortran polymorphic class-type support for OpenACCJulian Brown3-19/+63
2019-12-20OpenACC 2.6 deep copy: Fortran front-end partsJulian Brown6-205/+472
2019-12-19Prevent conversion of character data in array constructors.Mark Eggleston4-6/+33
2019-12-19re PR fortran/92977 (ICE in gfc_trans_omp_atomic, at fortran/trans-openmp.c:3...Jakub Jelinek2-1/+6
2019-12-19re PR fortran/92977 (ICE in gfc_trans_omp_atomic, at fortran/trans-openmp.c:3...Jakub Jelinek2-6/+29
2019-12-19Add OpenACC 2.6's no_createJulian Brown4-11/+34
2019-12-18re PR fortran/70853 (ICE on pointing to null, in gfc_add_block_to_block, at f...Harald Anlauf2-0/+13
2019-12-12re PR fortran/92898 (ICE in gfc_check_is_contiguous, at fortran/check.c:7157)Harald Anlauf2-3/+8
2019-12-12re PR fortran/92899 ([OpenMP] ICE in gfc_trans_omp_atomic, at fortran/trans-o...Jakub Jelinek2-2/+7
2019-12-11re PR fortran/92897 ([Coarray] ICE in gfc_set_array_spec, at fortran/array.c:...Steven G. Kargl2-4/+6
2019-12-10re PR fortran/91643 (ICE in gfc_trans_create_temp_array, at fortran/trans-arr...Thomas Koenig2-0/+8
2019-12-10Bail out in gfc_dep_compare_expr for a NULL argument.Martin Liska2-0/+8
2019-12-10re PR fortran/92863 (ICE in gfc_typename)Thomas Koenig2-0/+17
2019-12-10Fortran] PR 92872 – Fix get_CFI_descTobias Burnus2-1/+6
2019-12-10diagnostic_show_locus: move initial newline to callersDavid Malcolm2-0/+6
2019-12-09Fix column information for omp_clauses in Fortran codeFrederik Harwath2-1/+6
2019-12-08Error on Associate with a program.Thomas Koenig2-0/+12