Age | Commit message (Expand) | Author | Files | Lines |
2019-05-29 | re PR fortran/90329 (Incompatibility between gfortran and C lapack calls) | Jakub Jelinek | 1 | -0/+1 |
2019-05-10 | re PR fortran/61968 (ICE (assembly failure) due to wrongly generating a vtabl... | Thomas Koenig | 1 | -1/+2 |
2019-03-24 | re PR fortran/78865 (ICE in create_tmp_var, at gimple-expr.c:473) | Thomas Koenig | 1 | -4/+6 |
2019-03-12 | Replace can't in error messages for Fortran. | Martin Liska | 1 | -1/+1 |
2019-01-29 | re PR fortran/57048 (Handling of C_PTR and C_FUNPTR leads to reject valid) | Thomas Koenig | 1 | -0/+10 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-09-20 | gfortran.h (gfc_str_startswith): New macro. | Janus Weil | 1 | -2/+2 |
2018-08-14 | re PR fortran/86116 (Ambiguous generic interface not recognised) | Janus Weil | 1 | -3/+11 |
2018-08-04 | re PR fortran/45521 ([F08] GENERIC resolution with ALLOCATABLE/POINTER and PR... | Janus Weil | 1 | -1/+10 |
2018-06-24 | re PR fortran/85983 (ICE in check_dtio_interface1, at fortran/interface.c:4748) | Jerry DeLisle | 1 | -1/+0 |
2018-06-11 | re PR fortran/45521 ([F08] GENERIC resolution with ALLOCATABLE/POINTER and PR... | Janus Weil | 1 | -4/+22 |
2018-03-21 | re PR fortran/85001 (ICE in gfc_build_array_type, at fortran/trans-types.c:1420) | Steven G. Kargl | 1 | -1/+1 |
2018-02-23 | re PR fortran/84346 (Statement functions should not accept keywords) | Steven G. Kargl | 1 | -0/+7 |
2018-02-15 | re PR fortran/84409 ([F03] check DTIO arguments for character len) | Janus Weil | 1 | -1/+5 |
2018-02-11 | re PR fortran/54223 (Statement function statement with dummy arguments that a... | Steven G. Kargl | 1 | -10/+15 |
2018-01-16 | re PR fortran/82257 (f951: Internal compiler error segmentation fault) | Louis Krupp | 1 | -2/+6 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-17 | Support -std=f2018 | Janne Blomqvist | 1 | -1/+1 |
2017-11-09 | re PR fortran/78814 (ICE in symbol_rank, at fortran/interface.c:1265) | Steven G. Kargl | 1 | -2/+7 |
2017-10-19 | Derive interface buffers from max name length | Bernhard Reutner-Fischer | 1 | -3/+3 |
2017-10-19 | Use Levenshtein spelling suggestions in Fortran FE | Bernhard Reutner-Fischer | 1 | -9/+63 |
2017-09-29 | re PR fortran/25071 (dummy argument larger than actual argument) | Dominique d'Humieres | 1 | -5/+14 |
2017-09-09 | decl.c: Add decl_type_param_list... | Paul Thomas | 1 | -1/+2 |
2017-07-23 | fortran: fix pair_cmp qsort comparator | Alexander Monakov | 1 | -1/+3 |
2017-03-22 | re PR fortran/79602 (translation: globally replace '%s' with %qs) | Dominique d'Humieres | 1 | -3/+3 |
2017-02-25 | re PR fortran/79597 (Incomplete error message "Expecting %<END INTERFACE OPER... | Dominique d'Humieres | 1 | -3/+3 |
2017-02-20 | re PR fortran/79599 (typo in diagnostic gfc_error ("DTIO dummy argument at %L... | Paul Thomas | 1 | -2/+2 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-27 | gfortran.h (gfc_error): Rename overload with OPT argument to... | Jakub Jelinek | 1 | -29/+21 |
2016-12-18 | re PR fortran/78592 (ICE in gfc_find_specific_dtio_proc, at fortran/interface... | Janus Weil | 1 | -9/+11 |
2016-12-15 | re PR fortran/78798 ([cleanup] some int-valued functions should be bool) | Janus Weil | 1 | -178/+175 |
2016-12-15 | re PR fortran/78800 ([OOP] ICE in compare_parameter, at fortran/interface.c:2... | Janus Weil | 1 | -9/+10 |
2016-12-14 | re PR fortran/78672 (Gfortran test suite failures with a sanitized compiler) | Andre Vehreschild | 1 | -31/+38 |
2016-12-13 | re PR fortran/78737 ([OOP] linking error with deferred, undefined user-define... | Janus Weil | 1 | -11/+21 |
2016-11-30 | re PR fortran/78592 (ICE in gfc_find_specific_dtio_proc, at fortran/interface... | Janus Weil | 1 | -7/+7 |
2016-11-25 | re PR fortran/60853 ([OOP] Failure to disambiguate generic with unlimited pol... | Janus Weil | 1 | -9/+1 |
2016-11-24 | re PR fortran/78500 (ICE in gfc_check_vardef_context, at fortran/expr.c:5289) | Steven G. Kargl | 1 | -1/+1 |
2016-11-10 | Fix some whitespace. | Fritz O. Reese | 1 | -32/+32 |
2016-11-09 | [multiple changes] | Janus Weil | 1 | -0/+2 |
2016-11-02 | New warning -Wargument-mismatch for function argument mismatches. | Fritz O. Reese | 1 | -11/+17 |
2016-10-24 | re PR fortran/71895 (ICE in gfc_compare_derived_types, at fortran/interface.c... | Steven G. Kargl | 1 | -1/+2 |
2016-10-07 | Fix ICE due to map typespecs with different sized charlens being copied. | Fritz Reese | 1 | -0/+11 |
2016-10-07 | re PR fortran/77406 (ICE in generic_correspondence, at fortran/interface.c:1123) | Steven G. Kargl | 1 | -7/+18 |
2016-10-05 | Fix ICE due to comparison between UNION components. | Fritz Reese | 1 | -5/+12 |
2016-09-30 | Fix ICE for maps with zero components. | Fritz Reese | 1 | -4/+15 |
2016-09-30 | Fix ICE caused by union types comparing equal to structures. | Fritz Reese | 1 | -0/+4 |
2016-09-27 | auto-inc-dec.c (try_merge): Remove break after return. | Jakub Jelinek | 1 | -3/+0 |
2016-09-26 | re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO)) | Paul Thomas | 1 | -0/+3 |
2016-09-22 | re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO)) | Paul Thomas | 1 | -1/+3 |
2016-09-22 | interface.c (check_dtio_interface1): Introduce errors for alternate returns a... | Paul Thomas | 1 | -2/+38 |