aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-12re PR fortran/20361 (-fmax-stack-var-size=N not working for equivalence)Tobias Schlüter1-37/+0
2005-02-24* decl.c, resolve.c, trans-array.c, trans.h: Fix comment typo(s).Volker Reichelt1-1/+1
2005-02-24Unrevert previously reversed patch, adding this patch:Tobias Schlüter1-1/+1
2005-02-24Revert yesterday's patch:Tobias Schlüter1-1/+1
2005-02-23gfortran.h (gfc_component, [...]): Make 'name' a 'const char *'.Tobias Schlüter1-1/+1
2005-02-23gfortran.h (gfc_expr): Move 'operator'...Tobias Schlüter1-6/+6
2005-01-23data.c, [...]: Fix comment typos.Kazu Hirata1-8/+8
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-11-16re PR fortran/13010 (seg fault on valid code)Paul Brook1-5/+3
2004-11-08arith.c, [...]: Fix comment formatting.Kazu Hirata1-7/+7
2004-10-07re PR fortran/17678 (USE statement incorrectly initializes allocatable array)Paul Brook1-2/+2
2004-10-04trans-array.c (gfc_conv_expr_descriptor): Check for substriungs.Tobias Schlüter1-9/+31
2004-09-16array.c, [...]: Fix comment typos.Kazu Hirata1-11/+11
2004-09-14data.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2004-09-08array.c: Don't include assert.h.Paul Brook1-98/+98
2004-08-31trans-decl.c, [...]: Replace all occurences of 'gfc_strlen_type_node' by 'gfc...Tobias Schlüter1-1/+1
2004-08-30Make-lang.in (fortran/f95-lang.o): Update dependencies.Richard Henderson1-2/+2
2004-08-25re PR fortran/17144 (Not Implemented: Character string array constructors / A...Paul Brook1-42/+177
2004-08-25trans.h (build2_v, build3_v): New macros.Tobias Schlüter1-144/+140
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-2/+2
2004-08-20Trivial spelling typo fix.Paul Brook1-1/+1
2004-08-20re PR fortran/17077 (adjustable size arrays crash)Paul Brook1-3/+5
2004-08-17re PR fortran/13082 (Function entries and entries with alternate returns not ...Paul Brook1-2/+4
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-2/+2
2004-08-14* trans-arry.c (gfc_trans_auto_array_allocation): Remove unused var.Paul Brook1-1/+0
2004-08-10builtins.def (BUILT_IN_STACK_ALLOC): Remove.Richard Henderson1-9/+3
2004-08-09re PR fortran/16919 (ICE with derived type and array constructor)Paul Brook1-12/+31
2004-08-06trans-array.c (gfc_trans_allocate_array_storage, [...]): For functions...Paul Brook1-51/+158
2004-07-15re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F)Tobias Schlüter1-3/+16
2004-07-12expr.c (gfc_check_assign_symbol): Handle pointer assignments.Paul Brook1-20/+0
2004-07-10trans-array.c (gfc_build_null_descriptor): New function.Paul Brook1-9/+22
2004-06-29Make sure types in assignments are compatible.Steven Bosscher1-54/+61
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-7/+7
2004-06-04One more comment updateTobias Schlüter1-2/+2
2004-06-03* trans-array.c: Fix spelling in comments.Tobias Schlüter1-16/+16
2004-05-14Make-lang.in, [...]: Update copyright years and boilerplate.Tobias Schlüter1-13/+13
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+4158