aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-06allocate_with_source_14.f03: Fixed number mallocs occuring.Andre Vehreschild1-8/+0
2016-10-25re PR fortran/45516 ([F08] allocatable compontents of recursive type)Paul Thomas1-7/+95
2016-10-25re PR fortran/72770 (ICE in make_ssa_name_fn, at tree-ssanames.c:263)Andre Vehreschild1-1/+28
2016-10-24trans-intrinsic.c (gfc_conv_intrinsic_minmax): Use VAR_P (x) instead of TREE_...Jakub Jelinek1-20/+19
2016-10-22re PR fortran/43366 ([OOP][F08] Intrinsic assign to polymorphic variable)Andre Vehreschild1-34/+91
2016-10-07[multiple changes]Louis Krupp1-2/+6
2016-09-30trans-array.c (gfc_array_allocate): Use the token from coarray's .token member.Andre Vehreschild1-6/+1
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-0/+1
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild1-23/+104
2016-08-17re PR fortran/67496 (trans-array.c sanitizer runtime error: load of value 124...Jakub Jelinek1-1/+2
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+1
2016-08-08re PR fortran/71936 (ICE in wide_int_to_tree, at tree.c:1487)Andre Vehreschild1-1/+8
2016-08-08re PR fortran/70524 (ICE when using -frepack-arrays -Warray-temporaries)Andre Vehreschild1-0/+5
2016-07-29gfortran: Fix allocation of diagnostig string (was too small).Dominik Vogt1-1/+1
2016-06-16Fix code emission for FAIL_ALLOC predictorMartin Liska1-1/+1
2016-06-05re PR fortran/69659 (ICE on using option -frepack-arrays, in gfc_conv_descrip...Andre Vehreschild1-1/+6
2016-05-02trans-array.c (gfc_trans_create_temp_array): Properly create a DECL_EXPR for ...Richard Biener1-0/+10
2016-04-04re PR fortran/65795 (Segfault (invalid write) for ALLOCATE statement involvin...Andre Vehreschild1-2/+2
2016-02-23re PR fortran/67451 ([F08] ICE with sourced allocation from coarray.)Andre Vehreschild1-12/+15
2016-02-05Fix fortran scalar elemental dependency mishandlingMikael Morin1-5/+13
2016-01-15re PR fortran/64324 (Deferred character specific functions not permitted in g...Paul Thomas1-5/+17
2016-01-10re PR fortran/67779 (Strange ordering with strings in extended object)Paul Thomas1-1/+1
2016-01-08re PR fortran/69128 (OpenMP workshare problem with SUM())Jakub Jelinek1-1/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2016-01-01re PR fortran/68864 (ICE: in gfc_get_descriptor_dimension, at fortran/trans-a...Paul Thomas1-2/+2
2015-12-18re PR fortran/68196 (ICE on function result with procedure pointer component)Paul Thomas1-2/+3
2015-12-12re PR fortran/45859 ([Coarray, F2008, IR] Rejects valid actuals to coarray du...Tobias Burnus1-2/+2
2015-11-15re PR fortran/50221 (Allocatable string length fails with array assignment)Paul Thomas1-4/+116
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-11-08re PR fortran/68218 (ALLOCATE with size given by a module function)Andre Vehreschild1-0/+2
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-5/+5
2015-10-26re PR fortran/66927 (ICE in gfc_conf_procedure_call)Andre Vehreschild1-4/+20
2015-10-25re PR fortran/67171 (sourced allocation)Paul Thomas1-0/+32
2015-10-25re PR fortran/66927 (ICE in gfc_conf_procedure_call)Andre Vehreschild1-4/+16
2015-10-02[multiple changes]Louis Krupp1-5/+33
2015-08-29trans.c (gfc_call_malloc, [...]): Simplify code.Francois-Xavier Coudert1-3/+3
2015-08-06Move one condition out of gfc_trans_scalar_assignMikael Morin1-2/+2
2015-07-22Fix r225926's iso_varying_string ICE regressionMikael Morin1-1/+5
2015-07-17Fix PR61831: Side-effect variable component deallocationMikael Morin1-4/+5
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-07-07re PR fortran/66578 ([F2008] Invalid free on allocate(...,source=a(:)) in block)Andre Vehreschild1-22/+32
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-15re PR fortran/44672 ([F08] ALLOCATE with SOURCE and no array-spec)Andre Vehreschild1-19/+100
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-05-26re PR fortran/66082 (memory leak with automatic array dummy argument with der...Paul Thomas1-1/+12
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-5/+1
2015-05-09Fix fortran/65894 elemental procedures wrong-codeMikael Morin1-12/+40
2015-05-08trans-array.c (gfc_walk_elemental_function_args): Don't skip the advance to t...Mikael Morin1-1/+2
2015-04-27re PR fortran/59678 ([F03] Segfault on equalizing variables of a complex deri...Andre Vehreschild1-38/+60