aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-15Fix translation issue with character length * errors (PR fortran/79860)David Malcolm1-4/+5
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild1-0/+3
2017-02-28re PR fortran/79739 (ICE with some interesting code)Paul Thomas1-3/+4
2017-02-19re PR fortran/79402 (ICE with submodules: module procedure interface defined ...Paul Thomas1-0/+33
2017-01-13Revert r244448Janne Blomqvist1-10/+8
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-8/+10
2017-01-13re PR fortran/70697 ([Coarray] ICE on EVENT WAIT with array element UNTIL_COU...Andre Vehreschild1-4/+7
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-7/+6
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-6/+7
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-27gfortran.h (gfc_error): Rename overload with OPT argument to...Jakub Jelinek1-7/+7
2016-12-13re PR fortran/78798 ([cleanup] some int-valued functions should be bool)Janus Weil1-7/+7
2016-12-13re PR fortran/77785 ([Coarray] ICE in gfc_get_caf_token_offset, at fortran/tr...Andre Vehreschild1-2/+2
2016-12-12re PR fortran/78392 (ICE in gfc_trans_auto_array_allocation, at fortran/trans...Janus Weil1-2/+2
2016-12-10re PR fortran/78350 (ICE in gfc_code2string(): Bad code, at fortran/misc.c:193)Paul Thomas1-23/+4
2016-12-09re PR fortran/77903 ([F08] gfortran 6.1.0/7.0.0 accept invalid code with conf...Paul Thomas1-7/+3
2016-12-09re PR fortran/44265 (Link error with reference to parameter array in specific...Paul Thomas1-0/+59
2016-12-06re PR fortran/78659 ([F03] Spurious "requires DTIO" reported against namelist...Jerry DeLisle1-9/+1
2016-12-03re PR fortran/58175 ([OOP] Incorrect warning message on scalar finalizer)Janus Weil1-1/+1
2016-11-29[multiple changes]Janus Weil1-1/+4