aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/check.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-24re PR fortran/45513 (BOZ kinds differently handled, F2008: BOZ in bit intrins...Steven G. Kargl1-50/+40
2018-10-28re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig1-0/+91
2018-06-01re PR fortran/63570 ([F2018] Implement 13.7.137 RANDOM INIT (REPEATABLE, IMAG...Steven G. Kargl1-0/+21
2018-05-22re PR fortran/85841 ([F2018] reject deleted features)Janus Weil1-9/+9
2018-05-10re PR fortran/85687 (ICE in gfc_sym_identifier, at fortran/trans-decl.c:351)Steven G. Kargl1-2/+5
2018-05-08re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig1-9/+1
2018-03-25re PR fortran/84924 (Erroneous error in C_F_POINTER)Seth Johnson1-1/+1
2018-03-14check.c (gfc_check_kill_sub): Remove check for INTEGER(4) or (8).Steven G. Kargl1-13/+6
2018-03-11check.c (gfc_check_kill): Check pid and sig are scalar.Steven G. Kargl1-0/+13
2018-01-26Partial Failed Images patchDamian Rouson1-2/+43
2018-01-22PR 78534, 83704 Large character lengthsJanne Blomqvist1-1/+1
2018-01-15re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig1-2/+23
2018-01-04re PR fortran/83683 (eoshift accepts wrong-length boundary)Thomas Koenig1-15/+48
2018-01-03re PR fortran/83664 (Eoshift accepts missing boundary for non-default types)Thomas Koenig1-0/+20