aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-21re PR fortran/25392 (ICEs with -ff2c)Tobias Schlüter1-1/+1
2006-12-13re PR fortran/30115 (allocate() interface pessimizes aliasing)Richard Guenther1-15/+8
2006-10-22re PR fortran/26025 (Optionally use BLAS for matmul)Francois-Xavier Coudert1-2/+4
2006-10-19[multiple changes]Paul Thomas1-1/+1
2006-10-16trans-stmt.c: Fix a typoTobias Burnus1-1/+1
2006-10-08[multiple changes]Paul Thomas1-6/+38
2006-09-19re PR fortran/29101 (Memory leak in gfortran)Paul Thomas1-3/+7
2006-09-18re PR fortran/28526 ('end' is recognized as a variable incorrectly)Paul Thomas1-0/+2
2006-07-22re PR fortran/28439 ([4.1 only] Multiple evaluations of arithmetic if condition)Steven Bosscher1-0/+1
2006-07-06re PR fortran/27874 (Bad interaction between bounds checking, forall and deri...Francois-Xavier Coudert1-0/+4
2006-06-21trans-expr.c (gfc_conv_missing_dummy, [...]): Replace calls to convert on con...Francois-Xavier Coudert1-1/+1
2006-06-15trans-array.h (gfc_trans_create_temp_array): Add bool argument.Thomas Koenig1-1/+1
2006-06-03trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages.Francois-Xavier Coudert1-9/+7
2006-05-28check.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-21re PR fortran/25746 (Elemental assignment gives wrong result)Paul Thomas1-5/+131
2006-04-08gfortran.texi: Fix typos.Kazu Hirata1-1/+1
2006-03-06re PR fortran/26107 (ICE after error message on invalid code)Paul Thomas1-1/+1
2006-03-03re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)Thomas Koenig1-16/+1
2006-03-02trans-stmt.c (generate_loop_for_temp_to_lhs): Add an additional INVERT argume...Roger Sayle1-81/+141
2006-02-20trans-stmt.c (gfc_trans_where_2): Avoid updating unused current execution mas...Roger Sayle1-12/+29
2006-02-20trans-stmt.c (gfc_trans_where_assign): Remove code to handle traversing a lin...Roger Sayle1-27/+4
2006-02-18trans-stmt.c (struct temporary_list): Delete.Roger Sayle1-176/+119
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