aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-27re PR fortran/54384 (gfortran memory leaks)Tobias Burnus1-0/+1
2012-08-27re PR fortran/54384 (gfortran memory leaks)Tobias Burnus1-0/+5
2012-08-24re PR fortran/54350 (FAIL: gfortran.dg/realloc_on_assign_*.f90 -O (internal...Tobias Burnus1-45/+44
2012-08-22trans-expr.c (gfc_copy_class_to_class, [...]): Free loop and ss data.Tobias Burnus1-0/+3
2012-08-14re PR fortran/47586 ([F03] allocatable components: deep copy missing)Mikael Morin1-0/+45
2012-08-14trans-expr.c (gfc_trans_scalar_assign): Rename argument, extend comment.Mikael Morin1-6/+29
2012-08-14gfortran.h (gfc_get_proc_ptr_comp): New prototype.Mikael Morin1-9/+9
2012-08-02array.c (gfc_copy_array_ref): Don't copy the offset field.Mikael Morin1-1/+0
2012-07-25trans-types.c (gfc_real16_is_float128): Fix spelling in a comment.Tobias Burnus1-3/+3
2012-07-21trans-expr.c (gfc_conv_derived_to_class): Fix argument passed to class_array_...Tobias Burnus1-2/+1
2012-07-20re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-15/+158
2012-07-19trans-expr.c (gfc_conv_procedure_call): Fix handling of polymorphic arguments.Tobias Burnus1-2/+7
2012-07-12trans-expr.c (conv_isocbinding_procedure): GenerateTobias Burnus1-21/+102
2012-06-16re PR fortran/53642 (Front-end optimization: Wrong string length for deferred...Tobias Burnus1-8/+2
2012-05-14re PR fortran/49110 (Deferred-length character result triggers (false positiv...Tobias Burnus1-7/+8
2012-05-13re PR fortran/52158 (Regression on character function with gfortran 4.7)Alessandro Fanfarillo1-20/+21
2012-05-05re PR fortran/41600 ([OOP] SELECT TYPE with associate-name => exp: Arrays not...Paul Thomas1-9/+31
2012-04-25re PR fortran/52196 (Add -Wrealloc-lhs)Tobias Burnus1-2/+21
2012-04-15re PR fortran/51082 ([F03] Wrong result for a pointer to a proc-pointer compo...Janus Weil1-1/+1
2012-03-04re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin1-0/+4
2012-03-04re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin1-2/+29
2012-03-04trans.h (struct gfc_ss_info): Move can_be_null_ref component from the data::s...Mikael Morin1-1/+1
2012-03-03re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-1/+2
2012-02-29re PR fortran/52386 (ICE in gfc_conv_descriptor_dtyp (realloc LHS related))Paul Thomas1-0/+2
2012-02-08re PR fortran/52151 (Segfault with realloc on assignment and RESHAPE to unall...Tobias Burnus1-7/+6
2012-02-07re PR fortran/51514 ([OOP] Wrong code when passing a scalar CLASS to a TYPE)Tobias Burnus1-0/+6
2012-02-02re PR fortran/41587 ([OOP] ICE with ALLOCATABLE CLASS components)Mikael Morin1-4/+1
2012-02-02re PR fortran/52012 (Wrong-code with realloc on assignment and RESHAPE w/ ORD...Paul Thomas1-13/+57
2012-02-012012-02-01 Tobias BurnusTobias Burnus1-1/+1
2012-01-31re PR fortran/52012 (Wrong-code with realloc on assignment and RESHAPE w/ ORD...Paul Thomas1-16/+12
2012-01-27re PR fortran/52022 (Wrong-code with procedures passed as actual argument)Tobias Burnus1-1/+2
2012-01-27re PR fortran/48705 ([OOP] ALLOCATE with non-trivial SOURCE)Paul Thomas1-1/+104
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