aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/expr.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-01re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and...Paul Thomas1-12/+155
2018-10-28re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig1-2/+13
2018-10-12Fix off-by-one issue with inline matmulTobias Burnus1-1/+14
2018-10-08[Fortran] Disable "Assignment to contiguous pointer from non-contiguous targe...Cesar Philippidis1-3/+3
2018-09-11re PR fortran/87277 (Segfault on using array component of class scalar pointe...Paul Thomas1-0/+1
2018-09-11re PR fortran/86830 (Contiguous array pointer function result not recognized ...Janus Weil1-8/+5
2018-07-05re PR fortran/83183 (Out of memory with option -finit-derived)Fritz Reese1-25/+48
2018-07-02re PR fortran/45305 (Array-valued calles to elementals are not simplified)Paul Thomas1-5/+30
2018-06-25Fix -finit-derived for c_ptr and c_funptr in programs which useFritz Reese1-1/+31
2018-06-12re PR fortran/44491 (Diagnostic just shows "<During initialization>" instead ...Steven G. Kargl1-1/+4
2018-05-11re PR fortran/85542 (ICE in check_inquiry, at fortran/expr.c:2426)Steven G. Kargl1-1/+1
2018-03-24re PR fortran/70068 (ICE: out of memory on involving empty substring)Thomas Koenig1-6/+9
2018-03-06re PR fortran/84697 (minloc/maxloc not simplified with zero size)Thomas Koenig1-0/+16
2018-01-26Partial Failed Images patchDamian Rouson1-1/+19
2018-01-22PR 78534, 83704 Large character lengthsJanne Blomqvist1-9/+4
2018-01-18re PR fortran/83864 (ICE in gfc_apply_init, at fortran/expr.c:4271)Harald Anlauf1-1/+1
2018-01-09re PR fortran/83742 (ICE in gfc_is_simply_contiguous, at fortran/expr.c:5323)Steven G. Kargl1-8/+8
2018-01-08expr.c (gfc_check_pointer_assign): Fix typo in comment.Steven G. Kargl1-1/+1
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-9/+67
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-272017_12_27 Louis Krupp <louis.krupp@zoho.com>Louis Krupp1-0/+1
2017-11-19re PR fortran/78990 (ICE when assigning polymorphic array function result)Paul Thomas1-2/+3
2017-11-18re PR fortran/83012 (Simply contiguous pointer function not recognized as con...Thomas Koenig1-2/+25
2017-11-11re PR fortran/82886 (ICE with -finit-derived in gfc_conv_expr, at fortran/tra...Fritz Reese1-10/+32
2017-10-07re PR fortran/49232 (Pointer assignment of stride to CONTIGUOUS pointer not d...Thomas Koenig1-0/+8
2017-09-24re PR fortran/80118 (ICE with zero size parameter array)Thomas Koenig1-1/+5
2017-09-12re PR fortran/82173 ([meta-bug] Parameterized derived type errors)Paul Thomas1-1/+15
2017-09-10re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas1-0/+5
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas1-0/+100
2017-08-28re PR fortran/81770 (Bogus warning: Pointer in pointer assignment might outli...Janus Weil1-1/+2
2017-08-01re PR fortran/53542 (Diagnostic of USE-associated variables shows original in...Dominique d'Humieres1-1/+1
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-1/+1
2017-05-17re PR fortran/80668 (wrong error message with -finit-derived)Fritz Reese1-2/+6
2017-05-15re PR fortran/80752 (ICE with wrong type initialization)Steven G. Kargl1-1/+6
2017-04-10re PR fortran/80046 ([F03] Explicit interface required: pointer argument)Janus Weil1-13/+29
2017-03-22re PR fortran/79602 (translation: globally replace '%s' with %qs)Dominique d'Humieres1-3/+3
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-9/+25
2017-01-13Revert r244448Janne Blomqvist1-35/+7
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-7/+35
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild1-3/+14
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-35/+7
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-7/+35
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-13re PR fortran/78798 ([cleanup] some int-valued functions should be bool)Janus Weil1-12/+11
2016-12-12re PR fortran/78392 (ICE in gfc_trans_auto_array_allocation, at fortran/trans...Janus Weil1-23/+5
2016-12-03expr.c (gfc_build_conversion): Remove unneeded initialization.Steven G. Kargl1-2/+0
2016-12-02[multiple changes]Janus Weil1-3/+3
2016-11-24re PR fortran/78500 (ICE in gfc_check_vardef_context, at fortran/expr.c:5289)Steven G. Kargl1-1/+2
2016-11-22re PR fortran/78479 (ICE in gfc_apply_init, at fortran/expr.c:4135)Steven G. Kargl1-1/+6
2016-11-09[multiple changes]Janus Weil1-5/+5