aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/expr.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-15re PR fortran/60091 (Misleading error messages in rank-2 pointer assignment t...Harald Anlauf1-13/+47
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-1/+1
2019-03-09re PR fortran/84504 ([F08] procedure pointer variables cannot be initialized ...Janus Weil1-1/+1
2019-03-06re PR fortran/71203 (ICE in add_init_expr_to_sym, at fortran/decl.c:1512 and ...Harald Anlauf1-2/+8
2019-02-10re PR fortran/71723 ([F08] ICE on invalid pointer initialization)Thomas Koenig1-6/+30
2019-02-02re PR fortran/88685 (pointer class array argument indexing)Paul Thomas1-6/+15
2019-01-26re PR fortran/57553 ([F08] Valid use of STORAGE_SIZE rejected, bad error mess...Harald Anlauf1-3/+16
2019-01-09PR other/16615 [4/5]Sandra Loosemore1-4/+6
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-6/+6
2019-01-07re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)Thomas Koenig1-0/+69
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-29expr.c (external_spec_function): Add ieee_support_subnormal to list of IEEE i...Steven G. Kargl1-0/+1
2018-12-27re PR fortran/81027 (Assumed-shape array reported as deferred.)Steven G. Kargl1-3/+10
2018-12-21correct double semi-colonsPaul Thomas1-1/+1
2018-12-21re PR fortran/87881 (gfortran.dg/inquiry_type_ref_(1.f08|3.f90) fail on darwin)Paul Thomas1-38/+43
2018-12-09re PR fortran/88025 (ICE in gfc_apply_init, at fortran/expr.c:4468)Steven G. Kargl1-5/+3
2018-11-18re PR fortran/70260 (ICE: gimplification failed)Thomas Koenig1-2/+26
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