aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-01re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and...Paul Thomas1-3/+8
2018-10-17Fix select-type regressionTobias Burnus1-1/+1
2018-10-17re PR fortran/56386 ([F03] ICE with ASSOCIATE construct and an derived type a...Paul Thomas1-0/+18
2018-10-15re PR fortran/87566 (ICE with class(*) and select)Paul Thomas1-3/+30
2018-10-11revert: re PR fortran/83522 (ICE on allocatable string reference, string(:)(:))Tobias Burnus1-7/+0
2018-10-09re PR fortran/83522 (ICE on allocatable string reference, string(:)(:))Tobias Burnus1-0/+7
2018-10-06re PR fortran/83999 (ICE in gfc_trans_assignment_1, at fortran/trans-expr.c:1...Paul Thomas1-1/+2
2018-09-20gfortran.h (gfc_str_startswith): New macro.Janus Weil1-3/+3
2018-09-17re PR fortran/85954 (ICE in make_ssa_name_fn, at tree-ssanames.c:266)Paul Thomas1-1/+9
2018-09-11re PR fortran/87172 (Spurious "Derived type 'c_funptr' at (1) has not been de...Janus Weil1-1/+1
2018-08-25re PR fortran/86545 (ICE in transfer_expr on invalid WRITE statement)Janus Weil1-2/+3
2018-08-23re PR fortran/86863 ([OOP][F2008] type-bound module procedure name not recogn...Paul Thomas1-3/+11
2018-08-22re PR fortran/86888 ([F08] allocatable components of indirectly recursive type)Janus Weil1-22/+7
2018-08-12re PR fortran/86906 (erroneous name clash with renaming in use statement)Paul Thomas1-0/+1
2018-08-10re PR fortran/57160 (short-circuit IF only with -ffrontend-optimize)Janus Weil1-1/+2
2018-07-20gfortran.h (gfc_symbol): Add pointer to next derived type.Andrew Benson1-11/+14
2018-07-18re PR fortran/85599 (warn about short-circuiting of logical expressions for n...Janus Weil1-5/+64
2018-07-05re PR fortran/86408 (bogus error: ABSTRACT INTERFACE must not have an assumed...Paul Thomas1-3/+4
2018-06-22re PR fortran/86281 (SEGV in fortran/resolve.c:resolve_function)Paul Thomas1-0/+1
2018-06-21re PR fortran/49630 ([OOP] ICE on obsolescent deferred-length type bound char...Paul Thomas1-3/+15
2018-06-21re PR fortran/83118 (Bad intrinsic assignment of class(*) array component of ...Paul Thomas1-0/+5
2018-06-09re PR fortran/38351 (Poor error message for rank mismatch in operator args)Steven G. Kargl1-1/+7
2018-06-04re PR fortran/85981 (ICE in gfc_trans_string_copy, at fortran/trans-expr.c:6539)Steven G. Kargl1-2/+7
2018-05-25re PR fortran/85839 ([F2018] warn for obsolescent features)Janus Weil1-0/+7
2018-05-25re PR fortran/85543 (ICE in update_current_proc_array_outer_dependency, at fo...Steven G. Kargl1-2/+2
2018-05-24re PR fortran/85780 (ICE in resolve_fl_procedure, at fortran/resolve.c:12504)Steven G. Kargl1-1/+1
2018-05-24re PR fortran/85895 (ICE in gfc_conv_array_ref, at fortran/trans-array.c:3518)Steven G. Kargl1-0/+2
2018-05-20re PR fortran/80657 (Loop in character function declaration)Paul Thomas1-2/+9
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