aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus1-6/+6
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-82/+82
2014-12-05re PR fortran/60414 (internal compiler error: tree check)Andre Vehreschild1-4/+0
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-13/+17
2014-11-30gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus1-9/+8
2014-11-25error.c (gfc_internal_error): Convert to common diagnostics.Tobias Burnus1-1/+1
2014-10-06libgfortran.h (GFC_STD_F2015): Add.Tobias Burnus1-1/+7
2014-09-02re PR fortran/62270 (-Wlogical-not-parentheses warnings)Marek Polacek1-1/+1
2014-06-25interface.c (check_intents): Fix diagnostic with coindexed coarrays.Tobias Burnus1-9/+18
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-18re PR fortran/59493 ([OOP] ICE: Segfault on Class(*) pointer association)Janus Weil1-1/+1
2013-12-10re PR fortran/35831 ([F95] Shape mismatch check missing for dummy procedure a...Janus Weil1-2/+31
2013-11-25re PR fortran/59143 ([OOP] Bogus warning with array-valued type-bound procedure)Janus Weil1-0/+18
2013-11-23re PR fortran/59228 (ICE-on-invalid with assumed type and ASYNCHRONOUS)Janus Weil1-1/+1
2013-10-23re PR fortran/58793 (Wrong value for _vtab for intrinsic types with CLASS(*):...Tobias Burnus1-0/+9
2013-10-16re PR fortran/58652 (ICE with move_alloc and unlimited polymorphic)Tobias Burnus1-2/+3
2013-09-20re PR fortran/58099 ([F03] over-zealous procedure-pointer error checking)Janus Weil1-1/+2
2013-08-23re PR fortran/57843 ([OOP] Type-bound assignment is resolved to non-polymorph...Janus Weil1-48/+38
2013-07-30re PR fortran/57530 ([OOP] Wrongly rejects type_pointer => class_target (whi...Tobias Burnus1-0/+6
2013-07-27re PR fortran/57991 (Enhance "Same actual argument associated" warning (-Wali...Tobias Burnus1-1/+2
2013-07-25re PR fortran/57639 ([OOP] ICE with polymorphism (and illegal code))Janus Weil1-1/+6
2013-07-23decl.c: Fix comment typos.Ondřej Bílka1-2/+2
2013-05-31re PR fortran/54190 (TYPE(*)/assumed-rank: Type/rank check too relaxed for du...Janus Weil1-33/+73
2013-05-30re PR fortran/57458 (TS29113: Wrongly rejects noncontiguous argument to assum...Tobias Burnus1-5/+6
2013-05-28re PR fortran/57217 ([OOP] Accepts invalid TBP overriding - lacking arguments...Janus Weil1-1/+2
2013-04-17re PR fortran/56814 (Bogus Interface mismatch in dummy procedure)Janus Weil1-2/+9
2013-04-16re PR fortran/39505 (Consider a 'no arg check' directive)Tobias Burnus1-0/+9
2013-04-12re PR fortran/56261 ([OOP] seg fault call procedure pointer on polymorphic ar...Janus Weil1-1/+1
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-163/+159
2013-04-03re PR fortran/56284 ([OOP] ICE with alternate return in type-bound procedure)Janus Weil1-0/+3
2013-01-29re PR fortran/54107 ([F03] Memory hog with abstract interface)Janus Weil1-20/+31
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1