aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-intrinsic.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-27re PR fortran/33568 (ICE with ANINT (with KIND and an array))Paul Thomas1-9/+10
2007-09-03re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert1-2/+2
2007-08-29re PR fortran/33105 (F2003: Support is_iostat_end & is_iostat_eor intrinsics)François-Xavier Coudert1-0/+24
2007-08-23re PR fortran/33095 (MAX with optional arguments gives run-time error)Francois-Xavier Coudert1-54/+13
2007-08-14re PR fortran/33073 (Type mismatch in build_fixbound_expr())Francois-Xavier Coudert1-20/+4
2007-08-12re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Francois-Xavier Coudert1-79/+11
2007-08-10re PR fortran/31270 (print subscript value and array bounds when out-of-bound...Francois-Xavier Coudert1-9/+10
2007-08-10re PR fortran/32933 (ICE in simplify_subreg with -fdefault-integer-8)Francois-Xavier Coudert1-10/+7
2007-08-06re PR fortran/29828 ([F2003] MIN and MAX with character variables)Francois-Xavier Coudert1-2/+47
2007-08-05re PR fortran/32979 (Implement vendor-specific ISNAN() intrinsic function)Francois-Xavier Coudert1-0/+16
2007-08-04re PR fortran/32968 (selected_(int|real)_kind fail with -fdefault-integer-8)Steven G. Kargl1-6/+28
2007-08-03re PR fortran/31202 (Incorrect rounding generated for NINT)Francois-Xavier Coudert1-21/+49
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/32942 (Wrong code with with -fdefault-integer-8)Steven G. Kargl1-3/+7
2007-07-28re PR fortran/32048 (max/min and NaN)François-Xavier Coudert1-3/+12
2007-07-21re PR fortran/32823 (internal compiler error: in gfc_trans_assignment_1)Lee Millward1-9/+14
2007-07-16re PR fortran/32222 (ICE in gfc_trans_assignment_1)Lee Millward1-310/+326
2007-07-12trans-intrinsic.c (gfc_conv_intrinsic_repeat): Convert arguments to gfc_charl...Richard Guenther1-2/+5
2007-07-11trans-array.c (gfc_conv_array_parameter): Use correct types for comparison.Richard Guenther1-1/+2
2007-07-04re PR fortran/31198 (wrong code: Max() with optional arguments)François-Xavier Coudert1-8/+64
2007-06-24re PR fortran/32298 (MINLOC / MAXLOC: off-by one for PARAMETER arrays)Paul Thomas1-11/+21
2007-06-15[multiple changes]Andrew Pinski1-2/+2
2007-06-08* trans-intrinsic.c: Revert Lee's 2007-06-04 patch.Francois-Xavier Coudert1-305/+294
2007-06-07decl.c: Miscellaneous whitespace fixes.Steven G. Kargl1-2/+2
2007-06-04trans-intrinsic.c (gfc_conv_intrinsic_function_args): Adjust to operate on a ...Lee Millward1-294/+305
2007-05-31trans-expr.c (gfc_conv_expr_op): Use zero constant that matches the lse type.Richard Guenther1-1/+1
2007-05-29gfortran.h: Renamed 'enum gfc_generic_isym_id' to 'enum gfc_isym_id'...Daniel Franke1-8/+8
2007-05-29gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_SIZEOF.Tobias Schlüter1-25/+103
2007-05-26re PR fortran/31219 (ICE on array of character function results)Paul Thomas1-1/+1
2007-05-14re PR fortran/30723 (Freeing memory doesn't need to call a library function)Francois-Xavier Coudert1-6/+5
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola1-1/+1
2007-04-03re PR fortran/31304 (REPEAT argument NCOPIES is not converted as it should)Francois-Xavier Coudert1-22/+92
2007-03-22re PR fortran/31193 ([4.2 only] ICE on non-constant character tranfert)Paul Thomas1-37/+35
2007-03-14trans-array.c (gfc_trans_auto_array_allocation): Replace fold(convert()) by f...Francois-Xavier Coudert1-1/+1
2007-03-01re PR fortran/30865 ([4.1, 4.2 only] optional argument passed on to size(...,...Tobias Burnus1-4/+7
2007-02-26re PR fortran/30865 ([4.1, 4.2 only] optional argument passed on to size(...,...Thomas Koenig1-8/+33
2007-02-18trans-array.c (gfc_build_constant_array_constructor): When the shape of the c...Roger Sayle1-2/+2
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-43/+25
2007-02-09re PR fortran/30512 ([4.1 only] MAXVAL() incorrect for zero-size int arrays, ...Tobias Burnus1-2/+17
2007-02-09re PR fortran/30720 ([4.1 only] runtime: check for empty array slices before ...Francois-Xavier Coudert1-2/+4
2007-02-04re PR fortran/30611 ([4.1 only] Confusing error message for negative ncopies ...Francois-Xavier Coudert1-1/+15
2007-01-20trans-intrinsic.c (gfc_conv_intrinsic_sign): New branchless implementation fo...Roger Sayle1-14/+22
2007-01-03trans-intrinsic.c (gfc_conv_intrinsic_ibits): Fix call to build_int_cst.Steven G. Kargl1-1/+1
2006-12-19re PR fortran/30238 (associated(null-pointer, null-pointer) returns .true.)Tobias Burnus1-1/+3
2006-11-26re PR fortran/29892 (substring out of bounds: Missing variable name for varia...Francois-Xavier Coudert1-1/+1
2006-11-25re PR fortran/29951 (incorrect conversion from string to integer by TRANSFER())Andrew Pinski1-3/+19
2006-11-16re PR fortran/29391 ([4.2/4.1 only] LBOUND and UBOUND are broken)Francois-Xavier Coudert1-12/+20
2006-11-11tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther1-17/+19
2006-11-052006-11-05 Francois-Xavier Coudert <fxcoudert@gcc.gnu,org>Paul Thomas1-4/+63
2006-10-31re PR fortran/29387 (ICE on character array function of variable length)Paul Thomas1-26/+31