Age | Commit message (Expand) | Author | Files | Lines |
2018-12-09 | re PR fortran/88025 (ICE in gfc_apply_init, at fortran/expr.c:4468) | Steven G. Kargl | 1 | -5/+3 |
2018-11-18 | re PR fortran/70260 (ICE: gimplification failed) | Thomas Koenig | 1 | -2/+26 |
2018-11-01 | re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and... | Paul Thomas | 1 | -12/+155 |
2018-10-28 | re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/... | Thomas Koenig | 1 | -2/+13 |
2018-10-12 | Fix off-by-one issue with inline matmul | Tobias Burnus | 1 | -1/+14 |
2018-10-08 | [Fortran] Disable "Assignment to contiguous pointer from non-contiguous targe... | Cesar Philippidis | 1 | -3/+3 |
2018-09-11 | re PR fortran/87277 (Segfault on using array component of class scalar pointe... | Paul Thomas | 1 | -0/+1 |
2018-09-11 | re PR fortran/86830 (Contiguous array pointer function result not recognized ... | Janus Weil | 1 | -8/+5 |
2018-07-05 | re PR fortran/83183 (Out of memory with option -finit-derived) | Fritz Reese | 1 | -25/+48 |
2018-07-02 | re PR fortran/45305 (Array-valued calles to elementals are not simplified) | Paul Thomas | 1 | -5/+30 |
2018-06-25 | Fix -finit-derived for c_ptr and c_funptr in programs which use | Fritz Reese | 1 | -1/+31 |
2018-06-12 | re PR fortran/44491 (Diagnostic just shows "<During initialization>" instead ... | Steven G. Kargl | 1 | -1/+4 |
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 |