Age | Commit message (Expand) | Author | Files | Lines |
2018-05-11 | re PR fortran/85542 (ICE in check_inquiry, at fortran/expr.c:2426) | Steven G. Kargl | 1 | -1/+1 |
2018-03-24 | re PR fortran/70068 (ICE: out of memory on involving empty substring) | Thomas Koenig | 1 | -6/+9 |
2018-03-06 | re PR fortran/84697 (minloc/maxloc not simplified with zero size) | Thomas Koenig | 1 | -0/+16 |
2018-01-26 | Partial Failed Images patch | Damian Rouson | 1 | -1/+19 |
2018-01-22 | PR 78534, 83704 Large character lengths | Janne Blomqvist | 1 | -9/+4 |
2018-01-18 | re PR fortran/83864 (ICE in gfc_apply_init, at fortran/expr.c:4271) | Harald Anlauf | 1 | -1/+1 |
2018-01-09 | re PR fortran/83742 (ICE in gfc_is_simply_contiguous, at fortran/expr.c:5323) | Steven G. Kargl | 1 | -8/+8 |
2018-01-08 | expr.c (gfc_check_pointer_assign): Fix typo in comment. | Steven G. Kargl | 1 | -1/+1 |
2018-01-05 | PR 78534 Change character length from int to size_t | Janne Blomqvist | 1 | -9/+67 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-27 | 2017_12_27 Louis Krupp <louis.krupp@zoho.com> | Louis Krupp | 1 | -0/+1 |
2017-11-19 | re PR fortran/78990 (ICE when assigning polymorphic array function result) | Paul Thomas | 1 | -2/+3 |
2017-11-18 | re PR fortran/83012 (Simply contiguous pointer function not recognized as con... | Thomas Koenig | 1 | -2/+25 |
2017-11-11 | re PR fortran/82886 (ICE with -finit-derived in gfc_conv_expr, at fortran/tra... | Fritz Reese | 1 | -10/+32 |
2017-10-07 | re PR fortran/49232 (Pointer assignment of stride to CONTIGUOUS pointer not d... | Thomas Koenig | 1 | -0/+8 |
2017-09-24 | re PR fortran/80118 (ICE with zero size parameter array) | Thomas Koenig | 1 | -1/+5 |
2017-09-12 | re PR fortran/82173 ([meta-bug] Parameterized derived type errors) | Paul Thomas | 1 | -1/+15 |
2017-09-10 | re PR fortran/34640 (ICE when assigning item of a derived-component to a poin... | Paul Thomas | 1 | -0/+5 |
2017-09-09 | decl.c: Add decl_type_param_list... | Paul Thomas | 1 | -0/+100 |
2017-08-28 | re PR fortran/81770 (Bogus warning: Pointer in pointer assignment might outli... | Janus Weil | 1 | -1/+2 |
2017-08-01 | re PR fortran/53542 (Diagnostic of USE-associated variables shows original in... | Dominique d'Humieres | 1 | -1/+1 |
2017-06-04 | i386.c (make_resolver_func): Update. | Jan Hubicka | 1 | -1/+1 |
2017-05-17 | re PR fortran/80668 (wrong error message with -finit-derived) | Fritz Reese | 1 | -2/+6 |
2017-05-15 | re PR fortran/80752 (ICE with wrong type initialization) | Steven G. Kargl | 1 | -1/+6 |
2017-04-10 | re PR fortran/80046 ([F03] Explicit interface required: pointer argument) | Janus Weil | 1 | -13/+29 |
2017-03-22 | re PR fortran/79602 (translation: globally replace '%s' with %qs) | Dominique d'Humieres | 1 | -3/+3 |
2017-01-21 | gfortran.h (gfc_extract_int): Change return type to bool. | Jakub Jelinek | 1 | -9/+25 |
2017-01-13 | Revert r244448 | Janne Blomqvist | 1 | -35/+7 |
2017-01-13 | PR 78534 Change character length from int to size_t | Janne Blomqvist | 1 | -7/+35 |
2017-01-07 | re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f... | Andre Vehreschild | 1 | -3/+14 |
2017-01-03 | PR 78534 Revert r244011 | Janne Blomqvist | 1 | -35/+7 |
2017-01-03 | PR 78534 Change character length from int to size_t | Janne Blomqvist | 1 | -7/+35 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-13 | re PR fortran/78798 ([cleanup] some int-valued functions should be bool) | Janus Weil | 1 | -12/+11 |
2016-12-12 | re PR fortran/78392 (ICE in gfc_trans_auto_array_allocation, at fortran/trans... | Janus Weil | 1 | -23/+5 |
2016-12-03 | expr.c (gfc_build_conversion): Remove unneeded initialization. | Steven G. Kargl | 1 | -2/+0 |
2016-12-02 | [multiple changes] | Janus Weil | 1 | -3/+3 |
2016-11-24 | re PR fortran/78500 (ICE in gfc_check_vardef_context, at fortran/expr.c:5289) | Steven G. Kargl | 1 | -1/+2 |
2016-11-22 | re PR fortran/78479 (ICE in gfc_apply_init, at fortran/expr.c:4135) | Steven G. Kargl | 1 | -1/+6 |
2016-11-09 | [multiple changes] | Janus Weil | 1 | -5/+5 |
2016-11-08 | re PR fortran/68440 ([OOP] ICE on declaring class variable with wrong attribute) | Janus Weil | 1 | -1/+1 |
2016-11-08 | re PR fortran/77596 ([F03] procedure pointer component with implicit interfac... | Janus Weil | 1 | -9/+18 |
2016-11-07 | re PR fortran/78226 (Fill out location information everywhere) | Thomas Koenig | 1 | -0/+1 |
2016-11-06 | allocate_with_source_14.f03: Fixed number mallocs occuring. | Andre Vehreschild | 1 | -1/+23 |
2016-10-27 | Fix initialization of UNIONs with -finit-derived. | Fritz Reese | 1 | -0/+91 |
2016-10-25 | re PR fortran/45516 ([F08] allocatable compontents of recursive type) | Paul Thomas | 1 | -7/+8 |
2016-09-19 | libcaf.h: Add caf_reference_type. | Andre Vehreschild | 1 | -3/+10 |
2016-08-15 | lang.opt, [...]: New flag -finit-derived. | Fritz Reese | 1 | -12/+267 |
2016-07-22 | expr.c (gfc_find_stat_co): Fixed whitespaces. | Andre Vehreschild | 1 | -3/+3 |
2016-07-05 | Second review of STAT= patch + tests | Alessandro Fanfarillo | 1 | -0/+17 |