aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-10re PR fortran/68846 (Pointer function as LValue doesn't work when the assignm...Paul Thomas1-0/+2
2018-04-09re PR fortran/51260 (PARAMETER array with constructor initializer: Compile-ti...Thomas Koenig1-0/+10
2018-03-11re PR fortran/83939 (Constraint C1290 (elemental function cannot be allocatab...Steven G. Kargl1-0/+13
2018-03-03re PR fortran/80965 (ICE with class argument and -O2 optimization)Paul Thomas1-1/+1
2018-02-25re PR fortran/78238 ([OOP] ICE: verify_gimple failed, with -fdefault-integer-8)Thomas Koenig1-1/+8
2018-02-19re PR fortran/83344 (Use of uninitialized memory with ASSOCIATE and strings)Paul Thomas1-21/+17
2018-02-17re PR fortran/84115 (Failure in associate construct with concatenated charact...Paul Thomas1-1/+14
2018-02-12re PR fortran/84273 ([F03] Reject allocatable passed-object dummy argument (p...Janus Weil1-4/+4
2018-02-11re PR fortran/35299 (scope of variables in statement function do not acquire ...Francois-Xavier Coudert1-2/+5
2018-02-01PR 83975 Associate target with non-constant character lengthJanne Blomqvist1-5/+10
2018-01-29re PR fortran/84073 (In -fc-prototypes fixed (nonzero) length strings are map...Thomas Koenig1-0/+20
2018-01-26Partial Failed Images patchDamian Rouson1-0/+4
2018-01-22PR 78534, 83704 Large character lengthsJanne Blomqvist1-6/+5
2018-01-16re PR fortran/82257 (f951: Internal compiler error segmentation fault)Louis Krupp1-1/+3
2018-01-13re PR fortran/82007 (DTIO write format stored in a string leads to severe err...Jerry DeLisle1-13/+3
2018-01-10re PR fortran/82367 (ICE with deferred length string allocate on non-deferred...Steven G. Kargl1-2/+7
2018-01-10[multiple changes]Steven G. Kargl1-1/+8
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-13/+15
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-01re PR fortran/83076 (ICE in gfc_deallocate_scalar_with_status, at fortran/tra...Paul Thomas1-0/+25
2017-12-28PR fortran/83344 Don't set bogus constant valueJanne Blomqvist1-1/+2
2017-12-10re PR fortran/53478 (gfortran segfaults when module name clashes with C bindi...Dominique d'Humieres1-6/+6
2017-12-01re PR fortran/82605 ([PDT] ICE in insert_parameter_exprs, at fortran/decl.c:3...Paul Thomas1-4/+21
2017-11-28re PR fortran/83021 (gfortran segfault in polymorphic assignment)Paul Thomas1-1/+5
2017-11-19re PR fortran/78990 (ICE when assigning polymorphic array function result)Paul Thomas1-0/+3
2017-11-14re PR fortran/78240 (ICE in match_clist_expr, at fortran/decl.c:728)Fritz Reese1-1/+1
2017-11-11re PR fortran/82932 ([OOP] ICE in update_compcall_arglist, at fortran/resolve...Janus Weil1-1/+3
2017-11-05re PR fortran/78641 ([OOP] ICE on polymorphic allocatable function in array c...Paul Thomas1-1/+2
2017-11-05re PR fortran/81447 ([7/8] gfortran fails to recognize the exact dynamic type...Paul Thomas1-1/+18
2017-11-04re PR fortran/82796 (Private+equivalence in used module breaks compilation of...Steven G. Kargl1-3/+16
2017-10-30resolve.c (resolve_transfer): Set derived to correct symbol for BT_CLASS.Steven G. Kargl1-1/+1
2017-10-21re PR fortran/82586 ([PDT] ICE: write_symbol(): bad module symbol)Paul Thomas1-0/+19
2017-10-19re PR fortran/82568 ([6/7/8] ICE with do-loop inside BLOCK inside omp)Jakub Jelinek1-3/+5
2017-10-19Use Levenshtein spelling suggestions in Fortran FEBernhard Reutner-Fischer1-4/+96
2017-10-18re PR fortran/79795 (Fortran ICE in resolve_symbol starting with r163221)Thomas Koenig1-1/+17
2017-10-13re PR fortran/81048 (incorrect derived type initialization)Paul Thomas1-1/+6
2017-10-07re PR fortran/82375 (PDT components in PDT declarations fail to compile)Paul Thomas1-3/+4
2017-10-07gfortran.h (async_io_dt): Add external reference.Thomas Koenig1-0/+8
2017-10-04re PR fortran/60458 (Error message on associate: deferred type parameter and ...Paul Thomas1-1/+1
2017-10-02re PR fortran/82312 ([OOP] Pointer assignment to component of class variable ...Paul Thomas1-4/+1
2017-09-21re PR fortran/52832 ([F03] ASSOCIATE construct with proc-pointer selector is ...Paul Thomas1-0/+14
2017-09-17re PR fortran/82173 ([meta-bug] Parameterized derived type errors)Paul Thomas1-9/+54
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas1-1/+115
2017-08-11re PR fortran/60355 ([F08] constraint C519 for BIND attribute not enforced)Thomas Koenig1-13/+14
2017-07-29simplify the bitmap alloc_stat functions with c++Trevor Saunders1-1/+1
2017-07-03re PR fortran/79866 (diagnostics: typo in "Variable %s at %L of type EVENT_TY...Dominique d'Humieres1-1/+1
2017-05-22re PR fortran/80766 ([OOP] ICE with type-bound procedure returning an array)Janus Weil1-0/+2
2017-05-11re PR fortran/78659 ([F03] Spurious "requires DTIO" reported against namelist...Jerry DeLisle1-45/+11
2017-05-09re PR fortran/79311 ([OOP] ICE in generate_finalization_wrapper, at fortran/c...Janus Weil1-20/+17
2017-03-22re PR fortran/79602 (translation: globally replace '%s' with %qs)Dominique d'Humieres1-5/+5