Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-07-14 | re PR fortran/87233 (Constraint C1279 still followed after f2008 standard rev... | Jerry DeLisle | 1 | -4/+6 |
2019-06-13 | re PR fortran/89344 (uncaught programmer error: polymorphic variable is INTE... | Steven G. Kargl | 1 | -2/+9 |
2019-05-19 | re PR fortran/88821 (Inline packing of non-contiguous arguments) | Thomas Koenig | 1 | -0/+3 |
2019-04-14 | re PR fortran/89843 (CFI_section delivers incorrect result descriptor) | Paul Thomas | 1 | -5/+29 |
2019-04-03 | [multiple changes] | Dominique d'Humieres | 1 | -1/+1 |
2019-04-03 | re PR fortran/89375 (fortran/expr.c:4723:5: warning: logical ‘or’ of equa... | Dominique d'Humieres | 1 | -1/+0 |
2019-03-27 | re PR fortran/85537 ([F08] Invalid memory reference at runtime when calling s... | Janus Weil | 1 | -0/+14 |
2019-03-27 | re PR fortran/88247 (ICE in get_array_ctor_var_strlen, at fortran/trans-array... | Paul Thomas | 1 | -1/+3 |
2019-03-18 | re PR fortran/88008 (ICE in check_typebound_baseobject, at fortran/resolve.c:... | Thomas Koenig | 1 | -0/+6 |
2019-03-15 | re PR fortran/60091 (Misleading error messages in rank-2 pointer assignment t... | Harald Anlauf | 1 | -13/+47 |
2019-03-11 | Wrap option names in gcc internal messages with %< and %>. | Martin Liska | 1 | -1/+1 |
2019-03-09 | re PR fortran/84504 ([F08] procedure pointer variables cannot be initialized ... | Janus Weil | 1 | -1/+1 |
2019-03-06 | re PR fortran/71203 (ICE in add_init_expr_to_sym, at fortran/decl.c:1512 and ... | Harald Anlauf | 1 | -2/+8 |
2019-02-10 | re PR fortran/71723 ([F08] ICE on invalid pointer initialization) | Thomas Koenig | 1 | -6/+30 |
2019-02-02 | re PR fortran/88685 (pointer class array argument indexing) | Paul Thomas | 1 | -6/+15 |
2019-01-26 | re PR fortran/57553 ([F08] Valid use of STORAGE_SIZE rejected, bad error mess... | Harald Anlauf | 1 | -3/+16 |
2019-01-09 | PR other/16615 [4/5] | Sandra Loosemore | 1 | -4/+6 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -6/+6 |
2019-01-07 | re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic) | Thomas Koenig | 1 | -0/+69 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-29 | expr.c (external_spec_function): Add ieee_support_subnormal to list of IEEE i... | Steven G. Kargl | 1 | -0/+1 |
2018-12-27 | re PR fortran/81027 (Assumed-shape array reported as deferred.) | Steven G. Kargl | 1 | -3/+10 |
2018-12-21 | correct double semi-colons | Paul Thomas | 1 | -1/+1 |
2018-12-21 | re PR fortran/87881 (gfortran.dg/inquiry_type_ref_(1.f08|3.f90) fail on darwin) | Paul Thomas | 1 | -38/+43 |
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 |