Age | Commit message (Expand) | Author | Files | Lines |
2007-06-24 | re PR fortran/32298 (MINLOC / MAXLOC: off-by one for PARAMETER arrays) | Paul Thomas | 1 | -11/+21 |
2007-06-15 | [multiple changes] | Andrew Pinski | 1 | -2/+2 |
2007-06-08 | * trans-intrinsic.c: Revert Lee's 2007-06-04 patch. | Francois-Xavier Coudert | 1 | -305/+294 |
2007-06-07 | decl.c: Miscellaneous whitespace fixes. | Steven G. Kargl | 1 | -2/+2 |
2007-06-04 | trans-intrinsic.c (gfc_conv_intrinsic_function_args): Adjust to operate on a ... | Lee Millward | 1 | -294/+305 |
2007-05-31 | trans-expr.c (gfc_conv_expr_op): Use zero constant that matches the lse type. | Richard Guenther | 1 | -1/+1 |
2007-05-29 | gfortran.h: Renamed 'enum gfc_generic_isym_id' to 'enum gfc_isym_id'... | Daniel Franke | 1 | -8/+8 |
2007-05-29 | gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_SIZEOF. | Tobias Schlüter | 1 | -25/+103 |
2007-05-26 | re PR fortran/31219 (ICE on array of character function results) | Paul Thomas | 1 | -1/+1 |
2007-05-14 | re PR fortran/30723 (Freeing memory doesn't need to call a library function) | Francois-Xavier Coudert | 1 | -6/+5 |
2007-05-14 | c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of... | Rafael Avila de Espindola | 1 | -1/+1 |
2007-04-03 | re PR fortran/31304 (REPEAT argument NCOPIES is not converted as it should) | Francois-Xavier Coudert | 1 | -22/+92 |
2007-03-22 | re PR fortran/31193 ([4.2 only] ICE on non-constant character tranfert) | Paul Thomas | 1 | -37/+35 |
2007-03-14 | trans-array.c (gfc_trans_auto_array_allocation): Replace fold(convert()) by f... | Francois-Xavier Coudert | 1 | -1/+1 |
2007-03-01 | re PR fortran/30865 ([4.1, 4.2 only] optional argument passed on to size(...,... | Tobias Burnus | 1 | -4/+7 |
2007-02-26 | re PR fortran/30865 ([4.1, 4.2 only] optional argument passed on to size(...,... | Thomas Koenig | 1 | -8/+33 |
2007-02-18 | trans-array.c (gfc_build_constant_array_constructor): When the shape of the c... | Roger Sayle | 1 | -2/+2 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -43/+25 |
2007-02-09 | re PR fortran/30512 ([4.1 only] MAXVAL() incorrect for zero-size int arrays, ... | Tobias Burnus | 1 | -2/+17 |
2007-02-09 | re PR fortran/30720 ([4.1 only] runtime: check for empty array slices before ... | Francois-Xavier Coudert | 1 | -2/+4 |
2007-02-04 | re PR fortran/30611 ([4.1 only] Confusing error message for negative ncopies ... | Francois-Xavier Coudert | 1 | -1/+15 |
2007-01-20 | trans-intrinsic.c (gfc_conv_intrinsic_sign): New branchless implementation fo... | Roger Sayle | 1 | -14/+22 |
2007-01-03 | trans-intrinsic.c (gfc_conv_intrinsic_ibits): Fix call to build_int_cst. | Steven G. Kargl | 1 | -1/+1 |
2006-12-19 | re PR fortran/30238 (associated(null-pointer, null-pointer) returns .true.) | Tobias Burnus | 1 | -1/+3 |
2006-11-26 | re PR fortran/29892 (substring out of bounds: Missing variable name for varia... | Francois-Xavier Coudert | 1 | -1/+1 |
2006-11-25 | re PR fortran/29951 (incorrect conversion from string to integer by TRANSFER()) | Andrew Pinski | 1 | -3/+19 |
2006-11-16 | re PR fortran/29391 ([4.2/4.1 only] LBOUND and UBOUND are broken) | Francois-Xavier Coudert | 1 | -12/+20 |
2006-11-11 | tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes. | Richard Guenther | 1 | -17/+19 |
2006-11-05 | 2006-11-05 Francois-Xavier Coudert <fxcoudert@gcc.gnu,org> | Paul Thomas | 1 | -4/+63 |
2006-10-31 | re PR fortran/29387 (ICE on character array function of variable length) | Paul Thomas | 1 | -26/+31 |
2006-10-30 | re PR fortran/29410 ([4.2 only] bug with TRANSFER() and -O2) | Andrew Pinski | 1 | -3/+4 |
2006-10-29 | trans-intrinsic.c (gfc_conv_intrinsic_loc): Make LOC return a signed integer ... | Francois-Xavier Coudert | 1 | -5/+3 |
2006-10-22 | re PR fortran/26025 (Optionally use BLAS for matmul) | Francois-Xavier Coudert | 1 | -1/+49 |
2006-10-13 | re PR fortran/29391 ([4.2/4.1 only] LBOUND and UBOUND are broken) | Francois-Xavier Coudert | 1 | -4/+109 |
2006-10-09 | re PR fortran/15441 (RRSPACING broken for denormals) | Steven G. Kargl | 1 | -205/+2 |
2006-09-27 | re PR fortran/28276 (EXPONENT() broken for real constants) | Steven G. Kargl | 1 | -6/+12 |
2006-07-30 | intrinsic.c (add_functions): Add ACCESS, CHMOD, RSHIFT, LSHIFT. | Francois-Xavier Coudert | 1 | -0/+26 |
2006-07-26 | intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG, LSTAT, MCLOCK and M... | François-Xavier Coudert | 1 | -0/+6 |
2006-06-24 | re PR fortran/28094 (Modulo of real(kind=10) variables doesn't work) | Francois-Xavier Coudert | 1 | -3/+9 |
2006-06-18 | re PR fortran/26801 (-fbounds-check generates segfault) | Francois-Xavier Coudert | 1 | -0/+4 |
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 | -1/+1 |
2006-06-01 | re PR fortran/25098 (Variable as actual argument for procedure dummy argument... | Paul Thomas | 1 | -24/+28 |
2006-05-28 | check.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-05-27 | trans-intrinsic.c (gfc_conv_associated): If pointer in first arguments has ze... | Paul Thomas | 1 | -0/+26 |
2006-05-26 | re PR fortran/27709 (Using size of array pointer component as dimension of fu... | Paul Thomas | 1 | -10/+43 |
2006-05-07 | re PR fortran/24813 (ICE with scalarization LEN of character types) | Paul Thomas | 1 | -0/+7 |
2006-04-16 | re PR fortran/26822 (Scalarization of non-elemental intrinsic: __logical_4_l4) | Paul Thomas | 1 | -0/+1 |
2006-04-03 | re PR testsuite/26981 (g++.old-deja/g++.other/init18.C fails) | Paul Thomas | 1 | -6/+20 |
2006-03-22 | re PR fortran/17298 (gfortran ICE: Not Implemented: Scalarization of non-elem... | Paul Thomas | 1 | -3/+232 |