aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-09re PR fortran/26038 (ICE on allocation of assumed length CHARACTER dummy.)Paul Thomas1-0/+4
2006-02-06trans-stmt.c (gfc_evaluate_where_mask): Allow the NMASK argument to be NULL t...Roger Sayle1-27/+51
2006-02-06backport: trans-decl.c (create_function_arglist): Handle dummy functions.Jakub Jelinek1-1/+1
2006-02-05dependency.c (gfc_check_dependency): Remove unused vars and nvars arguments.Roger Sayle1-10/+181
2006-02-05trans-stmt.c (gfc_evaluate_where_mask): Use LOGICAL*1 for WHERE masks instead...Roger Sayle1-4/+8
2006-01-19gfortranspec.c: Update copyright years.Tobias Schlüter1-1/+2
2006-01-16trans-stmt.c (gfc_trans_if_1): Use fold_buildN and build_int_cst.Richard Guenther1-28/+38
2006-01-16trans-expr.c (gfc_conv_function_call): Use fold_build2.Richard Guenther1-1/+2
2006-01-09trans-stmt.c (gfc_trans_pointer_assign_need_temp): Use fold_convert to avoid ...Andrew Pinski1-1/+2
2006-01-07re PR fortran/22146 (ICE when calling ELEMENTAL subroutines)Paul Thomas1-17/+79
2005-12-16trans.h (tree): Remove declaration of gfc_build_function_call.Richard Guenther1-11/+11
2005-12-16trans.h (gfc_build_indirect_ref): Remove declaration.Richard Guenther1-3/+3
2005-12-16(gfc_conv_descriptor_data_addr): Use build_fold_addr_expr where appropriate.Richard Guenther1-3/+3
2005-10-25re PR fortran/22290 (Optimize Assigned GOTO to cause error with -O1 or higher)Feng Wang1-0/+3
2005-09-21re PR fortran/19929 (Deallocation of an allocated derived type component caus...Erik Edelmann1-1/+1
2005-08-14trans-stmt.c (gfc_trans_arithmetic_if): Optimized in case of equal labels.Canqun Yang1-10/+31
2005-07-31trans-stmt.c (gfc_trans_goto): Jump to the known label instead of the assigne...Steven Bosscher1-4/+6
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-2/+2
2005-07-11trans-stmt.c (gfc_trans_forall_loop): Clear maskindex before the outermost loop.Jakub Jelinek1-118/+16
2005-06-26trans-stmt.c (gfc_trans_forall_1): Prefer to use smaller logical type than bo...Jakub Jelinek1-3/+9
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-13re PR fortran/22038 (Forall with mask broken)Tobias Schlüter1-2/+3
2005-06-13trans-expr.c (gfc_conv_function_call): Return int instead of void.Jakub Jelinek1-4/+3
2005-06-11re PR fortran/17792 ([4.0 only] deallocate does not return stat)Steven G. Kargl1-11/+65
2005-05-26data.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-17re PR fortran/15080 (Forall bounds not calculated correctly (forall_3.f90))Jakub Jelinek1-90/+160
2005-05-15[multiple changes]Feng Wang1-1/+1
2005-05-13trans-stmt.c (gfc_trans_forall_1): Fix comment typo.Paul Brook1-1/+1
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