Age | Commit message (Expand) | Author | Files | Lines |
2008-05-18 | intrinsic.c (char_conversions, ncharconv): New static variables. | Francois-Xavier Coudert | 1 | -40/+59 |
2008-05-16 | re PR fortran/35756 (incorrect WHERE for functions in ELSEWHERE and overlaps) | Paul Thomas | 1 | -5/+25 |
2008-05-06 | arith.c: (gfc_arith_concat... | Francois-Xavier Coudert | 1 | -1/+4 |
2008-04-23 | tree-cfg.c (verify_expr): Check with is_gimple_address. | Paolo Bonzini | 1 | -2/+0 |
2008-02-24 | trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ... | Tobias Schlüter | 1 | -29/+30 |
2007-12-09 | re PR fortran/22244 (dimension information is lost for multi-dimension array) | Jakub Jelinek | 1 | -1/+2 |
2007-11-27 | re PR fortran/29389 (Statement functions are not recognized as pure when they... | Paul Thomas | 1 | -2/+4 |
2007-11-16 | re PR fortran/34008 (ICE in gfc_trans_call, at fortran/trans-stmt.c:389 on el... | Paul Thomas | 1 | -6/+4 |
2007-10-29 | [multiple changes] | Paul Thomas | 1 | -5/+232 |
2007-09-16 | re PR fortran/29396 (segfault with character pointer association) | Paul Thomas | 1 | -17/+17 |
2007-08-29 | builtin-types.def (BT_FN_PTR_PTR_SIZE): New type. | Francois-Xavier Coudert | 1 | -11/+4 |
2007-08-10 | re PR fortran/31270 (print subscript value and array bounds when out-of-bound... | Francois-Xavier Coudert | 1 | -4/+4 |
2007-08-01 | arith.c: Change copyright header to refer to version 3 of the GNU General Pub... | Nick Clifton | 1 | -4/+3 |
2007-07-31 | re PR fortran/32938 (ICE in emit_move_insn with -fdefault-integer-8) | Francois-Xavier Coudert | 1 | -1/+2 |
2007-07-28 | re PR fortran/32909 (Replace gfc_c_int_type_node with integer_type_node) | Janne Blomqvist | 1 | -4/+3 |
2007-07-27 | re PR fortran/32035 ('<anonymous>' may be used uninitialized in this function) | Francois-Xavier Coudert | 1 | -36/+18 |
2007-07-11 | trans-array.c (gfc_conv_array_parameter): Use correct types for comparison. | Richard Guenther | 1 | -2/+4 |
2007-06-12 | trans-stmt.c (gfc_trans_call): fix gcc_assert to a comparison, not an assignm... | Dirk Mueller | 1 | -2/+2 |
2007-06-07 | decl.c: Miscellaneous whitespace fixes. | Steven G. Kargl | 1 | -1/+1 |
2007-05-28 | gfortran.h (gfc_expr): Remove from_H, add "representation" struct. | Brooks Moses | 1 | -2/+4 |
2007-05-23 | re PR fortran/32046 (wrong code with -O2 for gfortran.dg/interface_12.f90 & r... | Francois-Xavier Coudert | 1 | -1/+1 |
2007-05-21 | re PR fortran/32027 (The "DO" variable isn't consistent after loop) | Francois-Xavier Coudert | 1 | -4/+4 |
2007-05-21 | trans-stmt.c (gfc_trans_do): Fix a typo in comment. | H.J. Lu | 1 | -1/+1 |
2007-05-14 | re PR fortran/30723 (Freeing memory doesn't need to call a library function) | Francois-Xavier Coudert | 1 | -13/+6 |
2007-05-14 | c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of... | Rafael Avila de Espindola | 1 | -2/+2 |
2007-05-07 | re PR fortran/31399 (Wrong code for do loop with large interation count) | Francois-Xavier Coudert | 1 | -34/+55 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -51/+22 |
2007-02-09 | re PR fortran/30720 ([4.1 only] runtime: check for empty array slices before ... | Francois-Xavier Coudert | 1 | -1/+1 |
2007-02-08 | trans-stmt.c (gfc_trans_forall_1): Optimize the cases where the mask expressi... | Roger Sayle | 1 | -2/+21 |
2007-02-02 | trans-stmt.c (compute_overall_iter_number): Document function arguments. | Roger Sayle | 1 | -28/+25 |
2007-01-27 | trans-stmt.c (forall_info): Replace the next_nest and outer fields that previ... | Roger Sayle | 1 | -17/+9 |
2007-01-27 | re PR fortran/30407 ([4.1 only] Elemental functions in WHERE assignments wron... | Paul Thomas | 1 | -6/+30 |
2007-01-18 | trans-stmt.c (compute_overall_iter_number): Fix a typo. | H.J. Lu | 1 | -1/+1 |
2007-01-18 | trans-stmt.c (compute_overall_iter_number): Enhance to precompute the number ... | Roger Sayle | 1 | -3/+27 |
2007-01-16 | re PR fortran/30404 ([4.1 only] Wrong FORALL result) | Roger Sayle | 1 | -127/+109 |
2007-01-15 | re PR fortran/28172 ([4.2 and 4.1 only] alternate return in contained procedu... | Paul Thomas | 1 | -0/+2 |
2007-01-05 | trans-array.c (gfc_trans_array_constructor_value): Make the static const "dat... | Roger Sayle | 1 | -0/+1 |
2006-12-21 | re PR fortran/25392 (ICEs with -ff2c) | Tobias Schlüter | 1 | -1/+1 |
2006-12-13 | re PR fortran/30115 (allocate() interface pessimizes aliasing) | Richard Guenther | 1 | -15/+8 |
2006-10-22 | re PR fortran/26025 (Optionally use BLAS for matmul) | Francois-Xavier Coudert | 1 | -2/+4 |
2006-10-19 | [multiple changes] | Paul Thomas | 1 | -1/+1 |
2006-10-16 | trans-stmt.c: Fix a typo | Tobias Burnus | 1 | -1/+1 |
2006-10-08 | [multiple changes] | Paul Thomas | 1 | -6/+38 |
2006-09-19 | re PR fortran/29101 (Memory leak in gfortran) | Paul Thomas | 1 | -3/+7 |
2006-09-18 | re PR fortran/28526 ('end' is recognized as a variable incorrectly) | Paul Thomas | 1 | -0/+2 |
2006-07-22 | re PR fortran/28439 ([4.1 only] Multiple evaluations of arithmetic if condition) | Steven Bosscher | 1 | -0/+1 |
2006-07-06 | re PR fortran/27874 (Bad interaction between bounds checking, forall and deri... | Francois-Xavier Coudert | 1 | -0/+4 |
2006-06-21 | trans-expr.c (gfc_conv_missing_dummy, [...]): Replace calls to convert on con... | Francois-Xavier Coudert | 1 | -1/+1 |
2006-06-15 | trans-array.h (gfc_trans_create_temp_array): Add bool argument. | Thomas Koenig | 1 | -1/+1 |
2006-06-03 | trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages. | Francois-Xavier Coudert | 1 | -9/+7 |