Age | Commit message (Expand) | Author | Files | Lines |
2019-10-11 | Fortran] PR 92050 - fix ICE with -fcheck=all | Tobias Burnus | 2 | -2/+11 |
2019-10-11 | [OpenMP,Fortran] Fix several OpenMP use_device_addr/map/update errors | Tobias Burnus | 5 | -5/+44 |
2019-10-10 | [Fortran, OpenMP] Actually pass use_device_addr on to the middle end | Tobias Burnus | 2 | -0/+8 |
2019-10-08 | re PR fortran/91801 (ICE in gfc_simplify_reshape, at fortran/simplify.c:6733) | Steven G. Kargl | 2 | -1/+15 |
2019-10-08 | Fortran - fix OpenMP 'target simd' | Tobias Burnus | 2 | -0/+5 |
2019-10-08 | Fortran - Improve OpenMP/OpenACC diagnostic | Tobias Burnus | 4 | -49/+80 |
2019-10-08 | Remove '>>>' merge marker from changelog | Tobias Burnus | 1 | -1/+0 |
2019-10-05 | re PR fortran/47054 (Compilation error when cray pointers are declared in bot... | Steven G. Kargl | 2 | -1/+6 |
2019-10-05 | re PR fortran/91926 (assumed rank optional) | Paul Thomas | 2 | -7/+52 |
2019-10-04 | PR fortran.91959 | Steven G. Kargl | 2 | -27/+38 |
2019-10-04 | [Fortran] Fix column of %C diagnostic location | Tobias Burnus | 2 | -4/+17 |
2019-10-03 | re PR fortran/91497 (-Wconversion warns when doing explicit type conversion) | Steven G. Kargl | 2 | -1/+51 |
2019-10-03 | primary.c (match_real_constant): Remove shadowing local vars. | Bernd Edlinger | 2 | -12/+19 |
2019-10-03 | re PR fortran/84487 (Large rodate section increase in 465.tonto with r254427) | Thomas Koenig | 2 | -1/+11 |
2019-10-03 | Character typenames in errors and warnings | Mark Eggleston | 10 | -45/+164 |
2019-10-02 | re PR fortran/91784 (ICE in gfc_real2complex, at fortran/arith.c:2208) | Steven G. Kargl | 2 | -3/+9 |
2019-10-02 | re PR fortran/91785 (ICE in check_assumed_size_reference, at fortran/resolve.... | Steven G. Kargl | 2 | -0/+8 |
2019-10-02 | re PR fortran/91942 (ICE in match_vtag, at fortran/io.c:1485) | Steven G. Kargl | 2 | -17/+39 |
2019-10-02 | re PR fortran/91943 (ICE in gfc_conv_constant_to_tree, at fortran/trans-const... | Steven G. Kargl | 3 | -0/+33 |
2019-10-02 | module.c (load_commons): Initialize flags to 0 to silecne -Wmaybe-uninitializ... | Jan Hubicka | 2 | -3/+10 |
2019-10-02 | Support OpenMP's use_device_addr in Fortran | Tobias Burnus | 4 | -3/+38 |
2019-10-02 | Improve OMP/ACC error diagnostic in Fortran | Tobias Burnus | 3 | -2/+23 |
2019-10-02 | Fix coding style comment, missed in last commit | Tobias Burnus | 2 | -1/+7 |
2019-10-02 | f95-lang.c (LANG_HOOKS_OMP_IS_OPTIONAL_ARGUMENT): Define to gfc_omp_is_option... | Kwok Cheung Yeung | 5 | -0/+38 |
2019-10-01 | Support prefixes in diagnostic_show_locus | David Malcolm | 2 | -0/+6 |
2019-09-29 | re PR fortran/91641 (ICE in gfc_conv_is_contiguous_expr, at fortran/trans-int... | Steven G. Kargl | 2 | -1/+14 |
2019-09-29 | re PR fortran/91714 (Accepts type statement without delimiter in free form) | Steven G. Kargl | 2 | -2/+26 |
2019-09-29 | re PR fortran/91726 (ICE in gfc_conv_array_ref, at fortran/trans-array.c:3612) | Paul Thomas | 6 | -5/+80 |
2019-09-29 | re PR fortran/91802 (ICE in mio_name_expr_t, at fortran/module.c:2141) | Jerry DeLisle | 2 | -1/+7 |
2019-09-28 | re PR fortran/91802 (ICE in mio_name_expr_t, at fortran/module.c:2141) | Steven G. Kargl | 2 | -0/+14 |
2019-09-28 | re PR fortran/91864 (ICE in gfc_check_do_variable, at fortran/parse.c:4405) | Steven G. Kargl | 3 | -2/+38 |
2019-09-26 | CO_BROADCAST for derived types with allocatable components | Alessandro Fanfarillo | 5 | -58/+260 |
2019-09-25 | Colorize %L and %C text to match diagnostic_show_locus (PR fortran/91426) | David Malcolm | 2 | -8/+54 |
2019-09-23 | re PR fortran/91729 (ICE in gfc_match_select_rank, at fortran/match.c:6586) | Paul Thomas | 2 | -9/+33 |
2019-09-20 | re PR fortran/78260 (ICE in gimplify_expr, at gimplify.c:11939) | Tobias Burnus | 3 | -10/+14 |
2019-09-17 | re PR fortran/91588 (ICE in check_inquiry, at fortran/expr.c:2673) | Paul Thomas | 2 | -34/+55 |
2019-09-15 | re PR fortran/91727 (ICE in conformable_arrays, at fortran/resolve.c:7490) | Steven G. Kargl | 2 | -1/+8 |
2019-09-15 | re PR fortran/91550 (ICE in do_subscript, at fortran/frontend-passes.c:2652) | Thomas Koenig | 3 | -16/+34 |
2019-09-14 | re PR fortran/91557 (Bogus warning about unused dummy argument _formal_*) | Thomas Koenig | 8 | -60/+135 |
2019-09-13 | re PR fortran/91566 (ICE in gfc_constructor_copy, at fortran/constructor.c:103) | Steven G. Kargl | 2 | -2/+13 |
2019-09-13 | re PR fortran/91716 (ICE in output_constant, at varasm.c:5026) | Bernd Edlinger | 2 | -4/+13 |
2019-09-13 | re PR fortran/91717 (ICE on concatenating deferred-length character and chara... | Paul Thomas | 2 | -0/+13 |
2019-09-11 | re PR fortran/91553 (ICE in gfc_real2complex, at fortran/arith.c:2208) | Steven G. Kargl | 2 | -0/+12 |
2019-09-11 | re PR fortran/91642 (ICE: Bad IO basetype (transfer_expr, at fortran/trans-io... | Steven G. Kargl | 2 | -0/+17 |
2019-09-05 | re PR fortran/91496 (!GCC$ directives error if mistyped or unknown) | Harald Anlauf | 2 | -4/+11 |
2019-09-05 | re PR fortran/91660 (Missing error on invalid type declaration) | Steven G. Kargl | 2 | -5/+26 |
2019-09-04 | re PR fortran/91650 (ICE in gfc_conv_constant_to_tree, at fortran/trans-const... | Steven G. Kargl | 2 | -0/+14 |
2019-09-04 | gfortran.texi: Update documentation to catch up with BOZ changes. | Steven G. Kargl | 3 | -35/+24 |
2019-09-02 | re PR fortran/91589 (ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2... | Paul Thomas | 2 | -3/+18 |
2019-09-02 | re PR fortran/91552 (ICE with valid array constructor) | Steven G. Kargl | 2 | -6/+36 |