aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/expr.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-10decl.c (match_old_style_init): Use a clearer error message.Steven G. Kargl1-13/+28
2019-07-23arith.c (gfc_convert_integer, [...]): Move to ...Steven G. Kargl1-28/+20
2019-07-14re PR fortran/87233 (Constraint C1279 still followed after f2008 standard rev...Jerry DeLisle1-4/+6
2019-06-13re PR fortran/89344 (uncaught programmer error: polymorphic variable is INTE...Steven G. Kargl1-2/+9
2019-05-19re PR fortran/88821 (Inline packing of non-contiguous arguments)Thomas Koenig1-0/+3
2019-04-14re PR fortran/89843 (CFI_section delivers incorrect result descriptor)Paul Thomas1-5/+29
2019-04-03[multiple changes]Dominique d'Humieres1-1/+1
2019-04-03re PR fortran/89375 (fortran/expr.c:4723:5: warning: logical ‘or’ of equa...Dominique d'Humieres1-1/+0
2019-03-27re PR fortran/85537 ([F08] Invalid memory reference at runtime when calling s...Janus Weil1-0/+14
2019-03-27re PR fortran/88247 (ICE in get_array_ctor_var_strlen, at fortran/trans-array...Paul Thomas1-1/+3
2019-03-18re PR fortran/88008 (ICE in check_typebound_baseobject, at fortran/resolve.c:...Thomas Koenig1-0/+6
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