summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
Commit message (Expand)AuthorAgeFilesLines
...
* re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)Thomas Koenig2006-03-031-16/+1
* trans-stmt.c (generate_loop_for_temp_to_lhs): Add an additional INVERT argume...Roger Sayle2006-03-021-81/+141
* trans-stmt.c (gfc_trans_where_2): Avoid updating unused current execution mas...Roger Sayle2006-02-201-12/+29
* trans-stmt.c (gfc_trans_where_assign): Remove code to handle traversing a lin...Roger Sayle2006-02-201-27/+4
* trans-stmt.c (struct temporary_list): Delete.Roger Sayle2006-02-181-176/+119
* re PR fortran/26038 (ICE on allocation of assumed length CHARACTER dummy.)Paul Thomas2006-02-091-0/+4
* trans-stmt.c (gfc_evaluate_where_mask): Allow the NMASK argument to be NULL t...Roger Sayle2006-02-061-27/+51
* backport: trans-decl.c (create_function_arglist): Handle dummy functions.Jakub Jelinek2006-02-061-1/+1
* dependency.c (gfc_check_dependency): Remove unused vars and nvars arguments.Roger Sayle2006-02-051-10/+181
* trans-stmt.c (gfc_evaluate_where_mask): Use LOGICAL*1 for WHERE masks instead...Roger Sayle2006-02-051-4/+8
* gfortranspec.c: Update copyright years.Tobias Schlüter2006-01-191-1/+2
* trans-stmt.c (gfc_trans_if_1): Use fold_buildN and build_int_cst.Richard Guenther2006-01-161-28/+38
* trans-expr.c (gfc_conv_function_call): Use fold_build2.Richard Guenther2006-01-161-1/+2
* trans-stmt.c (gfc_trans_pointer_assign_need_temp): Use fold_convert to avoid ...Andrew Pinski2006-01-091-1/+2
* re PR fortran/22146 (ICE when calling ELEMENTAL subroutines)Paul Thomas2006-01-071-17/+79
* trans.h (tree): Remove declaration of gfc_build_function_call.Richard Guenther2005-12-161-11/+11
* trans.h (gfc_build_indirect_ref): Remove declaration.Richard Guenther2005-12-161-3/+3
* (gfc_conv_descriptor_data_addr): Use build_fold_addr_expr where appropriate.Richard Guenther2005-12-161-3/+3
* re PR fortran/22290 (Optimize Assigned GOTO to cause error with -O1 or higher)Feng Wang2005-10-251-0/+3
* re PR fortran/19929 (Deallocation of an allocated derived type component caus...Erik Edelmann2005-09-211-1/+1
* trans-stmt.c (gfc_trans_arithmetic_if): Optimized in case of equal labels.Canqun Yang2005-08-141-10/+31
* trans-stmt.c (gfc_trans_goto): Jump to the known label instead of the assigne...Steven Bosscher2005-07-311-4/+6
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-2/+2
* trans-stmt.c (gfc_trans_forall_loop): Clear maskindex before the outermost loop.Jakub Jelinek2005-07-111-118/+16
* trans-stmt.c (gfc_trans_forall_1): Prefer to use smaller logical type than bo...Jakub Jelinek2005-06-261-3/+9
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR fortran/22038 (Forall with mask broken)Tobias Schlüter2005-06-131-2/+3
* trans-expr.c (gfc_conv_function_call): Return int instead of void.Jakub Jelinek2005-06-131-4/+3
* re PR fortran/17792 ([4.0 only] deallocate does not return stat)Steven G. Kargl2005-06-111-11/+65
* data.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-1/+1
* re PR fortran/15080 (Forall bounds not calculated correctly (forall_3.f90))Jakub Jelinek2005-05-171-90/+160
* [multiple changes]Feng Wang2005-05-151-1/+1
* trans-stmt.c (gfc_trans_forall_1): Fix comment typo.Paul Brook2005-05-131-1/+1
* decl.c, [...]: Fix comment typos.Kazu Hirata2005-04-011-1/+1
* convert.c (convert): Replace fold (buildN (...)) with fold_buildN.Steven Bosscher2005-03-231-58/+58
* trans-stmt.c (gfc_trans_label_assign): Don't set DECL_ARTIFICIAL flag to zero...Feng Wang2005-03-151-2/+0
* re PR fortran/18827 (ICE on assign to common variable)Feng Wang2005-03-151-2/+21
* trans-stmt.c (generate_loop_for_temp_to_lhs, [...]): Remove if whose conditio...Tobias Schlüter2005-02-131-8/+4
* trans-decl.c (gfc_build_label_decl): Set DECL_ARTIFICAL and TREE_USED for all...Steven Bosscher2005-01-271-2/+1
* data.c, [...]: Fix comment typos.Kazu Hirata2005-01-231-2/+2
* arith.c, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* arith.c: Add system.h; remove string.hSteven G. Kargl2005-01-031-2/+0
* re PR fortran/16222 (non-integral DO loop variables are unsupported.)Steven G. Kargl2004-12-121-10/+24
* arith.c, [...]: Fix comment formatting.Kazu Hirata2004-11-081-3/+3
* * trans-stmt.c: Fix a comment typo.Kazu Hirata2004-10-071-1/+1
* trans-stmt.c (gfc_trans_simple_do): New function.Paul Brook2004-10-061-28/+124
* trans-const.c (gfc_build_cstring_const): New function.Tobias Schlüter2004-10-041-3/+2
* array.c, [...]: Fix comment typos.Kazu Hirata2004-09-161-15/+15
* data.c, [...]: Fix comment typos.Kazu Hirata2004-09-141-3/+3
* array.c: Don't include assert.h.Paul Brook2004-09-081-22/+15