aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/check.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-03re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig1-1/+1
2017-11-22re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig1-1/+32
2017-11-09re PR fortran/78619 (ICE in copy_reference_ops_from_ref, at tree-ssa-sccvn.c:...Paul Thomas1-6/+13
2017-11-04re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Thomas Koenig1-1/+5
2017-10-28check.c (gfc_check_co_reduce): Clarify error message.Andre Vehreschild1-1/+1
2017-10-08check.c (gfc_check_x): Remove function.Steven G. Kargl1-13/+1
2017-07-31* check.c (gfc_check_num_images): Fix a pasto.Jakub Jelinek1-1/+1
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild1-0/+77
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-02[multiple changes]Janus Weil1-1/+1
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild1-0/+11
2016-11-09check.c (gfc_check_move_alloc): Prevent error that avoids aliasing between to...Paul Thomas1-6/+36
2016-11-05check.c (gfc_check_move_alloc): Introduce error to prevent aliasing between t...Paul Thomas1-39/+49
2016-11-05re PR fortran/69495 (unused-label warning does not tell which flag triggered it)Janus Weil1-1/+2
2016-08-11Replace KISS PRNG with xorshift1024* using per-thread state.Janne Blomqvist1-11/+9
2016-07-30re PR fortran/68566 (ICE on using unusable array in reshape (double free or c...Steven G. Kargl1-1/+1
2016-07-28re PR fortran/71859 (ICE on same variable/subroutine name (verify_gimple fail...Steven G. Kargl1-1/+8
2016-07-22re PR fortran/71935 (ICE is_c_interoperable(): gfc_simplify_expr failed)Steven G. Kargl1-1/+1
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-12re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %q...Tobias Burnus1-1/+1
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-0/+53
2015-11-08re PR fortran/68196 (ICE on function result with procedure pointer component)Paul Thomas1-1/+9
2015-11-07re PR fortran/68153 (ICE for intrinsic reshape with negative dim in effective...Steven G. Kargl1-0/+30
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+1
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-16/+16
2015-05-18re PR fortran/66043 (ICE on storage_size of null or output of null array)Steven G. Kargl1-0/+9
2015-05-06re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig1-0/+30