aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-13re PR fortran/17740 (ICE in gfc_trans_arrayfunc_assign, at fortran/trans-expr...Erik Edelmann1-1/+2
2005-09-09re PR fortran/19239 ([4.0 only] gfortran ICE on vector subscript expressions)Richard Sandiford1-0/+5
2005-09-09re PR fortran/21104 (Segmentation fault on correct code)Richard Sandiford1-73/+16
2005-09-09re PR fortran/12840 ([4.0 only] Unable to find scalarization loop specifier)Richard Sandiford1-1/+1
2005-09-08re PR fortran/15326 ([4.0 only] ICE with assumed length character strings)Richard Sandiford1-107/+552
2005-09-08re PR fortran/19928 (Reference of constant derived type component causes fail...Richard Sandiford1-3/+3
2005-09-08re PR fortran/23373 ([4.0 only] Functions returning pointers with pointer arg...Richard Sandiford1-6/+25
2005-08-16[multiple changes]Feng Wang1-0/+1
2005-08-06decl.c, [...]: Fix comment/doc typos.Kazu Hirata1-1/+1
2005-08-04trans-expr.c (gfc_conv_expr, [...]): Update comments.Paul Brook1-3/+13
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-17/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-13trans-expr.c (gfc_conv_function_call): Return int instead of void.Jakub Jelinek1-6/+18
2005-06-12trans-array.c (gfc_conv_descriptor_data_get): Rename from gfc_conv_descriptor...Richard Henderson1-12/+3
2005-06-12trans-expr.c (gfc_conv_variable): POINTER results don't need f2c calling conv...Tobias Schlüter1-4/+1
2005-06-01trans-expr.c (gfc_conv_variable): Clean up bracketting.Paul Thomas1-13/+14
2005-05-31re PR fortran/18109 (ICE with explicit array of strings)Paul Thomas1-1/+4
2005-05-30* trans-expr.c: Fix comment typos.Kazu Hirata1-2/+2
2005-05-30* trans-expr.c: Remove trailing ^M.Kazu Hirata1-51/+51
2005-05-29re PR fortran/16939 (Pointers not passed as subroutine arguments)Paul Thomas1-38/+106
2005-05-11resolve.c (resolve_symbol): Copy 'pointer' and 'dimension' attribute from res...Tobias Schlüter1-1/+1
2005-05-11re PR fortran/20178 (COMPLEX function returns incompatible with g77)Tobias Schlüter1-4/+31
2005-04-29[multiple changes]Jakub Jelinek1-10/+34
2005-04-29trans-expr.c (gfc_conv_expr_present): Fix broken assert.Paul Brook1-2/+3
2005-03-23convert.c (convert): Replace fold (buildN (...)) with fold_buildN.Steven Bosscher1-8/+7
2005-03-04re PR fortran/19673 (pointer function with RESULT specified returns pointer t...Tobias Schlüter1-1/+2
2005-02-23gfortran.h (gfc_expr): Move 'operator'...Tobias Schlüter1-20/+20
2005-01-23data.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-01-22* trans-expr.c (gfc_conv_function_call): Remove bogus TODO.Paul Brook1-1/+1
2005-01-18arith.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-03arith.c: Add system.h; remove string.hSteven G. Kargl1-2/+0
2004-12-27trans-expr.c (gfc_conv_cst_int_power): Only check for flag_unsafe_math_optimi...Andrew Pinski1-1/+2
2004-11-10re PR fortran/18375 (ICE when compiling spec benchmark fma3d)Paul Brook1-2/+2
2004-11-08arith.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-10-04trans-array.c (gfc_conv_expr_descriptor): Check for substriungs.Tobias Schlüter1-0/+47
2004-09-24re PR fortran/17615 (Internal compiler error using interface procedures)Tobias Schlüter1-2/+2
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-1/+1
2004-09-16array.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-14data.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-08array.c: Don't include assert.h.Paul Brook1-67/+58
2004-08-31trans-decl.c, [...]: Replace all occurences of 'gfc_strlen_type_node' by 'gfc...Tobias Schlüter1-12/+12
2004-08-30Make-lang.in (fortran/f95-lang.o): Update dependencies.Richard Henderson1-0/+3
2004-08-26expr.c (gfc_check_assign): Add comment.Tobias Schlüter1-0/+7
2004-08-25re PR fortran/17144 (Not Implemented: Character string array constructors / A...Paul Brook1-6/+6
2004-08-25trans.h (build2_v, build3_v): New macros.Tobias Schlüter1-36/+36
2004-08-22* trans-const.c, trans-decl.c, trans-expr.c: Spelling fixes.Tobias Schlüter1-32/+39
2004-08-09re PR fortran/16919 (ICE with derived type and array constructor)Paul Brook1-17/+221
2004-08-06trans-array.c (gfc_trans_allocate_array_storage, [...]): For functions...Paul Brook1-17/+25
2004-07-30gimplify.c (gimplify_expr): Don't replace with DECL_INITIAL if fb_lvalue.Richard Henderson1-2/+11
2004-07-12expr.c (gfc_check_assign_symbol): Handle pointer assignments.Paul Brook1-22/+44