Age | Commit message (Expand) | Author | Files | Lines |
2020-08-10 | Fix NULL pointer dereference in doloop_contained_function_call. | Thomas Koenig | 1 | -1/+2 |
2020-08-05 | Static analysis for definition of DO index variables in contained procedures. | Thomas Koenig | 1 | -2/+256 |
2020-07-19 | Fix handling of implicit_pure by checking if non-pure procedures are called. | Thomas Koenig | 1 | -1/+75 |
2020-07-11 | Fix ICE on warning with new interface check. | Thomas Koenig | 1 | -0/+1 |
2020-07-05 | Test global identifiers against what is specified interfaces. | Thomas Koenig | 1 | -8/+57 |
2020-03-17 | Fix up duplicated duplicated words mostly in comments | Jakub Jelinek | 1 | -1/+1 |
2020-01-31 | [Fortran] Disable front-end optimization for OpenACC atomic (PR93462) | Tobias Burnus | 1 | -0/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-19 | re PR fortran/92977 (ICE in gfc_trans_omp_atomic, at fortran/trans-openmp.c:3... | Jakub Jelinek | 1 | -1/+1 |
2019-12-19 | re PR fortran/92977 (ICE in gfc_trans_omp_atomic, at fortran/trans-openmp.c:3... | Jakub Jelinek | 1 | -6/+18 |
2019-11-09 | Commit symbol for external BLAS routine when translating MATMUL to *GEMM. | Thomas Koenig | 1 | -0/+1 |
2019-09-15 | re PR fortran/91550 (ICE in do_subscript, at fortran/frontend-passes.c:2652) | Thomas Koenig | 1 | -3/+12 |
2019-09-14 | re PR fortran/91557 (Bogus warning about unused dummy argument _formal_*) | Thomas Koenig | 1 | -2/+3 |
2019-08-26 | re PR fortran/91390 (treatment of extra parameter in a subroutine call) | Thomas Koenig | 1 | -2/+2 |
2019-08-24 | re PR fortran/91390 (treatment of extra parameter in a subroutine call) | Thomas Koenig | 1 | -28/+60 |
2019-08-15 | re PR fortran/91443 (-Wargument-mismatch does not catch mismatch for global p... | Thomas Koenig | 1 | -1/+97 |
2019-08-13 | re PR fortran/90563 (Out of bounds error when compiling with -Wextra) | Thomas Koenig | 1 | -0/+5 |
2019-08-12 | re PR fortran/91424 (Extend warnings about DO loops) | Thomas Koenig | 1 | -1/+23 |
2019-05-29 | re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march... | Thomas Koenig | 1 | -7/+6 |
2019-04-11 | re PR translation/89939 (messages for translation must not contain embedded m... | Thomas Koenig | 1 | -29/+32 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-22 | re PR fortran/85544 (ICE in gfc_conv_scalarized_array_ref, at fortran/trans-a... | Thomas Koenig | 1 | -81/+0 |
2018-11-18 | re PR fortran/88073 (Internal compiler error compiling WHERE construct with ... | Thomas Koenig | 1 | -0/+4 |
2018-11-01 | re PR fortran/87782 (runtime error: load of value 1818451807, which is not a ... | Thomas Koenig | 1 | -9/+13 |
2018-11-01 | re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and... | Paul Thomas | 1 | -0/+1 |
2018-10-27 | re PR fortran/86907 (bogus warning "No location in expression near") | Thomas Koenig | 1 | -2/+4 |
2018-10-23 | re PR fortran/85603 (ICE with character array substring assignment) | Paul Thomas | 1 | -17/+57 |
2018-09-18 | re PR fortran/29550 (Optimize -fexternal-blas calls for conjg()) | Thomas Koenig | 1 | -17/+439 |
2018-09-16 | re PR fortran/37802 (Improve wording for matmul bound checking) | Thomas Koenig | 1 | -121/+102 |
2018-08-24 | re PR fortran/86837 (Optimization breaks an unformatted read with implicit loop) | Thomas Koenig | 1 | -3/+28 |
2018-07-18 | re PR fortran/85599 (warn about short-circuiting of logical expressions for n... | Janus Weil | 1 | -10/+15 |
2018-06-10 | gfortran.h (gfc_expr): Add no_bounds_check field. | Thomas Koenig | 1 | -11/+35 |
2018-06-06 | re PR fortran/85641 (ICE with string concatenate) | Thomas Koenig | 1 | -0/+5 |
2018-04-14 | re PR fortran/85387 (incorrect output with optimization /= 0) | Thomas Koenig | 1 | -0/+17 |
2018-03-27 | re PR fortran/85084 (ICE: out of memory allocating 18446744073709551600 bytes... | Thomas Koenig | 1 | -4/+4 |
2018-02-19 | re PR fortran/35339 (Improve translation of implied do loop in transfer) | Thomas Koenig | 1 | -7/+0 |
2018-02-17 | re PR fortran/84270 (optimization bug with assumed size array argument) | Thomas Koenig | 1 | -2/+18 |
2018-01-30 | re PR fortran/84133 (ICE in gimplify_var_or_parm_decl, at gimplify.c:2706) | Thomas Koenig | 1 | -2/+2 |
2018-01-05 | PR 78534 Change character length from int to size_t | Janne Blomqvist | 1 | -2/+2 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-26 | re PR fortran/83540 (Invalid code with MATMUL, -fno-realloc-lhs -ffrontend-op... | Thomas Koenig | 1 | -0/+5 |
2017-12-01 | re PR fortran/83224 (creating character array from elements shorter than decl... | Thomas Koenig | 1 | -2/+4 |
2017-12-01 | re PR fortran/83224 (creating character array from elements shorter than decl... | Thomas Koenig | 1 | -3/+4 |
2017-11-05 | re PR fortran/82471 (Reorder loop for unfavorable index ordering in DO CONCU... | Thomas Koenig | 1 | -19/+195 |
2017-10-18 | re PR fortran/82567 ([6/7/8] gfortran takes a long time to compile a simple i... | Thomas Koenig | 1 | -1/+29 |
2017-09-26 | frontend-passes.c (do_subscript): Don't do anything if inside an associate list. | Thomas Koenig | 1 | -0/+4 |
2017-09-25 | lang.opt: Add -Wdo-subscript. | Thomas Koenig | 1 | -12/+338 |
2017-08-27 | re PR fortran/81974 (ICE verify_gimple failed type mismatch in binary expres... | Thomas Koenig | 1 | -5/+16 |
2017-08-16 | re PR fortran/81116 (Last character of allocatable-length string reset to bla... | Thomas Koenig | 1 | -10/+15 |
2017-06-10 | re PR fortran/80988 (171_swim fails) | Thomas Koenig | 1 | -1/+10 |