Age | Commit message (Expand) | Author | Files | Lines |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 1 | -7523/+0 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-22 | Fortran: BOZ literal constants are not interoperable | Harald Anlauf | 1 | -0/+6 |
2021-12-18 | Fortran: reject BOZ type argument to SIZEOF(). | Harald Anlauf | 1 | -0/+3 |
2021-12-10 | Fortran: fix check for pointer dummy arguments with INTENT(IN) | Harald Anlauf | 1 | -26/+6 |
2021-11-30 | Fortran: check type of SUB argument to IMAGE_INDEX | Harald Anlauf | 1 | -0/+7 |
2021-11-26 | Fortran: improve check of arguments to the RESHAPE intrinsic | Harald Anlauf | 1 | -35/+8 |
2021-11-18 | Fortran: NULL() is not interoperable | Harald Anlauf | 1 | -0/+6 |
2021-11-10 | Fortran: avoid NULL pointer dereferences | Harald Anlauf | 1 | -0/+3 |
2021-11-07 | Fix keyword name for co_reduce. | Thomas Koenig | 1 | -11/+11 |
2021-10-30 | Fortran: non-standard intrinsics SHORT and LONG have been removed | Harald Anlauf | 1 | -1/+1 |
2021-10-14 | Fortran: fix order of checks for the SHAPE intrinsic | Harald Anlauf | 1 | -7/+7 |
2021-10-12 | Fortran: Various CLASS + assumed-rank fixed [PR102541] | Tobias Burnus | 1 | -1/+3 |
2021-09-22 | Fortran: Fixes for F2018 C838 (PR fortran/101334) | Sandra Loosemore | 1 | -1/+3 |
2021-07-23 | Fortran: extend check for array arguments and reject CLASS array elements. | Harald Anlauf | 1 | -2/+1 |
2021-04-24 | PR fortran/100154 - ICE in gfc_conv_procedure_call, at fortran/trans-expr.c:6131 | Harald Anlauf | 1 | -2/+34 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-27 | Fortran: Fix some select rank issues [PR97694 and 97723]. | Paul Thomas | 1 | -6/+7 |
2020-09-02 | fortran: Fix o'...' boz to integer/real conversions [PR96859] | Jakub Jelinek | 1 | -4/+4 |
2020-08-18 | PR fortran/96613,96686 - Fix type/kind issues, temporaries evaluating MIN/MAX | Harald Anlauf | 1 | -0/+5 |
2020-07-18 | fortran: Restore translation to hint. | David Edelsohn | 1 | -1/+1 |
2020-07-13 | Fortran : ICE in gfc_find_array_ref(): No ref found PR95981 | Mark Eggleston | 1 | -1/+3 |
2020-07-02 | Fortran : portability fix for PR52279 | Mark Eggleston | 1 | -1/+1 |
2020-07-01 | bootstrap: Don't translate assignment to hint[]. | David Edelsohn | 1 | -1/+1 |
2020-07-01 | Fortran : Fortran translation issues PR52279 | Mark Eggleston | 1 | -17/+17 |
2020-06-22 | Fortran : ICE in gfc_check_reshape PR95585 | Mark Eggleston | 1 | -1/+2 |
2020-06-14 | Always use locations from get and put arguments for error messages. | Thomas Koenig | 1 | -2/+2 |
2020-06-11 | PR fortran/95544 - Fix ICE in NULL() argument to intrinsics | Harald Anlauf | 1 | -12/+18 |
2020-05-05 | PR fortran/93366 - ICE on invalid, reject invalid use of NULL() as argument | Harald Anlauf | 1 | -15/+40 |
2020-04-02 | fortran : ICE in gfc_resolve_findloc PR93498 | Mark Eggleston | 1 | -0/+4 |
2020-01-16 | PR93253 – Document BOZ changes, make it friendlier in legacy code | Tobias Burnus | 1 | -1/+6 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-12 | re PR fortran/92898 (ICE in gfc_check_is_contiguous, at fortran/check.c:7157) | Harald Anlauf | 1 | -2/+1 |
2019-10-11 | re PR fortran/91649 (ICE in gfc_resolve_findloc, at fortran/iresolve.c:1827) | Steven G. Kargl | 1 | -11/+20 |
2019-10-11 | re PR fortran/92018 (ICE in gfc_conv_constant_to_tree, at fortran/trans-const... | Steven G. Kargl | 1 | -23/+111 |
2019-10-03 | Character typenames in errors and warnings | Mark Eggleston | 1 | -5/+5 |
2019-09-29 | re PR fortran/91641 (ICE in gfc_conv_is_contiguous_expr, at fortran/trans-int... | Steven G. Kargl | 1 | -1/+8 |
2019-08-28 | re PR fortran/91564 (ICE in gimplify_expr, at gimplify.c:14147) | Steven G. Kargl | 1 | -0/+16 |
2019-08-13 | PR fortran/91414: Improved PRNG | Janne Blomqvist | 1 | -3/+2 |
2019-08-06 | re PR fortran/42546 (ALLOCATED statement typo in the docs and for scalar vari... | Steven G. Kargl | 1 | -0/+4 |
2019-08-04 | re PR fortran/88227 (ICE in gfc_convert_boz, at fortran/target-memory.c:788) | Steven G. Kargl | 1 | -8/+180 |
2019-07-23 | re PR fortran/54072 (BOZ with -std=f2008: wrongly accepted to TRANSFER/ABS/..... | Steven G. Kargl | 1 | -6/+27 |
2019-07-23 | arith.c (gfc_convert_integer, [...]): Move to ... | Steven G. Kargl | 1 | -79/+409 |
2019-07-03 | Remove another bunch of dead assignment. | Martin Liska | 1 | -11/+7 |
2019-04-04 | re PR fortran/89904 (ICE in gfortran starting with r270045) | Harald Anlauf | 1 | -0/+22 |
2019-03-02 | re PR fortran/89516 (ICE in gfc_calculate_transfer_sizes at gcc/fortran/check... | Harald Anlauf | 1 | -9/+15 |
2019-02-26 | re PR fortran/89492 (Endless compilation of an invalid TRANSFER after r269177) | Harald Anlauf | 1 | -0/+20 |
2019-02-24 | re PR fortran/89266 (ICE with TRANSFER of len=0 character array constructor) | Harald Anlauf | 1 | -5/+4 |
2019-01-07 | re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic) | Thomas Koenig | 1 | -0/+11 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |