aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-15re PR fortran/78800 ([OOP] ICE in compare_parameter, at fortran/interface.c:2...Janus Weil1-9/+10
2016-12-14re PR fortran/78672 (Gfortran test suite failures with a sanitized compiler)Andre Vehreschild1-31/+38
2016-12-13re PR fortran/78737 ([OOP] linking error with deferred, undefined user-define...Janus Weil1-11/+21
2016-11-30re PR fortran/78592 (ICE in gfc_find_specific_dtio_proc, at fortran/interface...Janus Weil1-7/+7
2016-11-25re PR fortran/60853 ([OOP] Failure to disambiguate generic with unlimited pol...Janus Weil1-9/+1
2016-11-24re PR fortran/78500 (ICE in gfc_check_vardef_context, at fortran/expr.c:5289)Steven G. Kargl1-1/+1
2016-11-10Fix some whitespace.Fritz O. Reese1-32/+32
2016-11-09[multiple changes]Janus Weil1-0/+2
2016-11-02New warning -Wargument-mismatch for function argument mismatches.Fritz O. Reese1-11/+17
2016-10-24re PR fortran/71895 (ICE in gfc_compare_derived_types, at fortran/interface.c...Steven G. Kargl1-1/+2
2016-10-07Fix ICE due to map typespecs with different sized charlens being copied.Fritz Reese1-0/+11
2016-10-07re PR fortran/77406 (ICE in generic_correspondence, at fortran/interface.c:1123)Steven G. Kargl1-7/+18
2016-10-05Fix ICE due to comparison between UNION components.Fritz Reese1-5/+12
2016-09-30Fix ICE for maps with zero components.Fritz Reese1-4/+15
2016-09-30Fix ICE caused by union types comparing equal to structures.Fritz Reese1-0/+4
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek1-3/+0
2016-09-26re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Paul Thomas1-0/+3
2016-09-22re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Paul Thomas1-1/+3
2016-09-22interface.c (check_dtio_interface1): Introduce errors for alternate returns a...Paul Thomas1-2/+38
2016-09-21re PR fortran/77657 (link error with implementation of user-defined derived t...Paul Thomas1-1/+13
2016-09-10re PR fortran/77532 ([F03] ICE in check_dtio_interface1, at fortran/interface...Paul Thomas1-6/+12
2016-08-31[multiple changes]Paul Thomas1-17/+376
2016-08-29Fix, reorganize, and clarify comparisons of anonymous types/components.Fritz Reese1-25/+37
2016-08-23interface.c (compare_components): Fix typo in name check conditional.Fritz Reese1-1/+1
2016-08-22re PR fortran/61318 (Improve error diagnostic by pointing to the expression a...Steven G. Kargl1-1/+1
2016-05-15re PR fortran/69603 (ICE: segfault with -fimplicit-none and proc_ptr_comp_24....Harald Anlauf1-1/+1
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-54/+161
2016-01-24[multiple changes]Jerry DeLisle1-1/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-12re PR fortran/45859 ([Coarray, F2008, IR] Rejects valid actuals to coarray du...Tobias Burnus1-5/+8
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-0/+28
2015-10-30re PR fortran/36192 (ICE with wrong index types and bad parens)Steven G. Kargl1-1/+3
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+1
2015-07-02re PR fortran/52846 ([F2008] Support submodules)Paul Thomas1-11/+13
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-8/+3
2015-05-18re PR fortran/66057 (ICE for incomplete generic statement (gfc_match_generic))Steven G. Kargl1-2/+6
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-1/+1
2015-04-28interface.c (gfc_compare_types): Check for unlimited polymorphism flag in the...Andre Vehreschild1-3/+14
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-10/+12
2015-01-27re PR fortran/64771 (ICE(segfault) when passing coarrays around; ICE in gfc_z...Rainer Orth1-3/+1
2015-01-26re PR fortran/64771 (ICE(segfault) when passing coarrays around; ICE in gfc_z...Tobias Burnus1-3/+16
2015-01-11re PR fortran/63733 ([OOP] wrong resolution for OPERATOR generics)Janus Weil1-49/+44
2015-01-11re PR fortran/64508 ([F03] interface check missing for procedure pointer comp...Janus Weil1-1/+15
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2015-01-02re PR fortran/60507 (Passing function call into procedure argument not caught)Janus Weil1-4/+21