Age | Commit message (Expand) | Author | Files | Lines |
2020-11-02 | Further improve Fortran column location information [PR92793] | Thomas Schwinge | 1 | -2/+5 |
2020-09-30 | This patch fixes PR97045 - unlimited polymorphic array element selectors. | Paul Thomas | 1 | -1/+22 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-07 | Fortran] PR 92793 - fix column used for error diagnostic | Tobias Burnus | 1 | -5/+17 |
2019-11-12 | Add OpenACC 2.6 `serial' construct support | Maciej W. Rozycki | 1 | -0/+2 |
2019-09-01 | array.c (spec_dimen_size): Check for the presence of expressions for the bounds. | Paul Thomas | 1 | -0/+4 |
2019-08-17 | PR fortran/68401 Improve allocation error message | Janne Blomqvist | 1 | -27/+41 |
2019-08-13 | re PR fortran/90561 (ICE in gimplify_var_or_parm_decl, at gimplify.c:2747) | Thomas Koenig | 1 | -0/+13 |
2019-07-03 | Remove another bunch of dead assignment. | Martin Liska | 1 | -3/+0 |
2019-06-24 | ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P. | Jan Hubicka | 1 | -1/+2 |
2019-05-10 | re PR fortran/90093 (Extended C interop: optional argument incorrectly identi... | Paul Thomas | 1 | -9/+11 |
2019-04-14 | re PR fortran/89843 (CFI_section delivers incorrect result descriptor) | Paul Thomas | 1 | -0/+3 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-09-30 | re PR fortran/70752 (Incorrect LEN for ALLOCATABLE CHARACTER) | Paul Thomas | 1 | -0/+9 |
2018-09-25 | Remove unused functions and fields. | Martin Liska | 1 | -20/+0 |
2018-08-31 | re PR fortran/86328 (Runtime segfault reading an allocatable class(*) object ... | Paul Thomas | 1 | -1/+6 |
2018-01-26 | Partial Failed Images patch | Damian Rouson | 1 | -0/+16 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-08 | PR 82869 Introduce logical_type_node and use it | Janne Blomqvist | 1 | -25/+25 |
2017-11-04 | trans-expr.c (gfc_trans_assignment_1): Character kind conversion may create a... | Andre Vehreschild | 1 | -2/+6 |
2017-09-25 | Remove unnecessary fold_convert in gfc_(un)likely | Janne Blomqvist | 1 | -2/+0 |
2017-09-10 | re PR fortran/34640 (ICE when assigning item of a derived-component to a poin... | Paul Thomas | 1 | -66/+73 |
2017-09-09 | decl.c: Add decl_type_param_list... | Paul Thomas | 1 | -1/+2 |
2017-07-18 | tree-parloops.c (try_transform_to_exit_first_loop_alt): Use TYPE_MAX_VALUE. | Nathan Sidwell | 1 | -7/+7 |
2017-03-06 | re PR fortran/79894 (ICE in gfc_add_modify_loc, at fortran/trans.c:159) | Richard Biener | 1 | -2/+2 |
2017-03-05 | check.c (positive_check): Add new function checking constant for being greate... | Andre Vehreschild | 1 | -0/+4 |
2017-01-07 | re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f... | Andre Vehreschild | 1 | -3/+2 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-09 | trans-array.c (gfc_array_deallocate): Remove wrapper. | Andre Vehreschild | 1 | -35/+63 |
2016-11-30 | libcaf.h: Add new action types for (de-)registration of allocatable component... | Andre Vehreschild | 1 | -57/+141 |
2016-11-10 | omp-low.c (lower_omp_target): Fix up argument to is_reference. | Jakub Jelinek | 1 | -0/+8 |
2016-10-24 | trans-intrinsic.c (gfc_conv_intrinsic_minmax): Use VAR_P (x) instead of TREE_... | Jakub Jelinek | 1 | -4/+3 |
2016-10-23 | re PR fortran/69834 ([OOP] Collision in derived type hashes) | Paul Thomas | 1 | -4/+1 |
2016-10-22 | re PR fortran/43366 ([OOP][F08] Intrinsic assign to polymorphic variable) | Andre Vehreschild | 1 | -14/+2 |
2016-09-19 | libcaf.h: Add caf_reference_type. | Andre Vehreschild | 1 | -14/+46 |
2016-06-19 | Use gfc_add_*_component defines where appropriate | Bernhard Reutner-Fischer | 1 | -2/+2 |
2016-06-16 | Fix code emission for FAIL_ALLOC predictor | Martin Liska | 1 | -6/+4 |
2016-02-27 | Right size for events | Alessandro Fanfarillo | 1 | -1/+1 |
2016-01-15 | re PR fortran/64324 (Deferred character specific functions not permitted in g... | Paul Thomas | 1 | -4/+8 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-09 | trans.c (gfc_allocate_using_lib,gfc_deallocate_with_status): Introducing __as... | Tobias Burnus | 1 | -0/+16 |
2015-12-02 | check.c (gfc_check_event_query): New function. | Tobias Burnus | 1 | -3/+14 |
2015-11-22 | dump-parse-tree.c (show_namespace): Handle declares. | James Norris | 1 | -0/+1 |
2015-11-15 | re PR fortran/50221 (Allocatable string length fails with array assignment) | Paul Thomas | 1 | -2/+18 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -3/+0 |
2015-11-03 | OpenACC atomic directive | Thomas Schwinge | 1 | -0/+1 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -6/+6 |
2015-10-23 | [PATCH 4/9] ENABLE_CHECKING refactoring: Fortran | Mikhail Maltsev | 1 | -4/+2 |
2015-08-31 | re PR fortran/54833 (Don't wrap __builtin_free(a) in if (a != NULL)) | Francois-Xavier Coudert | 1 | -12/+3 |
2015-08-29 | trans.c (gfc_call_malloc, [...]): Simplify code. | Francois-Xavier Coudert | 1 | -34/+12 |