aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-10trans-array.c (gfc_build_null_descriptor): New function.Paul Brook1-22/+17
2004-07-10re PR fortran/15969 (ICE and assertion failure in trans-expr.c)Tobias Schlüter1-7/+24
2004-06-29Make sure types in assignments are compatible.Steven Bosscher1-25/+38
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-1/+1
2004-06-12re PR fortran/12841 (passing null to a subroutine)Tobias Schlüter1-2/+4
2004-06-09trans-expr.c (gfc_conv_cst_int_power): Compute x**(-n) by converting it to (1...Toon Moene1-3/+4
2004-06-04gfortran.h (gfc_actual_arglist): New field missing_arg_type.Tobias Schlüter1-1/+1
2004-05-30re PR fortran/15620 (Statement functions and optimization cause IC)Paul Brook1-37/+74
2004-05-19f95-lang.c (gfc_init_builtin_functions): Use vold_list_node.Feng Wang1-160/+202
2004-05-14Make-lang.in, [...]: Update copyright years and boilerplate.Tobias Schlüter1-12/+12
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-3/+3
2004-05-13re PR fortran/15314 (ICE caused by array initializer in derived type definition)Paul Brook1-10/+5
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+1835