Age | Commit message (Expand) | Author | Files | Lines |
2022-01-09 | Fortran: reject invalid non-constant pointer initialization targets | Harald Anlauf | 1 | -0/+34 |
2022-01-03 | Fortran: Fix array copy-in/copy-out for BIND(C) functions [PR103390] | Sandra Loosemore | 1 | -2/+10 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-29 | Fortran: avoid several NULL pointer dereferences during error recovery | Harald Anlauf | 1 | -1/+2 |
2021-12-10 | Fortran: fix check for pointer dummy arguments with INTENT(IN) | Harald Anlauf | 1 | -3/+6 |
2021-12-03 | Fortran: improve checking of array specifications | Harald Anlauf | 1 | -0/+25 |
2021-11-09 | Fortran: Fix memory leak in finalization wrappers [PR68800] | Bernhard Reutner-Fischer | 1 | -1/+1 |
2021-11-05 | Fortran: fix simplification of array-valued parameter expressions | Harald Anlauf | 1 | -0/+2 |
2021-11-05 | Fortran: Delete unused decl in gfortran.h | Bernhard Reutner-Fischer | 1 | -10/+10 |
2021-10-27 | Fortran: make some trans* functions static | Bernhard Reutner-Fischer | 1 | -1/+1 |
2021-10-20 | Fortran: Fixes and additional tests for shape/ubound/size [PR94070] | Sandra Loosemore | 1 | -1/+2 |
2021-10-18 | Fortran: Fix Bind(C) Array-Descriptor Conversion | Tobias Burnus | 1 | -3/+5 |
2021-09-30 | Fortran: fix reference to Fortran standard in comment | Harald Anlauf | 1 | -1/+1 |
2021-09-24 | Fortran - improve checking for intrinsics allowed in constant expressions | Harald Anlauf | 1 | -0/+32 |
2021-09-13 | Fortran - fix handling of substring start and end indices | Harald Anlauf | 1 | -2/+2 |
2021-09-07 | Fortran - improve error recovery determining array element from constructor | Harald Anlauf | 1 | -4/+3 |
2021-07-28 | Fortran: ICE in resolve_allocate_deallocate for invalid STAT argument | Harald Anlauf | 1 | -0/+10 |
2021-06-16 | Fortran - ICE in gfc_check_do_variable, at fortran/parse.c:4446 | Harald Anlauf | 1 | -0/+3 |
2021-06-16 | Revert "Fortran - ICE in gfc_check_do_variable, at fortran/parse.c:4446" | Harald Anlauf | 1 | -15/+0 |
2021-06-16 | Fortran - ICE in gfc_check_do_variable, at fortran/parse.c:4446 | Harald Anlauf | 1 | -0/+15 |
2021-04-24 | Fortran - allow target of pointer from evaluation of function-reference | Harald Anlauf | 1 | -1/+3 |
2021-02-16 | Fortran: %re/%im fixes for OpenMP/OpenACC + gfc_is_simplify_contiguous | Tobias Burnus | 1 | -0/+2 |
2021-01-21 | Fortran: This patch fixes comments 23 and 24 of PR96320. | Paul Thomas | 1 | -0/+3 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-11-29 | PR fortran/98017 - Suspected regression using PACK | Harald Anlauf | 1 | -0/+3 |
2020-10-16 | PR fortran/95979 - ICE in get_kind, at fortran/simplify.c:129 | Harald Anlauf | 1 | -1/+1 |
2020-09-30 | Fortran: add contiguous check for ptr assignment, fix non-contig check (PR97242) | Tobias Burnus | 1 | -7/+19 |
2020-08-30 | 2020-8-20 José Rui Faustino de Sousa <jrfsousa@gmail.com> | José Rui Faustino de Sousa | 1 | -0/+6 |
2020-08-30 | 2020-8-20 José Rui Faustino de Sousa <jrfsousa@gmail.com> | José Rui Faustino de Sousa | 1 | -1/+1 |
2020-07-14 | Fortran : ICE in gfc_check_pointer_assign PR95612 | Mark Eggleston | 1 | -1/+14 |
2020-07-01 | Fortran : Fortran translation issues PR52279 | Mark Eggleston | 1 | -1/+1 |
2020-06-11 | PR fortran/95503 - Fix ICE in gfc_is_simply_contiguous, at fortran/expr.c:5844 | Harald Anlauf | 1 | -1/+3 |
2020-04-27 | Revert r10-7920-g06eca1acafa27e19e82dc73927394a7a4d0bdbc5 . | Thomas Koenig | 1 | -5/+2 |
2020-04-23 | Fix PR 93956, wrong pointer when returned via function. | Thomas König | 1 | -2/+5 |
2020-04-01 | fortran : FAIL: gfortran.dg/pr93365.f90 PR94386 | Mark Eggleston | 1 | -7/+26 |
2020-03-28 | Patch for PR94246 | Paul Thomas | 1 | -32/+15 |
2020-03-23 | fortran: ICE in gfc_match_assignment PR93600 | Mark Eggleston | 1 | -8/+26 |
2020-02-18 | [fortran] ICE assign character pointer to non target PR93714 | Mark Eggleston | 1 | -7/+7 |
2020-01-30 | Remove check for maximum symbol name length. | Andrew Benson | 1 | -1/+3 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-21 | re PR fortran/92753 (ICE in gfc_trans_call, at fortran/trans-stmt.c:392) | Paul Thomas | 1 | -5/+9 |
2019-12-20 | Fortran] PR 92996 – fix rank resolution EXPR_ARRAY | Tobias Burnus | 1 | -0/+10 |
2019-11-08 | Allow CHARACTER literals in assignments and data statements. | Mark Eggleston | 1 | -0/+6 |
2019-10-13 | re PR fortran/92017 (ICE in gfc_expr_attr, at fortran/primary.c:2674) | Thomas Koenig | 1 | -0/+3 |
2019-10-03 | Character typenames in errors and warnings | Mark Eggleston | 1 | -5/+3 |
2019-09-17 | re PR fortran/91588 (ICE in check_inquiry, at fortran/expr.c:2673) | Paul Thomas | 1 | -34/+45 |
2019-09-01 | array.c (spec_dimen_size): Check for the presence of expressions for the bounds. | Paul Thomas | 1 | -1/+1 |
2019-08-13 | re PR fortran/87993 (ICE in gfc_constructor_first, at fortran/constructor.c:234) | Steven G. Kargl | 1 | -0/+5 |
2019-08-10 | decl.c (match_old_style_init): Use a clearer error message. | Steven G. Kargl | 1 | -13/+28 |
2019-07-23 | arith.c (gfc_convert_integer, [...]): Move to ... | Steven G. Kargl | 1 | -28/+20 |