aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-01decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-03-23convert.c (convert): Replace fold (buildN (...)) with fold_buildN.Steven Bosscher1-58/+58
2005-03-15trans-stmt.c (gfc_trans_label_assign): Don't set DECL_ARTIFICIAL flag to zero...Feng Wang1-2/+0
2005-03-15re PR fortran/18827 (ICE on assign to common variable)Feng Wang1-2/+21
2005-02-13trans-stmt.c (generate_loop_for_temp_to_lhs, [...]): Remove if whose conditio...Tobias Schlüter1-8/+4
2005-01-27trans-decl.c (gfc_build_label_decl): Set DECL_ARTIFICAL and TREE_USED for all...Steven Bosscher1-2/+1
2005-01-23data.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
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-12re PR fortran/16222 (non-integral DO loop variables are unsupported.)Steven G. Kargl1-10/+24
2004-11-08arith.c, [...]: Fix comment formatting.Kazu Hirata1-3/+3
2004-10-07* trans-stmt.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-10-06trans-stmt.c (gfc_trans_simple_do): New function.Paul Brook1-28/+124
2004-10-04trans-const.c (gfc_build_cstring_const): New function.Tobias Schlüter1-3/+2
2004-09-16array.c, [...]: Fix comment typos.Kazu Hirata1-15/+15
2004-09-14data.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2004-09-08array.c: Don't include assert.h.Paul Brook1-22/+15
2004-08-30Make-lang.in (fortran/f95-lang.o): Update dependencies.Richard Henderson1-0/+6
2004-08-25trans.h (build2_v, build3_v): New macros.Tobias Schlüter1-98/+99
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-5/+5
2004-08-17re PR fortran/13082 (Function entries and entries with alternate returns not ...Paul Brook1-0/+8
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-8/+6
2004-06-29Make sure types in assignments are compatible.Steven Bosscher1-63/+65
2004-05-30re PR fortran/15620 (Statement functions and optimization cause IC)Paul Brook1-25/+8
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/+3159