Age | Commit message (Expand) | Author | Files | Lines |
2019-02-23 | re PR fortran/89385 (Incorrect members of C descriptor for an allocatable obj... | Paul Thomas | 1 | -6/+7 |
2019-02-18 | Support if statement in !GCC$ builtin directive. | Martin Liska | 1 | -5/+16 |
2019-02-17 | re PR fortran/89077 (ICE using * as len specifier for character parameter) | Harald Anlauf | 1 | -0/+8 |
2019-02-04 | re PR fortran/89077 (ICE using * as len specifier for character parameter) | Harald Anlauf | 1 | -1/+1 |
2019-01-25 | re PR fortran/85780 (ICE in resolve_fl_procedure, at fortran/resolve.c:12504) | Steven G. Kargl | 1 | -2/+16 |
2019-01-11 | re PR fortran/35031 (ELEMENTAL procedure with BIND(C)) | Steven G. Kargl | 1 | -3/+13 |
2019-01-10 | re PR fortran/86322 (ICE in reference_record with data statement) | Steven G. Kargl | 1 | -1/+25 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -3/+3 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-22 | re PR fortran/85798 (ICE in get_array_index, at fortran/data.c:69) | Steven G. Kargl | 1 | -0/+25 |
2018-12-16 | decl.c (variable_decl): Typo fixes. | Steven G. Kargl | 1 | -2/+2 |
2018-12-16 | re PR fortran/87994 (ICE in match_data_constant, at fortran/decl.c:399) | Steven G. Kargl | 1 | -0/+8 |
2018-12-15 | re PR fortran/88138 (ICE in gfc_arith_concat, at fortran/arith.c:1007) | Steven G. Kargl | 1 | -0/+16 |
2018-12-09 | 20180-12-08 Steven G. Kargl <kargl@gcc.gnu.org> | Steven G. Kargl | 1 | -0/+8 |
2018-11-27 | Support simd function declarations via a pre-include. | Martin Liska | 1 | -0/+41 |
2018-11-02 | re PR fortran/46020 (Improve error string for BIND(C) diagnostic for len>1 ch... | Thomas Koenig | 1 | -1/+1 |
2018-11-01 | re PR fortran/46020 (Improve error string for BIND(C) diagnostic for len>1 ch... | Thomas Koenig | 1 | -2/+2 |
2018-10-12 | Fix error-recovery ICE in check_proc_interface | Tobias Burnus | 1 | -17/+37 |
2018-09-25 | Fix small coding style issues (PR fortran/87394). | Martin Liska | 1 | -1/+1 |
2018-09-20 | gfortran.h (gfc_str_startswith): New macro. | Janus Weil | 1 | -2/+2 |
2018-09-10 | re PR fortran/85395 ([F03] private clause contained in derived type acquires ... | Janus Weil | 1 | -1/+2 |
2018-08-22 | re PR fortran/86888 ([F08] allocatable components of indirectly recursive type) | Janus Weil | 1 | -2/+1 |
2018-07-16 | Fix handling of invalid assumed-shape/size arrays in legacy initializer lists. | Fritz Reese | 1 | -27/+36 |
2018-06-28 | re PR fortran/82865 (Option -fdec collides with PDT) | Fritz Reese | 1 | -32/+34 |
2018-06-10 | re PR fortran/85088 (improve diagnostic for bad INTENT declaration ('Invalid ... | Janus Weil | 1 | -10/+13 |
2018-06-09 | re PR fortran/85138 (ICE with generic function) | Steven G. Kargl | 1 | -6/+16 |
2018-06-03 | re PR fortran/36497 (USE association, cray pointers and error checking) | Paul Thomas | 1 | -7/+6 |
2018-05-27 | decl.c (match_data_constant): Fortran 2018 allows pointer initialization in a... | Steven G. Kargl | 1 | -1/+14 |
2018-05-24 | re PR fortran/85779 (ICE in gfc_typename, at fortran/misc.c:156) | Steven G. Kargl | 1 | -2/+6 |
2018-05-22 | re PR fortran/85841 ([F2018] reject deleted features) | Janus Weil | 1 | -6/+5 |
2018-04-24 | re PR fortran/85520 (Out of memory when declaring a character with len << 0) | Steven G. Kargl | 1 | -1/+5 |
2018-04-02 | re PR fortran/85102 (ICE in gfc_conv_intrinsic_dot_product, at fortran/trans-... | Thomas Koenig | 1 | -0/+27 |
2018-03-24 | re PR fortran/42651 (Functions with result: Wrongly accepts attributes to fun... | Steven G. Kargl | 1 | -1/+13 |
2018-03-22 | re PR fortran/84922 (fortran reports inconsistency in rank of arguments in in... | Steven G. Kargl | 1 | -9/+20 |
2018-03-18 | re PR fortran/77414 (ICE in create_function_arglist, at fortran/trans-decl.c:... | Steven G. Kargl | 1 | -9/+16 |
2018-03-18 | re PR fortran/65453 (ICE in build_function_decl, at fortran/trans-decl.c:2001) | Steven G. Kargl | 1 | -0/+6 |
2018-03-16 | re PR fortran/69395 (ICE on declaring array with more than 7 dimensions+codim... | Steven G. Kargl | 1 | -1/+1 |
2018-03-16 | re PR fortran/78741 (ICE in gfc_get_symbol_decl, at fortran/trans-decl.c:1534) | Steven G. Kargl | 1 | -1/+6 |
2018-03-16 | re PR fortran/69395 (ICE on declaring array with more than 7 dimensions+codim... | Steven G. Kargl | 1 | -7/+27 |
2018-03-08 | re PR fortran/64124 ([F95] Valid constant expr rejected) | Steven G. Kargl | 1 | -1/+18 |
2018-02-25 | re PR fortran/83633 (gfortran internal compiler error for explicit-shape arra... | Steven G. Kargl | 1 | -1/+48 |
2018-02-24 | re PR fortran/30792 (DATA implied-do substring allowed with -std=f95/f2003) | Steven G. Kargl | 1 | -0/+14 |
2018-02-16 | re PR fortran/84354 (Replace '%qs' with %qs in fortran/decl.c) | Dominique d'Humieres | 1 | -3/+3 |
2018-01-27 | re PR fortran/84065 (string_1.f90 fails since r256944) | Jakub Jelinek | 1 | -13/+23 |
2018-01-23 | re PR fortran/83866 (ICE in gfc_release_symbol, at fortran/symbol.c:3087) | Paul Thomas | 1 | -1/+4 |
2018-01-22 | PR 78534, 83704 Large character lengths | Janne Blomqvist | 1 | -8/+9 |
2018-01-17 | re PR fortran/83874 (ICE initializing character array from derived type) | Harald Anlauf | 1 | -1/+1 |
2018-01-08 | re PR fortran/83611 ([PDT] Assignment of parameterized types causes double fr... | Paul Thomas | 1 | -0/+6 |
2018-01-05 | PR 78534 Change character length from int to size_t | Janne Blomqvist | 1 | -6/+6 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |