]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/fortran/resolve.c
Update copyright years.
[thirdparty/gcc.git] / gcc / fortran / resolve.c
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-20  Tobias BurnusFortran] PR 92996 – fix rank resolution EXPR_ARRAY
2019-12-08  Thomas KoenigError on Associate with a program.
2019-11-25  Mark EgglestonDEC comparisons - allow Hollerith constants in comparisons.
2019-11-12  Maciej W. RozyckiAdd OpenACC 2.6 `serial' construct support
2019-11-08  Mark EgglestonAllow CHARACTER literals in assignments and data statem...
2019-10-27  Paul Thomasre PR fortran/86248 (LEN_TRIM in specification expressi...
2019-10-24  Martin LiskaFix another UBSAN in Fortran coarray.
2019-10-13  Damian Rousonre PR fortran/91513 (Non-standard terminology in error...
2019-10-13  Steven G. Karglre PR fortran/90297 (gcc/fortran/resolve.c: 2 * possibl...
2019-10-11  Steven G. Karglre PR fortran/92018 (ICE in gfc_conv_constant_to_tree...
2019-10-03  Mark EgglestonCharacter typenames in errors and warnings
2019-10-02  Steven G. Karglre PR fortran/91943 (ICE in gfc_conv_constant_to_tree...
2019-09-29  Paul Thomasre PR fortran/91726 (ICE in gfc_conv_array_ref, at...
2019-09-15  Steven G. Karglre PR fortran/91727 (ICE in conformable_arrays, at...
2019-09-15  Thomas Koenigre PR fortran/91550 (ICE in do_subscript, at fortran...
2019-09-14  Thomas Koenigre PR fortran/91557 (Bogus warning about unused dummy...
2019-09-01  Paul Thomasarray.c (spec_dimen_size): Check for the presence of...
2019-08-15  Thomas Koenigre PR fortran/91443 (-Wargument-mismatch does not catch...
2019-08-14  Steven G. Karglre PR fortran/87991 (ICE in gfc_constructor_append_expr...
2019-08-13  Steven G. Karglre PR fortran/89647 (Host associated procedure unable...
2019-08-10  Steven G. Kargldecl.c (match_old_style_init): Use a clearer error...
2019-07-23  Steven G. Karglarith.c (gfc_convert_integer, [...]): Move to ...
2019-07-03  Martin LiskaRemove another bunch of dead assignment.
2019-06-21  Steven G. Karglre PR fortran/67884 (Missing error message on required...
2019-06-19  Steven G. Karglre PR fortran/87907 (ICE in resolve_contained_fntype...
2019-06-13  Steven G. Karglre PR fortran/68544 (ICE trying to pass derived type...
2019-04-22  Paul Thomasre PR fortran/57284 ([OOP] ICE with find_array_spec...
2019-04-06  Thomas Koenigre PR fortran/89981 (gfortran -pedantic rejects code...
2019-03-24  Thomas Koenigre PR fortran/78865 (ICE in create_tmp_var, at gimple...
2019-03-21  Thomas Schwinge[PR89773] Fortran OpenACC 'routine' directive refuses...
2019-03-18  Thomas Koenigre PR fortran/88008 (ICE in check_typebound_baseobject...
2019-03-13  Thomas Koenig[multiple changes]
2019-03-12  Martin LiskaReplace can't in error messages for Fortran.
2019-03-08  Jakub Jelinekre PR other/80058 (fix double spaces in string literals...
2019-03-03  Thomas Koenigre PR fortran/72714 ([Coarray] ICE in gfc_array_init_si...
2019-02-23  Paul Thomasre PR fortran/88117 (ICE in gimplify_var_or_parm_decl...
2019-02-17  Harald Anlaufre PR fortran/88299 ([F18] COMMON in a legacy module...
2019-02-13  Martin LiskaFix -fdec simplification (PR fortran/88649).
2019-02-09  Harald Anlaufre PR fortran/89077 (ICE using * as len specifier for...
2019-02-04  Martin LiskaDo not dereference NULL pointer in resolve_ref (PR...
2019-01-31  Thomas Koenigre PR fortran/88669 (Contiguous attribute wrongly rejected)
2019-01-19  Dominique d'Humieres[multiple changes]
2019-01-19  Thomas Koenigre PR fortran/88871 (ICE segmentation fault in f951)
2019-01-15  Thomas Koenigre PR fortran/43072 (unneeded temporary (s=s+f(a)))
2019-01-15  Steven G. Karglre PR fortran/81849 (Size of automatic array argument...
2019-01-13  Steven G. Karglre PR fortran/61765 ([F03] Rejects valid BIND(C) ENTRY)
2019-01-10  Steven G. Karglre PR fortran/88376 (ICE in is_illegal_recursion, at...
2019-01-09  Sandra LoosemorePR other/16615 [1/5]
2019-01-05  Janus Weilre PR fortran/88009 (ICE in find_intrinsic_vtab, at...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-23  Paul Thomasre PR fortran/77703 (ICE on assignment to pointer function)
2018-12-19  Steven G. Karglre PR fortran/87992 (ICE in resolve_fl_variable, at...
2018-12-17  Steven G. Karglre PR fortran/85314 (gcc/fortran/resolve.c:9222: unreac...
2018-12-11  Steven G. Karglre PR fortran/88249 (ICE in gfc_resolve_filepos, at...
2018-12-09  Steven G. Kargl[multiple changes]
2018-12-09  Steven G. Karglre PR fortran/88048 (ICE in check_data_variable, at...
2018-12-08  Steven G. Karglre PR fortran/88357 (ICE in parse_associate, at fortran...
2018-11-24  Paul Thomas2018-11-24 Paul Thomas <pault@gcc.gnu.org>
2018-11-18  Thomas Koenigre PR fortran/70260 (ICE: gimplification failed)
2018-11-01  Paul Thomasre PR fortran/40196 ([F03] [F08] Type parameter inquiry...
2018-10-17  Tobias BurnusFix select-type regression
2018-10-17  Paul Thomasre PR fortran/56386 ([F03] ICE with ASSOCIATE construct...
2018-10-15  Paul Thomasre PR fortran/87566 (ICE with class(*) and select)
2018-10-11  Tobias Burnusrevert: re PR fortran/83522 (ICE on allocatable string...
2018-10-09  Tobias Burnusre PR fortran/83522 (ICE on allocatable string referenc...
2018-10-06  Paul Thomasre PR fortran/83999 (ICE in gfc_trans_assignment_1...
2018-09-20  Janus Weilgfortran.h (gfc_str_startswith): New macro.
2018-09-17  Paul Thomasre PR fortran/85954 (ICE in make_ssa_name_fn, at tree...
2018-09-11  Janus Weilre PR fortran/87172 (Spurious "Derived type 'c_funptr...
2018-08-25  Janus Weilre PR fortran/86545 (ICE in transfer_expr on invalid...
2018-08-23  Paul Thomasre PR fortran/86863 ([OOP][F2008] type-bound module...
2018-08-22  Janus Weilre PR fortran/86888 ([F08] allocatable components of...
2018-08-12  Paul Thomasre PR fortran/86906 (erroneous name clash with renaming...
2018-08-10  Janus Weilre PR fortran/57160 (short-circuit IF only with -ffront...
2018-07-20  Andrew Bensongfortran.h (gfc_symbol): Add pointer to next derived...
2018-07-18  Janus Weilre PR fortran/85599 (warn about short-circuiting of...
2018-07-05  Paul Thomasre PR fortran/86408 (bogus error: ABSTRACT INTERFACE...
2018-06-22  Paul Thomasre PR fortran/86281 (SEGV in fortran/resolve.c:resolve_...
2018-06-21  Paul Thomasre PR fortran/49630 ([OOP] ICE on obsolescent deferred...
2018-06-21  Paul Thomasre PR fortran/83118 (Bad intrinsic assignment of class...
2018-06-09  Steven G. Karglre PR fortran/38351 (Poor error message for rank mismat...
2018-06-04  Steven G. Karglre PR fortran/85981 (ICE in gfc_trans_string_copy,...
2018-05-25  Janus Weilre PR fortran/85839 ([F2018] warn for obsolescent features)
2018-05-25  Steven G. Karglre PR fortran/85543 (ICE in update_current_proc_array_o...
2018-05-24  Steven G. Karglre PR fortran/85780 (ICE in resolve_fl_procedure, at...
2018-05-24  Steven G. Karglre PR fortran/85895 (ICE in gfc_conv_array_ref, at...
2018-05-20  Paul Thomasre PR fortran/80657 (Loop in character function declara...
2018-05-10  Paul Thomasre PR fortran/68846 (Pointer function as LValue doesn...
2018-04-09  Thomas Koenigre PR fortran/51260 (PARAMETER array with constructor...
2018-03-11  Steven G. Karglre PR fortran/83939 (Constraint C1290 (elemental functi...
2018-03-03  Paul Thomasre PR fortran/80965 (ICE with class argument and -O2...
2018-02-25  Thomas Koenigre PR fortran/78238 ([OOP] ICE: verify_gimple failed...
2018-02-19  Paul Thomasre PR fortran/83344 (Use of uninitialized memory with...
2018-02-17  Paul Thomasre PR fortran/84115 (Failure in associate construct...
2018-02-12  Janus Weilre PR fortran/84273 ([F03] Reject allocatable passed...
2018-02-11  Francois-Xavier... re PR fortran/35299 (scope of variables in statement...
2018-02-01  Janne BlomqvistPR 83975 Associate target with non-constant character...
2018-01-29  Thomas Koenigre PR fortran/84073 (In -fc-prototypes fixed (nonzero...
2018-01-26  Damian RousonPartial Failed Images patch
next