aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/frontend-passes.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-18re PR fortran/85599 (warn about short-circuiting of logical expressions for n...Janus Weil1-10/+15
2018-06-10gfortran.h (gfc_expr): Add no_bounds_check field.Thomas Koenig1-11/+35
2018-06-06re PR fortran/85641 (ICE with string concatenate)Thomas Koenig1-0/+5
2018-04-14re PR fortran/85387 (incorrect output with optimization /= 0)Thomas Koenig1-0/+17
2018-03-27re PR fortran/85084 (ICE: out of memory allocating 18446744073709551600 bytes...Thomas Koenig1-4/+4
2018-02-19re PR fortran/35339 (Improve translation of implied do loop in transfer)Thomas Koenig1-7/+0
2018-02-17re PR fortran/84270 (optimization bug with assumed size array argument)Thomas Koenig1-2/+18
2018-01-30re PR fortran/84133 (ICE in gimplify_var_or_parm_decl, at gimplify.c:2706)Thomas Koenig1-2/+2
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-2/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-26re PR fortran/83540 (Invalid code with MATMUL, -fno-realloc-lhs -ffrontend-op...Thomas Koenig1-0/+5
2017-12-01re PR fortran/83224 (creating character array from elements shorter than decl...Thomas Koenig1-2/+4
2017-12-01re PR fortran/83224 (creating character array from elements shorter than decl...Thomas Koenig1-3/+4
2017-11-05re PR fortran/82471 (Reorder loop for unfavorable index ordering in DO CONCU...Thomas Koenig1-19/+195
2017-10-18re PR fortran/82567 ([6/7/8] gfortran takes a long time to compile a simple i...Thomas Koenig1-1/+29
2017-09-26frontend-passes.c (do_subscript): Don't do anything if inside an associate list.Thomas Koenig1-0/+4
2017-09-25lang.opt: Add -Wdo-subscript.Thomas Koenig1-12/+338
2017-08-27re PR fortran/81974 (ICE verify_gimple failed type mismatch in binary expres...Thomas Koenig1-5/+16
2017-08-16re PR fortran/81116 (Last character of allocatable-length string reset to bla...Thomas Koenig1-10/+15
2017-06-10re PR fortran/80988 (171_swim fails)Thomas Koenig1-1/+10
2017-06-05re PR fortran/35339 (Improve translation of implied do loop in transfer)Nicolas Koenig1-0/+259
2017-05-29re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig1-2/+94
2017-05-28frontend-passes.c (matmul_lhs_realloc): Correct allocation size for case A1B2.Thomas Koenig1-1/+1
2017-05-24re PR fortran/66094 (Handle transpose(A) in inline matmul)Thomas Koenig1-16/+103
2017-05-08re PR fortran/79930 (Potentially Missed Optimisation for MATMUL / DOT_PRODUCT)Thomas Koenig1-3/+74
2017-05-01re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig1-2/+3
2017-03-22re PR fortran/80142 (Warning: No location in expression ... with -O / -ffront...Thomas Koenig1-1/+1
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-1/+1