aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-29re PR fortran/44582 (gfortran generates wrong results due to wrong ABI in fun...Paul Thomas1-20/+75
2010-06-21re PR fortran/40632 (Support F2008's contiguous attribute)Tobias Burnus1-0/+1
2010-06-11re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg...Paul Thomas1-0/+2
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus1-1/+1
2010-05-20trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.Steven Bosscher1-6/+0
2010-05-17re PR fortran/43990 ([OOP] ICE in output_constructor_regular_field, at varasm...Janus Weil1-14/+1
2010-05-15re PR fortran/43207 ([OOP] invalid (pointer) assignment to and from abstract ...Janus Weil1-2/+5
2010-05-06Add support for C++0x nullptr.Jason Merrill1-4/+4
2010-04-29[multiple changes]Paul Thomas1-136/+105
2010-04-24re PR fortran/43841 (Missing temporary for ELEMENTAL function call)Paul Thomas1-3/+5
2010-04-13[multiple changes]Jerry DeLisle1-13/+22
2010-04-09re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-2/+3
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