Age | Commit message (Expand) | Author | Files | Lines |
2018-06-28 | re PR fortran/82865 (Option -fdec collides with PDT) | Fritz Reese | 2 | -32/+39 |
2018-06-28 | Makefile.in: Add opt-suggestions.o. | Martin Liska | 2 | -0/+5 |
2018-06-25 | Fix -finit-derived for c_ptr and c_funptr in programs which use | Fritz Reese | 2 | -1/+41 |
2018-06-24 | re PR fortran/85983 (ICE in check_dtio_interface1, at fortran/interface.c:4748) | Jerry DeLisle | 2 | -1/+5 |
2018-06-22 | re PR fortran/86281 (SEGV in fortran/resolve.c:resolve_function) | Paul Thomas | 2 | -0/+8 |
2018-06-21 | re PR fortran/49630 ([OOP] ICE on obsolescent deferred-length type bound char... | Paul Thomas | 3 | -4/+26 |
2018-06-21 | re PR fortran/83118 (Bad intrinsic assignment of class(*) array component of ... | Paul Thomas | 4 | -3/+49 |
2018-06-20 | Update OpenACC data clause semantics to the 2.5 behavior | Chung-Lin Tang | 4 | -49/+89 |
2018-06-18 | tree.c (decl_value_expr_lookup): Revert latest change. | Eric Botcazou | 2 | -11/+17 |
2018-06-17 | Remove superfluous prefix | Eric Botcazou | 1 | -1/+1 |
2018-06-17 | gimplify.c (nonlocal_vlas): Delete. | Eric Botcazou | 2 | -67/+22 |
2018-06-13 | re PR fortran/86110 (ICE in gfc_resolve_character_array_constructor, at fortr... | Steven G. Kargl | 2 | -0/+8 |
2018-06-13 | re PR fortran/85703 ([openacc] ICE in resolve_fntype, at fortran/resolve.c:16... | Cesar Philippidis | 2 | -0/+11 |
2018-06-13 | re PR fortran/85702 ([openacc] ICE in gfc_format_decoder, at fortran/error.c:... | Cesar Philippidis | 2 | -2/+6 |
2018-06-12 | spellcheck: support transpositions aka Damerau-Levenshtein (PR other/69968) | David Malcolm | 2 | -2/+8 |
2018-06-12 | re PR fortran/44491 (Diagnostic just shows "<During initialization>" instead ... | Steven G. Kargl | 2 | -1/+9 |
2018-06-11 | re PR fortran/45521 ([F08] GENERIC resolution with ALLOCATABLE/POINTER and PR... | Janus Weil | 2 | -4/+28 |
2018-06-10 | gfortran.h (gfc_expr): Add no_bounds_check field. | Thomas Koenig | 5 | -13/+62 |
2018-06-10 | re PR fortran/79854 (diagnostics: gfc_conv_constant_to_tree should be gfc_int... | Dominique d'Humieres | 2 | -4/+7 |
2018-06-10 | re PR fortran/85088 (improve diagnostic for bad INTENT declaration ('Invalid ... | Janus Weil | 3 | -11/+23 |
2018-06-09 | re PR fortran/38351 (Poor error message for rank mismatch in operator args) | Steven G. Kargl | 2 | -1/+13 |
2018-06-09 | re PR fortran/85138 (ICE with generic function) | Steven G. Kargl | 2 | -6/+24 |
2018-06-09 | re PR fortran/78278 (ICE in gfc_wide_memset, at fortran/scanner.c:153) | Steven G. Kargl | 2 | -16/+21 |
2018-06-09 | re PR fortran/63514 (functions containing volatile are considered pure) | Steven G. Kargl | 2 | -0/+19 |
2018-06-08 | re PR fortran/85631 (Runtime error message array bound mismatch with nonzero ... | Thomas Koenig | 4 | -9/+22 |
2018-06-08 | re PR fortran/86059 (ICE in reduce_binary_ac, at fortran/arith.c:1308 (and ot... | Steven G. Kargl | 2 | -0/+15 |
2018-06-08 | re PR fortran/78571 (ICE in create_character_initializer, at fortran/data.c:191) | Steven G. Kargl | 2 | -1/+10 |
2018-06-07 | re PR fortran/86045 (ICE in reduce_binary_ac, at fortran/arith.c:1308) | Steven G. Kargl | 2 | -18/+29 |
2018-06-06 | re PR fortran/85641 (ICE with string concatenate) | Thomas Koenig | 2 | -0/+12 |
2018-06-05 | re PR fortran/85701 ([openacc] ICE in mark_scope_block_unused, at tree-ssa-li... | Cesar Philippidis | 2 | -0/+13 |
2018-06-04 | re PR fortran/85981 (ICE in gfc_trans_string_copy, at fortran/trans-expr.c:6539) | Steven G. Kargl | 2 | -2/+13 |
2018-06-03 | re PR fortran/36497 (USE association, cray pointers and error checking) | Paul Thomas | 2 | -8/+12 |
2018-06-01 | re PR fortran/63570 ([F2018] Implement 13.7.137 RANDOM INIT (REPEATABLE, IMAG... | Steven G. Kargl | 10 | -2/+176 |
2018-05-27 | decl.c (match_data_constant): Fortran 2018 allows pointer initialization in a... | Steven G. Kargl | 2 | -1/+19 |
2018-05-25 | re PR fortran/85839 ([F2018] warn for obsolescent features) | Janus Weil | 4 | -0/+28 |
2018-05-25 | re PR fortran/85543 (ICE in update_current_proc_array_outer_dependency, at fo... | Steven G. Kargl | 2 | -2/+8 |
2018-05-24 | re PR fortran/85780 (ICE in resolve_fl_procedure, at fortran/resolve.c:12504) | Steven G. Kargl | 2 | -1/+6 |
2018-05-24 | re PR fortran/85779 (ICE in gfc_typename, at fortran/misc.c:156) | Steven G. Kargl | 2 | -2/+11 |
2018-05-24 | re PR fortran/85895 (ICE in gfc_conv_array_ref, at fortran/trans-array.c:3518) | Steven G. Kargl | 2 | -0/+8 |
2018-05-22 | re PR fortran/85841 ([F2018] reject deleted features) | Janus Weil | 13 | -103/+110 |
2018-05-21 | re PR fortran/85841 ([F2018] reject deleted features) | Janus Weil | 6 | -71/+97 |
2018-05-20 | re PR fortran/82275 (gfortran rejects valid & accepts invalid reference to di... | Paul Thomas | 1 | -3/+17 |
2018-05-20 | re PR fortran/80657 (Loop in character function declaration) | Paul Thomas | 1 | -2/+9 |
2018-05-20 | re PR fortran/49636 ([F03] ASSOCIATE construct confused with slightly complic... | Paul Thomas | 5 | -18/+29 |
2018-05-20 | re PR fortran/82923 (Automatic allocation of deferred length character using ... | Paul Thomas | 2 | -6/+27 |
2018-05-19 | re PR fortran/82923 (Automatic allocation of deferred length character using ... | Paul Thomas | 2 | -0/+13 |
2018-05-13 | re PR fortran/63529 (Bad error and ICE with Cray Pointers in Modules) | Steven G. Kargl | 2 | -4/+12 |
2018-05-13 | re PR fortran/85742 (sizeof allocatable arrays returning wrong value) | Paul Thomas | 2 | -6/+18 |
2018-05-13 | gfortran.h: Remove prototype. | Steven G. Kargl | 3 | -17/+5 |
2018-05-11 | re PR fortran/85542 (ICE in check_inquiry, at fortran/expr.c:2426) | Steven G. Kargl | 2 | -1/+6 |