aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-06re PR fortran/43178 (Pointless resetting to NULL for local ALLOCATABLEs)Tobias Burnus1-16/+21
2010-03-18re PR fortran/43039 ([lto/-fwhole-file] fortran-dev - ICE in gfc_conv_compone...Paul Thomas1-0/+5
2010-02-28re PR fortran/43205 (-finit-local-zero and -fno-automatic used together with ...Tobias Burnus1-35/+40
2010-02-24[multiple changes]Tobias Burnus1-0/+4
2010-02-21re PR fortran/35259 (-fassociative-math not enabled by default; No option to...Tobias Burnus1-2/+3
2010-02-20re PR fortran/36932 (unneeded temporary (2x))Paul Thomas1-17/+17
2010-02-10re PR fortran/42309 (Problem with a pointer array passed to a subroutine)Jakub Jelinek1-2/+4
2010-02-05re PR fortran/42309 (Problem with a pointer array passed to a subroutine)Paul Thomas1-3/+41
2010-01-31re PR fortran/42888 (ICE in fold_convert_loc, at fold-const.c:2670)Janus Weil1-0/+19
2010-01-31re PR fortran/38324 (Wrong lbound given to allocatable components)Paul Thomas1-84/+144
2010-01-14re PR fortran/41478 (Corrupted memory using PACK for derived-types with alloc...Paul Thomas1-5/+46
2010-01-09[multiple changes]Tobias Burnus1-1/+14
2010-01-05re PR fortran/41872 (wrong-code: Issues with allocatable scalars)Tobias Burnus1-0/+6
2010-01-04re PR fortran/41872 (wrong-code: Issues with allocatable scalars)Tobias Burnus1-1/+2
2009-12-17re PR fortran/42144 ([OOP] deferred TBPs do not work)Janus Weil1-0/+4
2009-11-30backport: re PR fortran/42053 ([OOP] SELECT TYPE: reject duplicate CLASS IS b...Janus Weil1-89/+103
2009-11-28trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek1-2/+0
2009-11-20re PR fortran/42104 ([F03] runtime segfault with procedure pointer component)Paul Thomas1-1/+4
2009-11-19trans-expr.c (conv_isocbinding_procedure): New function.Janus Weil1-124/+147
2009-11-18re PR fortran/42072 ([F03] wrong-code with C_F_PROCPOINTER)Janus Weil1-7/+10
2009-11-03re PR fortran/41907 (465.tonto in SPEC CPU 2006 runtime failure)Tobias Burnus1-6/+9
2009-11-01[multiple changes]Tobias Burnus1-2/+34
2009-11-01re PR fortran/41850 (Wrong-code with optional allocatable arrays)Tobias Burnus1-13/+29
2009-10-29re PR fortran/41777 (Wrong-code with POINTER-returning GENERIC function)Tobias Burnus1-4/+11
2009-10-23re PR fortran/41800 ([OOP] ICE in fold_convert_loc, at fold-const.c:2789)Janus Weil1-1/+1
2009-10-19re PR fortran/41494 (temp and memcpy used when zeroing array)Richard Guenther1-2/+1
2009-10-16re PR fortran/41648 ([OOP] Type-bound procedures refused)Paul Thomas1-11/+13
2009-10-13re PR fortran/41581 ([OOP] Allocation of a CLASS with SOURCE=<class> does not...Janus Weil1-2/+83
2009-10-05trans-expr.c (select_class_proc): New function.Paul Thomas1-0/+124
2009-09-30re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus1-7/+77
2009-09-09re PR fortran/41297 (Functions are called twice)Richard Guenther1-1/+1
2009-08-29trans-expr.c (gfc_trans_assignment_1): Correct a comment.Steven G. Kargl1-1/+1
2009-08-25re PR fortran/41139 (a procedure pointer call as actual argument)Janus Weil1-18/+20
2009-08-21re PR fortran/41106 ([F03] Procedure Pointers with CHARACTER results)Janus Weil1-26/+41
2009-08-20trans-expr.c (gfc_conv_string_tmp): Check type compatibility instead of equal...Michael Matz1-1/+1
2009-08-19tree-ssa-structalias.c (create_variable_info_for): Also mark first field in a...Michael Matz1-6/+12
2009-08-16trans-expr.c (gfc_trans_scalar_assign): Replace hack with more proper hack.Richard Guenther1-17/+9
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-88/+88
2009-08-11re PR fortran/41022 ([F03] procedure pointer components as actual arguments)Janus Weil1-1/+2
2009-08-01re PR fortran/40011 (Problems with -fwhole-file)Paul Thomas1-1/+17
2009-07-25re PR fortran/40005 (segfault in gt_ggc_mx_lang_tree_node)Richard Guenther1-3/+1
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-32/+63
2009-07-13re PR fortran/40646 ([F03] array-valued procedure pointer components)Janus Weil1-1/+4
2009-07-09re PR fortran/40646 ([F03] array-valued procedure pointer components)Janus Weil1-12/+40
2009-07-09re PR fortran/40604 (ICE with -fcheck=pointer)Tobias Burnus1-21/+70
2009-07-05re PR fortran/40646 ([F03] array-valued procedure pointer components)Paul Thomas1-3/+3
2009-07-04re PR fortran/40593 (Proc-pointer returning function as actual argument)Janus Weil1-0/+9
2009-06-29re PR fortran/40580 (Add -fcheck=pointer with runtime check for using an unal...Tobias Burnus1-0/+42
2009-06-29re PR fortran/40551 (Optimizations possible using gfc_full_array_ref_p)Paul Thomas1-1/+6
2009-06-19re PR fortran/40440 (Automatic deallocation component of DT function return v...Paul Thomas1-0/+1