Age | Commit message (Expand) | Author | Files | Lines |
2016-12-18 | re PR fortran/78545 (Possible correction to online LTIME documentation) | Dominique d'Humieres | 2 | -9/+34 |
2016-12-18 | re PR fortran/78848 ([OOP] ICE on writing CLASS variable with non-typebound D... | Janus Weil | 2 | -26/+30 |
2016-12-18 | re PR fortran/78592 (ICE in gfc_find_specific_dtio_proc, at fortran/interface... | Janus Weil | 2 | -12/+18 |
2016-12-17 | re PR fortran/78239 (ICE in char_len_param_value, at fortran/decl.c:926, with... | Thomas Koenig | 2 | -2/+10 |
2016-12-17 | re PR fortran/78239 (ICE in char_len_param_value, at fortran/decl.c:926, with... | Thomas Koenig | 1 | -0/+6 |
2016-12-16 | re PR fortran/78662 ([F03] Incorrect parsing of quotes in the char-literal-co... | Jerry DeLisle | 2 | -1/+7 |
2016-12-16 | re PR fortran/78757 (ICE with function returning a pointer to a character) | Jakub Jelinek | 2 | -0/+19 |
2016-12-15 | re PR fortran/78798 ([cleanup] some int-valued functions should be bool) | Janus Weil | 3 | -183/+205 |
2016-12-15 | re PR fortran/78800 ([OOP] ICE in compare_parameter, at fortran/interface.c:2... | Janus Weil | 2 | -9/+19 |
2016-12-14 | Split omp-low into multiple files | Martin Jambor | 2 | -1/+6 |
2016-12-14 | re PR fortran/78780 ([Coarray] ICE in conv_caf_send, at fortran/trans-intrins... | Andre Vehreschild | 2 | -4/+19 |
2016-12-14 | re PR fortran/78672 (Gfortran test suite failures with a sanitized compiler) | Andre Vehreschild | 9 | -40/+76 |
2016-12-13 | re PR fortran/78798 ([cleanup] some int-valued functions should be bool) | Janus Weil | 5 | -29/+35 |
2016-12-13 | re PR fortran/77785 ([Coarray] ICE in gfc_get_caf_token_offset, at fortran/tr... | Andre Vehreschild | 3 | -2/+12 |
2016-12-13 | re PR fortran/78737 ([OOP] linking error with deferred, undefined user-define... | Janus Weil | 4 | -18/+62 |
2016-12-12 | re PR fortran/78392 (ICE in gfc_trans_auto_array_allocation, at fortran/trans... | Janus Weil | 3 | -25/+16 |
2016-12-10 | re PR fortran/78226 (Fill out location information everywhere) | Thomas Koenig | 4 | -0/+85 |
2016-12-10 | re PR fortran/78350 (ICE in gfc_code2string(): Bad code, at fortran/misc.c:193) | Paul Thomas | 2 | -23/+10 |
2016-12-09 | re PR fortran/77903 ([F08] gfortran 6.1.0/7.0.0 accept invalid code with conf... | Paul Thomas | 5 | -28/+41 |
2016-12-09 | re PR fortran/61767 ([OOP] ICE in generate_finalization_wrapper at fortran/cl... | Janus Weil | 2 | -14/+19 |
2016-12-09 | re PR fortran/78505 ([F08] Coarray source allocation not synchronizing on ove... | Andre Vehreschild | 2 | -3/+28 |
2016-12-09 | trans-array.c (gfc_array_deallocate): Remove wrapper. | Andre Vehreschild | 8 | -273/+221 |
2016-12-09 | re PR fortran/44265 (Link error with reference to parameter array in specific... | Paul Thomas | 6 | -12/+150 |
2016-12-08 | re PR fortran/65173 (ICE while compiling wrong code) | Steven G. Kargl | 4 | -48/+22 |
2016-12-06 | re PR fortran/78659 ([F03] Spurious "requires DTIO" reported against namelist... | Jerry DeLisle | 2 | -9/+6 |
2016-12-06 | re PR fortran/78226 (Fill out location information everywhere) | Andre Vehreschild | 2 | -0/+23 |
2016-12-05 | diagnostic.c (diagnostic_check_max_errors): New, broken out of ... | Nathan Sidwell | 2 | -0/+7 |
2016-12-04 | re PR fortran/78618 (ICE in gfc_check_rank, at fortran/check.c:3670) | Janus Weil | 2 | -2/+14 |
2016-12-03 | re PR fortran/43207 ([OOP] invalid (pointer) assignment to and from abstract ... | Janus Weil | 2 | -1/+15 |
2016-12-03 | re PR fortran/42188 ([OOP] F03:C612. The leftmost part-name shall be the name... | Janus Weil | 2 | -0/+15 |
2016-12-03 | re PR fortran/58175 ([OOP] Incorrect warning message on scalar finalizer) | Janus Weil | 2 | -1/+6 |
2016-12-03 | expr.c (gfc_build_conversion): Remove unneeded initialization. | Steven G. Kargl | 1 | -2/+0 |
2016-12-02 | simplify.c (gfc_convert_char_constant): Free result on error. | Steven G. Kargl | 2 | -0/+5 |
2016-12-02 | [multiple changes] | Janus Weil | 3 | -4/+11 |
2016-12-01 | re PR fortran/77505 (Negative character length not treated as LEN=0) | Elizebeth Punnoose | 2 | -0/+31 |
2016-12-01 | re PR fortran/78279 (ICE in identical_array_ref, at fortran/dependency.c:104) | Steven G. Kargl | 2 | -1/+9 |
2016-11-30 | libcaf.h: Add new action types for (de-)registration of allocatable component... | Andre Vehreschild | 14 | -227/+960 |
2016-11-30 | re PR fortran/78593 (ICE in gfc_match_varspec, at fortran/primary.c:2053) | Janus Weil | 2 | -1/+6 |
2016-11-30 | re PR fortran/78592 (ICE in gfc_find_specific_dtio_proc, at fortran/interface... | Janus Weil | 2 | -7/+13 |
2016-11-30 | re PR fortran/78573 ([OOP] ICE in resolve_component, at fortran/resolve.c:13405) | Janus Weil | 2 | -11/+11 |
2016-11-29 | [multiple changes] | Janus Weil | 2 | -1/+9 |
2016-11-27 | re PR fortran/78474 ([F08] gfortran accepts invalid submodule syntax) | Paul Thomas | 2 | -4/+28 |
2016-11-25 | For typo in documentation wrt. C_PTRDIFF_T constant | Janne Blomqvist | 2 | -1/+6 |
2016-11-25 | re PR fortran/60853 ([OOP] Failure to disambiguate generic with unlimited pol... | Janus Weil | 2 | -9/+7 |
2016-11-25 | [multiple changes] | Paul Thomas | 3 | -12/+32 |
2016-11-24 | re PR fortran/78500 (ICE in gfc_check_vardef_context, at fortran/expr.c:5289) | Steven G. Kargl | 3 | -2/+9 |
2016-11-23 | re PR fortran/78297 (ICE in finish_equivalences, at fortran/trans-common.c:1246) | Steven G. Kargl | 2 | -2/+11 |
2016-11-23 | backport: hsa-builtins.def: New file. | Martin Jambor | 2 | -0/+15 |
2016-11-22 | re PR fortran/78479 (ICE in gfc_apply_init, at fortran/expr.c:4135) | Steven G. Kargl | 2 | -1/+11 |
2016-11-22 | re PR fortran/78443 ([OOP] Incorrect behavior with non_overridable keyword) | Janus Weil | 2 | -1/+7 |