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