aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-22PR fortran/95689 - ICE in check_sym_interfaces, at fortran/interface.c:2015Harald Anlauf1-1/+4
2020-05-11Fortran : Spurious warning message with -Wsurprising PR59107Mark Eggleston1-2/+3
2020-04-27Revert r10-7920-g06eca1acafa27e19e82dc73927394a7a4d0bdbc5 .Thomas Koenig1-34/+0
2020-04-23Fix PR 93956, wrong pointer when returned via function.Thomas König1-0/+34
2020-04-17Fix ICE on invalid, PR94090.Thomas König1-3/+11
2020-04-14Fix PR 94270 by not warning about artifical dummy arguments.Thomas König1-1/+1
2020-04-02[Fortran] Resolve formal args before checking DTIOTobias Burnus1-1/+3
2020-02-23Add missing closing parenthises in error message.Thomas König1-1/+1
2020-02-23Fix error message.Thomas König1-2/+2
2020-01-21Fortran] PR93309 – permit repeated 'implicit none(external)'Tobias Burnus1-1/+9
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-08re PR fortran/92764 (ICE in gfc_procedure_use)Thomas Koenig1-0/+2
2019-10-14re PR fortran/92004 (Rejection of different ranks for dummy array argument wh...Thomas Koenig1-5/+95
2019-10-03Character typenames in errors and warningsMark Eggleston1-5/+6
2019-09-14re PR fortran/91557 (Bogus warning about unused dummy argument _formal_*)Thomas Koenig1-37/+83
2019-08-24re PR fortran/91390 (treatment of extra parameter in a subroutine call)Thomas Koenig1-8/+70
2019-08-15re PR fortran/91443 (-Wargument-mismatch does not catch mismatch for global p...Thomas Koenig1-5/+19
2019-07-30re PR fortran/91296 (ICE when passing complex number %re/%im as a procedure a...Steven G. Kargl1-0/+7
2019-07-23arith.c (gfc_convert_integer, [...]): Move to ...Steven G. Kargl1-0/+6
2019-05-29re PR fortran/90329 (Incompatibility between gfortran and C lapack calls)Jakub Jelinek1-0/+1
2019-05-10re PR fortran/61968 (ICE (assembly failure) due to wrongly generating a vtabl...Thomas Koenig1-1/+2
2019-03-24re PR fortran/78865 (ICE in create_tmp_var, at gimple-expr.c:473)Thomas Koenig1-4/+6
2019-03-12Replace can't in error messages for Fortran.Martin Liska1-1/+1
2019-01-29re PR fortran/57048 (Handling of C_PTR and C_FUNPTR leads to reject valid)Thomas Koenig1-0/+10
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-09-20gfortran.h (gfc_str_startswith): New macro.Janus Weil1-2/+2
2018-08-14re PR fortran/86116 (Ambiguous generic interface not recognised)Janus Weil1-3/+11
2018-08-04re PR fortran/45521 ([F08] GENERIC resolution with ALLOCATABLE/POINTER and PR...Janus Weil1-1/+10
2018-06-24re PR fortran/85983 (ICE in check_dtio_interface1, at fortran/interface.c:4748)Jerry DeLisle1-1/+0
2018-06-11re PR fortran/45521 ([F08] GENERIC resolution with ALLOCATABLE/POINTER and PR...Janus Weil1-4/+22
2018-03-21re PR fortran/85001 (ICE in gfc_build_array_type, at fortran/trans-types.c:1420)Steven G. Kargl1-1/+1
2018-02-23re PR fortran/84346 (Statement functions should not accept keywords)Steven G. Kargl1-0/+7
2018-02-15re PR fortran/84409 ([F03] check DTIO arguments for character len)Janus Weil1-1/+5
2018-02-11re PR fortran/54223 (Statement function statement with dummy arguments that a...Steven G. Kargl1-10/+15
2018-01-16re PR fortran/82257 (f951: Internal compiler error segmentation fault)Louis Krupp1-2/+6
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-17Support -std=f2018Janne Blomqvist1-1/+1
2017-11-09re PR fortran/78814 (ICE in symbol_rank, at fortran/interface.c:1265)Steven G. Kargl1-2/+7
2017-10-19Derive interface buffers from max name lengthBernhard Reutner-Fischer1-3/+3
2017-10-19Use Levenshtein spelling suggestions in Fortran FEBernhard Reutner-Fischer1-9/+63
2017-09-29re PR fortran/25071 (dummy argument larger than actual argument)Dominique d'Humieres1-5/+14
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas1-1/+2
2017-07-23fortran: fix pair_cmp qsort comparatorAlexander Monakov1-1/+3
2017-03-22re PR fortran/79602 (translation: globally replace '%s' with %qs)Dominique d'Humieres1-3/+3
2017-02-25re PR fortran/79597 (Incomplete error message "Expecting %<END INTERFACE OPER...Dominique d'Humieres1-3/+3
2017-02-20re PR fortran/79599 (typo in diagnostic gfc_error ("DTIO dummy argument at %L...Paul Thomas1-2/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-27gfortran.h (gfc_error): Rename overload with OPT argument to...Jakub Jelinek1-29/+21
2016-12-18re PR fortran/78592 (ICE in gfc_find_specific_dtio_proc, at fortran/interface...Janus Weil1-9/+11
2016-12-15re PR fortran/78798 ([cleanup] some int-valued functions should be bool)Janus Weil1-178/+175