aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/frontend-passes.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-5951/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-14Fortran: prevent NULL pointer dereference in check of passed do-loop variableHarald Anlauf1-1/+1
2021-12-14Fortran: prevent NULL pointer dereferences checking do-loop contained stuffHarald Anlauf1-7/+10
2021-12-07Fortran: perform array subscript checks only for valid INTEGER boundsHarald Anlauf1-0/+4
2021-11-30Add comment to indicate tail recursionRichard Biener1-0/+1
2021-11-30Avoid some -Wunreachable-code-ctrlRichard Biener1-1/+0
2021-11-11Fortran/openmp: Add support for 2 argument num_teams clauseTobias Burnus1-1/+2
2021-08-16Fortran/OpenMP: Add support for OpenMP 5.1 masked constructTobias Burnus1-0/+3
2021-07-06Do not replace variable op variable in I/O implied DO loop replacement.Thomas Koenig1-2/+2
2021-06-04Fortran - ICE in inline_matmul_assignHarald Anlauf1-0/+13
2021-06-04Fortran/OpenMP: Add omp loop [PR99928]Tobias Burnus1-0/+5
2021-06-01Fortran/OpenMP: Support (parallel) master taskloop (simd) [PR99928]Tobias Burnus1-0/+2
2021-05-14Fortran/OpenMP: Support 'omp parallel master'Tobias Burnus1-0/+1
2021-04-22Fix various typos.Martin Liska1-1/+1
2021-03-19Add size check to vector-matrix matmul.Thomas Koenig1-6/+20
2021-03-15Handle EXEC_IOLENGTH in doloop_contained_procedure_code.Thomas Koenig1-0/+7
2021-02-28fortran: Replace double space in diagnostic with a single one [PR99300]Jakub Jelinek1-1/+1
2021-01-16openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung1-0/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-08-10Fix NULL pointer dereference in doloop_contained_function_call.Thomas Koenig1-1/+2
2020-08-05Static analysis for definition of DO index variables in contained procedures.Thomas Koenig1-2/+256
2020-07-19Fix handling of implicit_pure by checking if non-pure procedures are called.Thomas Koenig1-1/+75
2020-07-11Fix ICE on warning with new interface check.Thomas Koenig1-0/+1
2020-07-05Test global identifiers against what is specified interfaces.Thomas Koenig1-8/+57
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek1-1/+1
2020-01-31[Fortran] Disable front-end optimization for OpenACC atomic (PR93462)Tobias Burnus1-0/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-19re PR fortran/92977 (ICE in gfc_trans_omp_atomic, at fortran/trans-openmp.c:3...Jakub Jelinek1-1/+1
2019-12-19re PR fortran/92977 (ICE in gfc_trans_omp_atomic, at fortran/trans-openmp.c:3...Jakub Jelinek1-6/+18
2019-11-09Commit symbol for external BLAS routine when translating MATMUL to *GEMM.Thomas Koenig1-0/+1
2019-09-15re PR fortran/91550 (ICE in do_subscript, at fortran/frontend-passes.c:2652)Thomas Koenig1-3/+12
2019-09-14re PR fortran/91557 (Bogus warning about unused dummy argument _formal_*)Thomas Koenig1-2/+3
2019-08-26re PR fortran/91390 (treatment of extra parameter in a subroutine call)Thomas Koenig1-2/+2
2019-08-24re PR fortran/91390 (treatment of extra parameter in a subroutine call)Thomas Koenig1-28/+60
2019-08-15re PR fortran/91443 (-Wargument-mismatch does not catch mismatch for global p...Thomas Koenig1-1/+97
2019-08-13re PR fortran/90563 (Out of bounds error when compiling with -Wextra)Thomas Koenig1-0/+5
2019-08-12re PR fortran/91424 (Extend warnings about DO loops)Thomas Koenig1-1/+23
2019-05-29re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march...Thomas Koenig1-7/+6
2019-04-11re PR translation/89939 (messages for translation must not contain embedded m...Thomas Koenig1-29/+32
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-22re PR fortran/85544 (ICE in gfc_conv_scalarized_array_ref, at fortran/trans-a...Thomas Koenig1-81/+0
2018-11-18re PR fortran/88073 (Internal compiler error compiling WHERE construct with ...Thomas Koenig1-0/+4
2018-11-01re PR fortran/87782 (runtime error: load of value 1818451807, which is not a ...Thomas Koenig1-9/+13
2018-11-01re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and...Paul Thomas1-0/+1
2018-10-27re PR fortran/86907 (bogus warning "No location in expression near")Thomas Koenig1-2/+4
2018-10-23re PR fortran/85603 (ICE with character array substring assignment)Paul Thomas1-17/+57
2018-09-18re PR fortran/29550 (Optimize -fexternal-blas calls for conjg())Thomas Koenig1-17/+439
2018-09-16re PR fortran/37802 (Improve wording for matmul bound checking)Thomas Koenig1-121/+102
2018-08-24re PR fortran/86837 (Optimization breaks an unformatted read with implicit loop)Thomas Koenig1-3/+28