aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-intrinsic.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-30re PR fortran/29410 ([4.2 only] bug with TRANSFER() and -O2)Andrew Pinski1-3/+4
2006-10-29trans-intrinsic.c (gfc_conv_intrinsic_loc): Make LOC return a signed integer ...Francois-Xavier Coudert1-5/+3
2006-10-22re PR fortran/26025 (Optionally use BLAS for matmul)Francois-Xavier Coudert1-1/+49
2006-10-13re PR fortran/29391 ([4.2/4.1 only] LBOUND and UBOUND are broken)Francois-Xavier Coudert1-4/+109
2006-10-09re PR fortran/15441 (RRSPACING broken for denormals)Steven G. Kargl1-205/+2
2006-09-27re PR fortran/28276 (EXPONENT() broken for real constants)Steven G. Kargl1-6/+12
2006-07-30intrinsic.c (add_functions): Add ACCESS, CHMOD, RSHIFT, LSHIFT.Francois-Xavier Coudert1-0/+26
2006-07-26intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG, LSTAT, MCLOCK and M...François-Xavier Coudert1-0/+6
2006-06-24re PR fortran/28094 (Modulo of real(kind=10) variables doesn't work)Francois-Xavier Coudert1-3/+9
2006-06-18re PR fortran/26801 (-fbounds-check generates segfault)Francois-Xavier Coudert1-0/+4
2006-06-15trans-array.h (gfc_trans_create_temp_array): Add bool argument.Thomas Koenig1-1/+1
2006-06-03trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages.Francois-Xavier Coudert1-1/+1
2006-06-01re PR fortran/25098 (Variable as actual argument for procedure dummy argument...Paul Thomas1-24/+28
2006-05-28check.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-27trans-intrinsic.c (gfc_conv_associated): If pointer in first arguments has ze...Paul Thomas1-0/+26
2006-05-26re PR fortran/27709 (Using size of array pointer component as dimension of fu...Paul Thomas1-10/+43
2006-05-07re PR fortran/24813 (ICE with scalarization LEN of character types)Paul Thomas1-0/+7
2006-04-16re PR fortran/26822 (Scalarization of non-elemental intrinsic: __logical_4_l4)Paul Thomas1-0/+1
2006-04-03re PR testsuite/26981 (g++.old-deja/g++.other/init18.C fails)Paul Thomas1-6/+20
2006-03-22re PR fortran/17298 (gfortran ICE: Not Implemented: Scalarization of non-elem...Paul Thomas1-3/+232
2006-03-13re PR libfortran/25378 ([Fortran 2003] maxloc for all-false mask)Paul Thomas1-22/+9
2006-03-09re PR fortran/26257 (internal compiler error: Segmentation fault, on function...Paul Thomas1-0/+1
2006-03-06re PR fortran/26107 (ICE after error message on invalid code)Paul Thomas1-1/+1
2006-03-01re PR fortran/26393 (ICE with function returning variable lenght array)Paul Thomas1-1/+102
2006-02-28trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): If the mask expression exis...Thomas Koenig1-3/+36
2006-02-25re PR fortran/23092 ([4.1 only] scalar mask for minval/maxval/sum/product)Thomas Koenig1-6/+43
2006-01-09Add 2006 copyright year.Feng Wang1-1/+1
2006-01-09fortran ChangeLog entry:Feng Wang1-3/+7
2006-01-07re PR fortran/22146 (ICE when calling ELEMENTAL subroutines)Paul Thomas1-1/+1
2005-12-16trans.h (tree): Remove declaration of gfc_build_function_call.Richard Guenther1-27/+27
2005-12-16trans.h (gfc_build_indirect_ref): Remove declaration.Richard Guenther1-2/+2
2005-12-16(gfc_conv_descriptor_data_addr): Use build_fold_addr_expr where appropriate.Richard Guenther1-8/+8
2005-12-13Make-lang.in (fortran/trans-resolve.o): Depend on fortran/dependency.h.Richard Sandiford1-1/+11
2005-11-13fget.c: New file.Francois-Xavier Coudert1-0/+21
2005-11-09Fix typo in comment.Steven G. Kargl1-1/+1
2005-11-06intrinsic.c (add_functions): Add ctime and fdate intrinsics.Francois-Xavier Coudert1-0/+80
2005-11-05intrinsic.c (add_functions): Add function version of TTYNAM.Francois-Xavier Coudert1-0/+42
2005-11-01re PR fortran/21565 (namelist in block data is illegal)Paul Thomas1-0/+1
2005-10-30check.c (gfc_check_malloc, [...]): New functions.Francois-Xavier Coudert1-0/+1
2005-10-28check.c (gfc_check_alarm_sub, [...]): New functions.Francois-Xavier Coudert1-0/+1
2005-10-24Commit for Asher LangtonAsher Langton1-0/+34
2005-10-03re PR libfortran/19308 (I/O library should support more real and integer kinds)François-Xavier Coudert1-25/+90
2005-09-13re PR fortran/18899 ([gfortran] ubound wrongly calculated for passed array)Richard Sandiford1-2/+1