]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/fortran/interface.c
Update copyright years.
[thirdparty/gcc.git] / gcc / fortran / interface.c
2019-01-01  Jakub JelinekUpdate copyright years.
2018-09-20  Janus Weilgfortran.h (gfc_str_startswith): New macro.
2018-08-14  Janus Weilre PR fortran/86116 (Ambiguous generic interface not...
2018-08-04  Janus Weilre PR fortran/45521 ([F08] GENERIC resolution with...
2018-06-24  Jerry DeLislere PR fortran/85983 (ICE in check_dtio_interface1,...
2018-06-11  Janus Weilre PR fortran/45521 ([F08] GENERIC resolution with...
2018-03-21  Steven G. Karglre PR fortran/85001 (ICE in gfc_build_array_type, at...
2018-02-23  Steven G. Karglre PR fortran/84346 (Statement functions should not...
2018-02-15  Janus Weilre PR fortran/84409 ([F03] check DTIO arguments for...
2018-02-11  Steven G. Karglre PR fortran/54223 (Statement function statement with...
2018-01-16  Louis Kruppre PR fortran/82257 (f951: Internal compiler error...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-17  Janne BlomqvistSupport -std=f2018
2017-11-09  Steven G. Karglre PR fortran/78814 (ICE in symbol_rank, at fortran...
2017-10-19  Bernhard Reutner... Derive interface buffers from max name length
2017-10-19  Bernhard Reutner... Use Levenshtein spelling suggestions in Fortran FE
2017-09-29  Dominique d'Humieresre PR fortran/25071 (dummy argument larger than actual...
2017-09-09  Paul Thomasdecl.c: Add decl_type_param_list...
2017-07-23  Alexander Monakovfortran: fix pair_cmp qsort comparator
2017-03-22  Dominique d'Humieresre PR fortran/79602 (translation: globally replace...
2017-02-24  Dominique d'Humieresre PR fortran/79597 (Incomplete error message "Expectin...
2017-02-20  Paul Thomasre PR fortran/79599 (typo in diagnostic gfc_error ...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-27  Jakub Jelinekgfortran.h (gfc_error): Rename overload with OPT argume...
2016-12-18  Janus Weilre PR fortran/78592 (ICE in gfc_find_specific_dtio_proc...
2016-12-15  Janus Weilre PR fortran/78798 ([cleanup] some int-valued function...
2016-12-15  Janus Weilre PR fortran/78800 ([OOP] ICE in compare_parameter...
2016-12-14  Andre Vehreschildre PR fortran/78672 (Gfortran test suite failures with...
2016-12-13  Janus Weilre PR fortran/78737 ([OOP] linking error with deferred...
2016-11-30  Janus Weilre PR fortran/78592 (ICE in gfc_find_specific_dtio_proc...
2016-11-25  Janus Weilre PR fortran/60853 ([OOP] Failure to disambiguate...
2016-11-24  Steven G. Karglre PR fortran/78500 (ICE in gfc_check_vardef_context...
2016-11-10  Fritz O. ReeseFix some whitespace.
2016-11-09  Janus Weil[multiple changes]
2016-11-02  Fritz O. ReeseNew warning -Wargument-mismatch for function argument...
2016-10-24  Steven G. Karglre PR fortran/71895 (ICE in gfc_compare_derived_types...
2016-10-07  Fritz ReeseFix ICE due to map typespecs with different sized charl...
2016-10-07  Steven G. Karglre PR fortran/77406 (ICE in generic_correspondence...
2016-10-05  Fritz ReeseFix ICE due to comparison between UNION components.
2016-09-30  Fritz ReeseFix ICE for maps with zero components.
2016-09-30  Fritz ReeseFix ICE caused by union types comparing equal to struct...
2016-09-27  Jakub Jelinekauto-inc-dec.c (try_merge): Remove break after return.
2016-09-26  Paul Thomasre PR fortran/48298 ([F03] User-Defined Derived-Type...
2016-09-22  Paul Thomasre PR fortran/48298 ([F03] User-Defined Derived-Type...
2016-09-22  Paul Thomasinterface.c (check_dtio_interface1): Introduce errors...
2016-09-21  Paul Thomasre PR fortran/77657 (link error with implementation...
2016-09-10  Paul Thomasre PR fortran/77532 ([F03] ICE in check_dtio_interface1...
2016-08-31  Paul Thomas[multiple changes]
2016-08-29  Fritz ReeseFix, reorganize, and clarify comparisons of anonymous...
2016-08-23  Fritz Reeseinterface.c (compare_components): Fix typo in name...
2016-08-22  Steven G. Karglre PR fortran/61318 (Improve error diagnostic by pointi...
2016-05-15  Harald Anlaufre PR fortran/69603 (ICE: segfault with -fimplicit...
2016-05-07  Fritz Reesere PR fortran/56226 (Add support for DEC UNION and...
2016-01-24  Jerry DeLisle[multiple changes]
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-12  Tobias Burnusre PR fortran/45859 ([Coarray, F2008, IR] Rejects valid...
2015-12-02  Tobias Burnuscheck.c (gfc_check_event_query): New function.
2015-10-30  Steven G. Karglre PR fortran/36192 (ICE with wrong index types and...
2015-07-09  Andrew MacLeodflags.h: Don't include flag-types.h or options.h.
2015-07-02  Paul Thomasre PR fortran/52846 ([F2008] Support submodules)
2015-05-19  Mikhail MaltsevUse std::swap instead of explicit swaps
2015-05-18  Steven G. Karglre PR fortran/66057 (ICE for incomplete generic stateme...
2015-05-05  David MalcolmFix indentation issues seen by -Wmisleading-indentation
2015-04-28  Andre Vehreschildinterface.c (gfc_compare_types): Check for unlimited...
2015-02-01  Joseph MyersAlways pass 0 or option number to gfc_warning*.
2015-01-27  Rainer Orthre PR fortran/64771 (ICE(segfault) when passing coarray...
2015-01-26  Tobias Burnusre PR fortran/64771 (ICE(segfault) when passing coarray...
2015-01-11  Janus Weilre PR fortran/63733 ([OOP] wrong resolution for OPERAT...
2015-01-11  Janus Weilre PR fortran/64508 ([F03] interface check missing...
2015-01-05  Jakub JelinekUpdate copyright years.
2015-01-02  Janus Weilre PR fortran/60507 (Passing function call into procedu...
2014-12-12  Tobias Burnuserror.c (gfc_error): Add variant which takes a va_list.
2014-12-11  Manuel López-Ibáñezre PR fortran/44054 (Handle -Werror, -Werror=, -fdiagno...
2014-12-05  Andre Vehreschildre PR fortran/60414 (internal compiler error: tree...
2014-12-03  Manuel López-Ibáñezre PR fortran/44054 (Handle -Werror, -Werror=, -fdiagno...
2014-11-30  Tobias Burnusgfortran.h (gfc_option_t): Remove warn_aliasing,
2014-11-25  Tobias Burnuserror.c (gfc_internal_error): Convert to common diagnos...
2014-10-06  Tobias Burnuslibgfortran.h (GFC_STD_F2015): Add.
2014-09-02  Marek Polacekre PR fortran/62270 (-Wlogical-not-parentheses warnings)
2014-06-25  Tobias Burnusinterface.c (check_intents): Fix diagnostic with coinde...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-18  Janus Weilre PR fortran/59493 ([OOP] ICE: Segfault on Class(...
2013-12-10  Janus Weilre PR fortran/35831 ([F95] Shape mismatch check missing...
2013-11-25  Janus Weilre PR fortran/59143 ([OOP] Bogus warning with array...
2013-11-23  Janus Weilre PR fortran/59228 (ICE-on-invalid with assumed type...
2013-10-23  Tobias Burnusre PR fortran/58793 (Wrong value for _vtab for intrinsi...
2013-10-16  Tobias Burnusre PR fortran/58652 (ICE with move_alloc and unlimited...
2013-09-20  Janus Weilre PR fortran/58099 ([F03] over-zealous procedure-point...
2013-08-23  Janus Weilre PR fortran/57843 ([OOP] Type-bound assignment is...
2013-07-30  Tobias Burnusre PR fortran/57530 ([OOP] Wrongly rejects type_pointe...
2013-07-27  Tobias Burnusre PR fortran/57991 (Enhance "Same actual argument...
2013-07-25  Janus Weilre PR fortran/57639 ([OOP] ICE with polymorphism (and...
2013-07-23  Ondřej Bílkadecl.c: Fix comment typos.
2013-05-31  Janus Weilre PR fortran/54190 (TYPE(*)/assumed-rank: Type/rank...
2013-05-30  Tobias Burnusre PR fortran/57458 (TS29113: Wrongly rejects noncontig...
2013-05-28  Janus Weilre PR fortran/57217 ([OOP] Accepts invalid TBP overridi...
2013-04-17  Janus Weilre PR fortran/56814 (Bogus Interface mismatch in dummy...
2013-04-16  Tobias Burnusre PR fortran/39505 (Consider a 'no arg check' directive)
2013-04-12  Janus Weilre PR fortran/56261 ([OOP] seg fault call procedure...
2013-04-10  Janne BlomqvistReplace enum gfc_try with bool type.
next