summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
Commit message (Expand)AuthorAgeFilesLines
* trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ...Tobias Schlüter2008-02-241-29/+30
* re PR fortran/22244 (dimension information is lost for multi-dimension array)Jakub Jelinek2007-12-091-1/+2
* re PR fortran/29389 (Statement functions are not recognized as pure when they...Paul Thomas2007-11-271-2/+4
* re PR fortran/34008 (ICE in gfc_trans_call, at fortran/trans-stmt.c:389 on el...Paul Thomas2007-11-161-6/+4
* [multiple changes]Paul Thomas2007-10-291-5/+232
* re PR fortran/29396 (segfault with character pointer association)Paul Thomas2007-09-161-17/+17
* builtin-types.def (BT_FN_PTR_PTR_SIZE): New type.Francois-Xavier Coudert2007-08-291-11/+4
* re PR fortran/31270 (print subscript value and array bounds when out-of-bound...Francois-Xavier Coudert2007-08-101-4/+4
* arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton2007-08-011-4/+3
* re PR fortran/32938 (ICE in emit_move_insn with -fdefault-integer-8)Francois-Xavier Coudert2007-07-311-1/+2
* re PR fortran/32909 (Replace gfc_c_int_type_node with integer_type_node)Janne Blomqvist2007-07-281-4/+3
* re PR fortran/32035 ('<anonymous>' may be used uninitialized in this function)Francois-Xavier Coudert2007-07-271-36/+18
* trans-array.c (gfc_conv_array_parameter): Use correct types for comparison.Richard Guenther2007-07-111-2/+4
* trans-stmt.c (gfc_trans_call): fix gcc_assert to a comparison, not an assignm...Dirk Mueller2007-06-121-2/+2
* decl.c: Miscellaneous whitespace fixes.Steven G. Kargl2007-06-071-1/+1
* gfortran.h (gfc_expr): Remove from_H, add "representation" struct.Brooks Moses2007-05-281-2/+4
* re PR fortran/32046 (wrong code with -O2 for gfortran.dg/interface_12.f90 & r...Francois-Xavier Coudert2007-05-231-1/+1
* re PR fortran/32027 (The "DO" variable isn't consistent after loop)Francois-Xavier Coudert2007-05-211-4/+4
* trans-stmt.c (gfc_trans_do): Fix a typo in comment.H.J. Lu2007-05-211-1/+1
* re PR fortran/30723 (Freeing memory doesn't need to call a library function)Francois-Xavier Coudert2007-05-141-13/+6
* c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola2007-05-141-2/+2
* re PR fortran/31399 (Wrong code for do loop with large interation count)Francois-Xavier Coudert2007-05-071-34/+55
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-51/+22
* re PR fortran/30720 ([4.1 only] runtime: check for empty array slices before ...Francois-Xavier Coudert2007-02-091-1/+1
* trans-stmt.c (gfc_trans_forall_1): Optimize the cases where the mask expressi...Roger Sayle2007-02-081-2/+21
* trans-stmt.c (compute_overall_iter_number): Document function arguments.Roger Sayle2007-02-021-28/+25
* trans-stmt.c (forall_info): Replace the next_nest and outer fields that previ...Roger Sayle2007-01-271-17/+9
* re PR fortran/30407 ([4.1 only] Elemental functions in WHERE assignments wron...Paul Thomas2007-01-271-6/+30
* trans-stmt.c (compute_overall_iter_number): Fix a typo.H.J. Lu2007-01-181-1/+1
* trans-stmt.c (compute_overall_iter_number): Enhance to precompute the number ...Roger Sayle2007-01-181-3/+27
* re PR fortran/30404 ([4.1 only] Wrong FORALL result)Roger Sayle2007-01-161-127/+109
* re PR fortran/28172 ([4.2 and 4.1 only] alternate return in contained procedu...Paul Thomas2007-01-151-0/+2
* trans-array.c (gfc_trans_array_constructor_value): Make the static const "dat...Roger Sayle2007-01-051-0/+1
* re PR fortran/25392 (ICEs with -ff2c)Tobias Schlüter2006-12-211-1/+1
* re PR fortran/30115 (allocate() interface pessimizes aliasing)Richard Guenther2006-12-131-15/+8
* re PR fortran/26025 (Optionally use BLAS for matmul)Francois-Xavier Coudert2006-10-221-2/+4
* [multiple changes]Paul Thomas2006-10-191-1/+1
* trans-stmt.c: Fix a typoTobias Burnus2006-10-161-1/+1
* [multiple changes]Paul Thomas2006-10-081-6/+38
* re PR fortran/29101 (Memory leak in gfortran)Paul Thomas2006-09-191-3/+7
* re PR fortran/28526 ('end' is recognized as a variable incorrectly)Paul Thomas2006-09-181-0/+2
* re PR fortran/28439 ([4.1 only] Multiple evaluations of arithmetic if condition)Steven Bosscher2006-07-221-0/+1
* re PR fortran/27874 (Bad interaction between bounds checking, forall and deri...Francois-Xavier Coudert2006-07-061-0/+4
* trans-expr.c (gfc_conv_missing_dummy, [...]): Replace calls to convert on con...Francois-Xavier Coudert2006-06-211-1/+1
* trans-array.h (gfc_trans_create_temp_array): Add bool argument.Thomas Koenig2006-06-151-1/+1
* trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages.Francois-Xavier Coudert2006-06-031-9/+7
* check.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-1/+1
* re PR fortran/25746 (Elemental assignment gives wrong result)Paul Thomas2006-05-211-5/+131
* gfortran.texi: Fix typos.Kazu Hirata2006-04-081-1/+1
* re PR fortran/26107 (ICE after error message on invalid code)Paul Thomas2006-03-061-1/+1