summaryrefslogtreecommitdiff
path: root/gcc/fortran/frontend-passes.c
AgeCommit message (Expand)Author
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek
2020-01-31[Fortran] Disable front-end optimization for OpenACC atomic (PR93462)Tobias Burnus
2020-01-01Update copyright years.Jakub Jelinek
2019-12-19re PR fortran/92977 (ICE in gfc_trans_omp_atomic, at fortran/trans-openmp.c:3...Jakub Jelinek
2019-12-19re PR fortran/92977 (ICE in gfc_trans_omp_atomic, at fortran/trans-openmp.c:3...Jakub Jelinek
2019-11-09Commit symbol for external BLAS routine when translating MATMUL to *GEMM.Thomas Koenig
2019-09-15re PR fortran/91550 (ICE in do_subscript, at fortran/frontend-passes.c:2652)Thomas Koenig
2019-09-14re PR fortran/91557 (Bogus warning about unused dummy argument _formal_*)Thomas Koenig
2019-08-26re PR fortran/91390 (treatment of extra parameter in a subroutine call)Thomas Koenig
2019-08-24re PR fortran/91390 (treatment of extra parameter in a subroutine call)Thomas Koenig
2019-08-15re PR fortran/91443 (-Wargument-mismatch does not catch mismatch for global p...Thomas Koenig
2019-08-13re PR fortran/90563 (Out of bounds error when compiling with -Wextra)Thomas Koenig
2019-08-12re PR fortran/91424 (Extend warnings about DO loops)Thomas Koenig
2019-05-29re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march...Thomas Koenig
2019-04-11re PR translation/89939 (messages for translation must not contain embedded m...Thomas Koenig
2019-01-01Update copyright years.Jakub Jelinek
2018-12-22re PR fortran/85544 (ICE in gfc_conv_scalarized_array_ref, at fortran/trans-a...Thomas Koenig
2018-11-18re PR fortran/88073 (Internal compiler error compiling WHERE construct with ...Thomas Koenig
2018-11-01re PR fortran/87782 (runtime error: load of value 1818451807, which is not a ...Thomas Koenig
2018-11-01re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and...Paul Thomas
2018-10-27re PR fortran/86907 (bogus warning "No location in expression near")Thomas Koenig
2018-10-23re PR fortran/85603 (ICE with character array substring assignment)Paul Thomas
2018-09-18re PR fortran/29550 (Optimize -fexternal-blas calls for conjg())Thomas Koenig
2018-09-16re PR fortran/37802 (Improve wording for matmul bound checking)Thomas Koenig
2018-08-24re PR fortran/86837 (Optimization breaks an unformatted read with implicit loop)Thomas Koenig
2018-07-18re PR fortran/85599 (warn about short-circuiting of logical expressions for n...Janus Weil
2018-06-10gfortran.h (gfc_expr): Add no_bounds_check field.Thomas Koenig
2018-06-06re PR fortran/85641 (ICE with string concatenate)Thomas Koenig
2018-04-14re PR fortran/85387 (incorrect output with optimization /= 0)Thomas Koenig
2018-03-27re PR fortran/85084 (ICE: out of memory allocating 18446744073709551600 bytes...Thomas Koenig
2018-02-19re PR fortran/35339 (Improve translation of implied do loop in transfer)Thomas Koenig
2018-02-17re PR fortran/84270 (optimization bug with assumed size array argument)Thomas Koenig
2018-01-30re PR fortran/84133 (ICE in gimplify_var_or_parm_decl, at gimplify.c:2706)Thomas Koenig
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist
2018-01-03Update copyright years.Jakub Jelinek
2017-12-26re PR fortran/83540 (Invalid code with MATMUL, -fno-realloc-lhs -ffrontend-op...Thomas Koenig
2017-12-01re PR fortran/83224 (creating character array from elements shorter than decl...Thomas Koenig
2017-12-01re PR fortran/83224 (creating character array from elements shorter than decl...Thomas Koenig
2017-11-05re PR fortran/82471 (Reorder loop for unfavorable index ordering in DO CONCU...Thomas Koenig
2017-10-18re PR fortran/82567 ([6/7/8] gfortran takes a long time to compile a simple i...Thomas Koenig
2017-09-26frontend-passes.c (do_subscript): Don't do anything if inside an associate list.Thomas Koenig
2017-09-25lang.opt: Add -Wdo-subscript.Thomas Koenig
2017-08-27re PR fortran/81974 (ICE verify_gimple failed type mismatch in binary expres...Thomas Koenig
2017-08-16re PR fortran/81116 (Last character of allocatable-length string reset to bla...Thomas Koenig
2017-06-10re PR fortran/80988 (171_swim fails)Thomas Koenig
2017-06-05re PR fortran/35339 (Improve translation of implied do loop in transfer)Nicolas Koenig
2017-05-29re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig
2017-05-28frontend-passes.c (matmul_lhs_realloc): Correct allocation size for case A1B2.Thomas Koenig
2017-05-24re PR fortran/66094 (Handle transpose(A) in inline matmul)Thomas Koenig
2017-05-08re PR fortran/79930 (Potentially Missed Optimisation for MATMUL / DOT_PRODUCT)Thomas Koenig