aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-16re PR fortran/29396 (segfault with character pointer association)Paul Thomas1-17/+17
2007-08-29builtin-types.def (BT_FN_PTR_PTR_SIZE): New type.Francois-Xavier Coudert1-11/+4
2007-08-10re PR fortran/31270 (print subscript value and array bounds when out-of-bound...Francois-Xavier Coudert1-4/+4
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-31re PR fortran/32938 (ICE in emit_move_insn with -fdefault-integer-8)Francois-Xavier Coudert1-1/+2
2007-07-28re PR fortran/32909 (Replace gfc_c_int_type_node with integer_type_node)Janne Blomqvist1-4/+3
2007-07-27re PR fortran/32035 ('<anonymous>' may be used uninitialized in this function)Francois-Xavier Coudert1-36/+18
2007-07-11trans-array.c (gfc_conv_array_parameter): Use correct types for comparison.Richard Guenther1-2/+4
2007-06-12trans-stmt.c (gfc_trans_call): fix gcc_assert to a comparison, not an assignm...Dirk Mueller1-2/+2
2007-06-07decl.c: Miscellaneous whitespace fixes.Steven G. Kargl1-1/+1
2007-05-28gfortran.h (gfc_expr): Remove from_H, add "representation" struct.Brooks Moses1-2/+4
2007-05-23re PR fortran/32046 (wrong code with -O2 for gfortran.dg/interface_12.f90 & r...Francois-Xavier Coudert1-1/+1
2007-05-21re PR fortran/32027 (The "DO" variable isn't consistent after loop)Francois-Xavier Coudert1-4/+4
2007-05-21trans-stmt.c (gfc_trans_do): Fix a typo in comment.H.J. Lu1-1/+1
2007-05-14re PR fortran/30723 (Freeing memory doesn't need to call a library function)Francois-Xavier Coudert1-13/+6
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola1-2/+2
2007-05-07re PR fortran/31399 (Wrong code for do loop with large interation count)Francois-Xavier Coudert1-34/+55
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-51/+22
2007-02-09re PR fortran/30720 ([4.1 only] runtime: check for empty array slices before ...Francois-Xavier Coudert1-1/+1
2007-02-08trans-stmt.c (gfc_trans_forall_1): Optimize the cases where the mask expressi...Roger Sayle1-2/+21
2007-02-02trans-stmt.c (compute_overall_iter_number): Document function arguments.Roger Sayle1-28/+25
2007-01-27trans-stmt.c (forall_info): Replace the next_nest and outer fields that previ...Roger Sayle1-17/+9
2007-01-27re PR fortran/30407 ([4.1 only] Elemental functions in WHERE assignments wron...Paul Thomas1-6/+30
2007-01-18trans-stmt.c (compute_overall_iter_number): Fix a typo.H.J. Lu1-1/+1
2007-01-18trans-stmt.c (compute_overall_iter_number): Enhance to precompute the number ...Roger Sayle1-3/+27
2007-01-16re PR fortran/30404 ([4.1 only] Wrong FORALL result)Roger Sayle1-127/+109
2007-01-15re PR fortran/28172 ([4.2 and 4.1 only] alternate return in contained procedu...Paul Thomas1-0/+2
2007-01-05trans-array.c (gfc_trans_array_constructor_value): Make the static const "dat...Roger Sayle1-0/+1
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