aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-18re PR fortran/51634 ([OOP] ICE with polymorphic operators)Paul Thomas1-1/+11
2012-01-17re PR fortran/51869 (Realloc on assignment wrongly assumes that MALLOC return...Tobias Burnus1-5/+18
2012-01-062012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-3/+7
2012-01-04re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin1-0/+5
2012-01-04trans-expr.c (gfc_conv_expr): Move address taking...Mikael Morin1-2/+1
2012-01-02re PR fortran/51529 ([OOP] gfortran.dg/class_to_type_1.f03 is miscompiled: Un...Paul Thomas1-158/+213
2011-12-15trans-expr.c (gfc_walk_function_expr): Detect elemental procedure components ...Paul Thomas1-1/+1
2011-12-11re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas1-72/+386
2011-11-04trans-expr.c (gfc_conv_procedure_call): Handle temporaries for arguments to e...Mikael Morin1-1/+12
2011-11-03trans.h (struct gfc_ss): New field nested_ss.Mikael Morin1-1/+2
2011-11-03trans.h (struct gfc_ss): New field parent.Mikael Morin1-1/+10
2011-11-03trans-array.h (gfc_trans_create_temp_array): Remove loop argument.Mikael Morin1-2/+2
2011-11-03trans.h (struct gfc_ss, [...]): Move field gfc_ss::useflags into gfc_ss_info.Mikael Morin1-2/+2
2011-11-03trans.h (struct gfc_ss, [...]): Move field gfc_ss::data::info into gfc_ss_inf...Mikael Morin1-6/+6
2011-11-03trans.h (struct gfc_ss, [...]): Move member struct gfc_ss::data::scalar into ...Mikael Morin1-1/+1
2011-11-03trans.h (struct gfc_ss, [...]): Move field string_length from the former stru...Mikael Morin1-5/+10
2011-11-03trans.h (struct gfc_ss, [...]): Move field expr from the former struct to the...Mikael Morin1-10/+12
2011-11-03trans.h (struct gfc_ss_info): New struct.Mikael Morin1-9/+18
2011-11-03trans.h (struct gfc_ss, [...]): Move shape field from the former struct to th...Mikael Morin1-11/+13
2011-11-03trans.h (struct gfc_array_info): Move dim and dimen fields...Mikael Morin1-3/+3
2011-11-03trans.h (struct gfc_ss_info, [...]): Rename the former to the latter.Mikael Morin1-2/+2
2011-11-03trans-array.h (gfc_trans_create_temp_array): Replace info argument with ss ar...Mikael Morin1-4/+6
2011-10-14re PR fortran/50718 (ICE (fold_convert) with -fcheck=pointer)Tobias Burnus1-2/+8
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-16/+18
2011-09-08trans-array.c (gfc_trans_constant_array_constructor): Remove superfluous init...Mikael Morin1-2/+2
2011-09-08trans-array.h (gfc_get_scalar_ss): New prototype.Mikael Morin1-14/+5
2011-09-08trans-array.h (gfc_get_temp_ss): New prototype.Mikael Morin1-10/+4
2011-09-08trans-array.h (gfc_get_array_ss): New prototype.Mikael Morin1-6/+2
2011-08-25re PR fortran/50050 (Internal compiler error free_expr0 at expr.c:3709 via gf...Mikael Morin1-0/+1
2011-08-25trans-array.c (gfc_conv_descriptor_token): Add assert.Tobias Burnus1-7/+23
2011-08-25trans-array.c (structure_alloc_comps): Fix for allocatable scalar coarray com...Tobias Burnus1-1/+2
2011-08-22re PR fortran/50050 (Internal compiler error free_expr0 at expr.c:3709 via gf...Mikael Morin1-4/+1
2011-08-19re PR fortran/49792 (OpenMP workshare: Wrong result with array assignment)Jakub Jelinek1-4/+5
2011-07-26trans-array.c (CAF_TOKEN_FIELD): New macro constant.Tobias Burnus1-19/+33
2011-07-21check.c (gfc_check_present): Allow coarrays.Tobias Burnus1-0/+81
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-4/+3
2011-07-16expr.c (gfc_ref_this_image): New function.Tobias Burnus1-3/+5
2011-06-122011-06-12 Tobias BurnusTobias Burnus1-2/+2
2011-06-05re PR fortran/49255 (-fcheck=pointer diagnoses too much: Passing NULL pointer...Tobias Burnus1-0/+6
2011-05-26[multiple changes]Paul Thomas1-2/+2
2011-04-30re PR fortran/48746 (Matmul with allocate on assignment)Paul Thomas1-6/+39
2011-04-29re PR fortran/48462 (realloc on assignment: matmul Segmentation Fault with Al...Paul Thomas1-6/+8
2011-04-19Replace gfc_getmem with XCNEW, XCNEWVEC or xcallocJanne Blomqvist1-2/+2
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-8/+8
2011-04-18re PR fortran/48462 (realloc on assignment: matmul Segmentation Fault with Al...Paul Thomas1-40/+23
2011-04-10Remove doubled up words.Mike Stump1-1/+1
2011-03-30re PR fortran/47516 (testsuite failure: realloc_on_assign_2.f03 (with --disab...Michael Matz1-11/+12
2011-03-12re PR fortran/48059 ([OOP] ICE in in gfc_conv_component_ref: character functi...Janus Weil1-0/+4
2011-02-182011-02-18 Tobias BurnusTobias Burnus1-3/+7
2011-02-18re PR fortran/45586 (ICE non-trivial conversion at assignment)Michael Matz1-0/+20