Daily bump.
[gcc.git] / gcc / fortran / expr.c
2020-07-01 Mark EgglestonFortran : Fortran translation issues PR52279
2020-06-11 Harald AnlaufPR fortran/95503 - Fix ICE in gfc_is_simply_contiguous...
2020-04-27 Thomas KoenigRevert r10-7920-g06eca1acafa27e19e82dc73927394a7a4d0bdbc5 .
2020-04-23 Thomas KönigFix PR 93956, wrong pointer when returned via function.
2020-04-01 Mark Egglestonfortran : FAIL: gfortran.dg/pr93365.f90 PR94386
2020-03-28 Paul ThomasPatch for PR94246
2020-03-23 Mark Egglestonfortran: ICE in gfc_match_assignment PR93600
2020-02-18 Mark Eggleston[fortran] ICE assign character pointer to non target...
2020-01-30 Andrew BensonRemove check for maximum symbol name length.
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-21 Paul Thomasre PR fortran/92753 (ICE in gfc_trans_call, at fortran...
2019-12-20 Tobias BurnusFortran] PR 92996 – fix rank resolution EXPR_ARRAY
2019-11-08 Mark EgglestonAllow CHARACTER literals in assignments and data statem...
2019-10-13 Thomas Koenigre PR fortran/92017 (ICE in gfc_expr_attr, at fortran...
2019-10-03 Mark EgglestonCharacter typenames in errors and warnings
2019-09-17 Paul Thomasre PR fortran/91588 (ICE in check_inquiry, at fortran...
2019-09-01 Paul Thomasarray.c (spec_dimen_size): Check for the presence of...
2019-08-13 Steven G. Karglre PR fortran/87993 (ICE in gfc_constructor_first,...
2019-08-10 Steven G. Kargldecl.c (match_old_style_init): Use a clearer error...
2019-07-23 Steven G. Karglarith.c (gfc_convert_integer, [...]): Move to ...
2019-07-14 Jerry DeLislere PR fortran/87233 (Constraint C1279 still followed...
2019-06-13 Steven G. Karglre PR fortran/89344 (uncaught programmer error: polymo...
2019-05-19 Thomas Koenigre PR fortran/88821 (Inline packing of non-contiguous...
2019-04-14 Paul Thomasre PR fortran/89843 (CFI_section delivers incorrect...
2019-04-03 Dominique d'Humieres[multiple changes]
2019-04-03 Dominique d'Humieresre PR fortran/89375 (fortran/expr.c:4723:5: warning...
2019-03-27 Janus Weilre PR fortran/85537 ([F08] Invalid memory reference...
2019-03-27 Paul Thomasre PR fortran/88247 (ICE in get_array_ctor_var_strlen...
2019-03-18 Thomas Koenigre PR fortran/88008 (ICE in check_typebound_baseobject...
2019-03-15 Harald Anlaufre PR fortran/60091 (Misleading error messages in rank...
2019-03-11 Martin LiskaWrap option names in gcc internal messages with %<...
2019-03-09 Janus Weilre PR fortran/84504 ([F08] procedure pointer variables...
2019-03-06 Harald Anlaufre PR fortran/71203 (ICE in add_init_expr_to_sym, at...
2019-02-10 Thomas Koenigre PR fortran/71723 ([F08] ICE on invalid pointer initi...
2019-02-02 Paul Thomasre PR fortran/88685 (pointer class array argument indexing)
2019-01-26 Harald Anlaufre PR fortran/57553 ([F08] Valid use of STORAGE_SIZE...
2019-01-09 Sandra LoosemorePR other/16615 [4/5]
2019-01-09 Sandra LoosemorePR other/16615 [1/5]
2019-01-07 Thomas Koenigre PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-29 Steven G. Karglexpr.c (external_spec_function): Add ieee_support_subno...
2018-12-27 Steven G. Karglre PR fortran/81027 (Assumed-shape array reported as...
2018-12-21 Paul Thomascorrect double semi-colons
2018-12-21 Paul Thomasre PR fortran/87881 (gfortran.dg/inquiry_type_ref_...
2018-12-09 Steven G. Karglre PR fortran/88025 (ICE in gfc_apply_init, at fortran...
2018-11-18 Thomas Koenigre PR fortran/70260 (ICE: gimplification failed)
2018-11-01 Paul Thomasre PR fortran/40196 ([F03] [F08] Type parameter inquiry...
2018-10-28 Thomas Koenigre PR fortran/54613 ([F08] Add FINDLOC plus support...
2018-10-12 Tobias BurnusFix off-by-one issue with inline matmul
2018-10-08 Cesar Philippidis[Fortran] Disable "Assignment to contiguous pointer...
2018-09-11 Paul Thomasre PR fortran/87277 (Segfault on using array component...
2018-09-11 Janus Weilre PR fortran/86830 (Contiguous array pointer function...
2018-07-05 Fritz Reesere PR fortran/83183 (Out of memory with option -finit...
2018-07-02 Paul Thomasre PR fortran/45305 (Array-valued calles to elementals...
2018-06-25 Fritz ReeseFix -finit-derived for c_ptr and c_funptr in programs...
2018-06-12 Steven G. Karglre PR fortran/44491 (Diagnostic just shows "<During...
2018-05-11 Steven G. Karglre PR fortran/85542 (ICE in check_inquiry, at fortran...
2018-03-24 Thomas Koenigre PR fortran/70068 (ICE: out of memory on involving...
2018-03-06 Thomas Koenigre PR fortran/84697 (minloc/maxloc not simplified with...
2018-01-26 Damian RousonPartial Failed Images patch
2018-01-22 Janne BlomqvistPR 78534, 83704 Large character lengths
2018-01-18 Harald Anlaufre PR fortran/83864 (ICE in gfc_apply_init, at fortran...
2018-01-09 Steven G. Karglre PR fortran/83742 (ICE in gfc_is_simply_contiguous...
2018-01-08 Steven G. Karglexpr.c (gfc_check_pointer_assign): Fix typo in comment.
2018-01-05 Janne BlomqvistPR 78534 Change character length from int to size_t
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-27 Louis Krupp2017_12_27 Louis Krupp <louis.krupp@zoho.com>
2017-11-19 Paul Thomasre PR fortran/78990 (ICE when assigning polymorphic...
2017-11-18 Thomas Koenigre PR fortran/83012 (Simply contiguous pointer function...
2017-11-11 Fritz Reesere PR fortran/82886 (ICE with -finit-derived in gfc_con...
2017-10-07 Thomas Koenigre PR fortran/49232 (Pointer assignment of stride to...
2017-09-24 Thomas Koenigre PR fortran/80118 (ICE with zero size parameter array)
2017-09-12 Paul Thomasre PR fortran/82173 ([meta-bug] Parameterized derived...
2017-09-10 Paul Thomasre PR fortran/34640 (ICE when assigning item of a deriv...
2017-09-09 Paul Thomasdecl.c: Add decl_type_param_list...
2017-08-28 Janus Weilre PR fortran/81770 (Bogus warning: Pointer in pointer...
2017-08-01 Dominique d'Humieresre PR fortran/53542 (Diagnostic of USE-associated varia...
2017-06-04 Jan Hubickai386.c (make_resolver_func): Update.
2017-05-17 Fritz Reesere PR fortran/80668 (wrong error message with -finit...
2017-05-15 Steven G. Karglre PR fortran/80752 (ICE with wrong type initialization)
2017-04-10 Janus Weilre PR fortran/80046 ([F03] Explicit interface required...
2017-03-22 Dominique d'Humieresre PR fortran/79602 (translation: globally replace...
2017-01-21 Jakub Jelinekgfortran.h (gfc_extract_int): Change return type to...
2017-01-13 Janne BlomqvistRevert r244448
2017-01-13 Janne BlomqvistPR 78534 Change character length from int to size_t
2017-01-07 Andre Vehreschildre PR fortran/78781 ([Coarray] ICE in gfc_deallocate_sc...
2017-01-03 Janne BlomqvistPR 78534 Revert r244011
2017-01-03 Janne BlomqvistPR 78534 Change character length from int to size_t
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-13 Janus Weilre PR fortran/78798 ([cleanup] some int-valued function...
2016-12-12 Janus Weilre PR fortran/78392 (ICE in gfc_trans_auto_array_alloca...
2016-12-03 Steven G. Karglexpr.c (gfc_build_conversion): Remove unneeded initiali...
2016-12-02 Janus Weil[multiple changes]
2016-11-24 Steven G. Karglre PR fortran/78500 (ICE in gfc_check_vardef_context...
2016-11-22 Steven G. Karglre PR fortran/78479 (ICE in gfc_apply_init, at fortran...
2016-11-09 Janus Weil[multiple changes]
2016-11-08 Janus Weilre PR fortran/68440 ([OOP] ICE on declaring class varia...
2016-11-08 Janus Weilre PR fortran/77596 ([F03] procedure pointer component...
2016-11-07 Thomas Koenigre PR fortran/78226 (Fill out location information...
2016-11-06 Andre Vehreschildallocate_with_source_14.f03: Fixed number mallocs occuring.
next