aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-16re PR fortran/35681 (wrong result for vector subscripted array expression in ...Mikael Morin1-8/+13
2008-11-01re PR fortran/35681 (wrong result for vector subscripted array expression in ...Daniel Kraft1-12/+31
2008-09-18re PR fortran/37507 (Print location in (DE)ALLOCATION errors)Daniel Kraft1-3/+3
2008-09-17re PR fortran/37536 (a mfcr is produced instead of branches for DO loops)Jakub Jelinek1-35/+66
2008-08-23gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-66/+66
2008-07-27re PR fortran/36132 (_gfortran_internal_pack on optional arguments)Tobias Burnus1-2/+2
2008-07-24re PR fortran/29952 (Flag to give runtime information " array temporary was c...Thomas Koenig1-9/+10
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert1-40/+59
2008-05-16re PR fortran/35756 (incorrect WHERE for functions in ELSEWHERE and overlaps)Paul Thomas1-5/+25
2008-05-06arith.c: (gfc_arith_concat...Francois-Xavier Coudert1-1/+4
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-2/+0
2008-02-24trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ...Tobias Schlüter1-29/+30
2007-12-09re PR fortran/22244 (dimension information is lost for multi-dimension array)Jakub Jelinek1-1/+2
2007-11-27re PR fortran/29389 (Statement functions are not recognized as pure when they...Paul Thomas1-2/+4
2007-11-16re PR fortran/34008 (ICE in gfc_trans_call, at fortran/trans-stmt.c:389 on el...Paul Thomas1-6/+4
2007-10-29[multiple changes]Paul Thomas1-5/+232
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