aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/check.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-29re PR fortran/41777 (Wrong-code with POINTER-returning GENERIC function)Tobias Burnus1-8/+4
2009-09-30re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus1-7/+41
2009-08-31re PR fortran/40996 ([F03] ALLOCATABLE scalars)Janus Weil1-3/+0
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-11/+11
2009-07-26re PR fortran/33197 (Fortran 2008: math functions)Tobias Burnus1-0/+13
2009-07-19re PR fortran/40727 ([4.4] ICE gfc_simplify_dcmplx(): Bad type when passing B...Steven G. Kargl1-0/+17
2009-07-11re PR fortran/33197 (Fortran 2008: math functions)Tobias Burnus1-0/+17
2009-06-07re PR fortran/25104 ([F2003] Non-initialization expr. as case-selector)Daniel Franke1-5/+56
2009-06-07re PR fortran/25104 ([F2003] Non-initialization expr. as case-selector)Daniel Franke1-0/+5
2009-06-07re PR fortran/36874 (Add shape checks to cshift/eoshift)Daniel Franke1-92/+141
2009-06-06re PR fortran/32890 (Compile-time detect of LHS/RHS missmatch for PACK)Daniel Franke1-1/+51
2009-06-04re PR fortran/37203 (Check ORDER= of RESHAPE)Daniel Franke1-5/+100
2009-01-09check.c: Update copyright year.Paul Thomas1-1/+1
2009-01-05re PR fortran/37159 (RANDOM_SEED: GET= check array size at compile time and...Daniel Franke1-7/+16
2008-12-31check.c (dim_rank_check): Fixed checking of dimension argument if array is of...Daniel Franke1-7/+12
2008-12-18re PR fortran/31822 (Missing run-time bound checks for character pointer => t...Daniel Kraft1-5/+5
2008-12-12re PR fortran/36355 (matmul argument-check: wrong error messages)Daniel Franke1-2/+11
2008-11-01re PR fortran/37159 (RANDOM_SEED: GET= check array size at compile time and...Dennis Wassel1-1/+14
2008-07-29gfortran.h (try): Remove macro.Kaveh R. Ghazi1-179/+179
2008-07-19check.c (gfc_check_cshift,gfc_check_eoshift,gfc_check_unpack): Add rank check...Tobias Burnus1-5/+57
2008-07-02re PR fortran/32580 (iso_c_binding c_f_procpointer / procedure pointers)Janus Weil1-8/+8
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert1-2/+97
2008-05-06check.c (gfc_check_sizeof): Switch to ATTRIBUTE_UNUSED.Francois-Xavier Coudert1-1/+1
2008-04-30intrinsic.c (add_functions): Add SELECTED_CHAR_KIND intrinsic.François-Xavier Coudert1-0/+16
2008-03-03re PR fortran/33197 (Fortran 2008: math functions)François-Xavier Coudert1-0/+12
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2008-01-13re PR fortran/34759 (Assumed size array reference not allowed in SHAPE intrin...Tobias Burnus1-1/+1
2007-12-25re PR fortran/34533 (DTIME returns total process time and not since last invo...Daniel Franke1-2/+2
2007-12-22re PR fortran/34549 (cshifting by a real value)Thomas Koenig1-0/+3
2007-11-24re PR libfortran/34209 (run-time lib: NEAREST(0.0_8, -1.0) produces wrong num...Jerry DeLisle1-4/+2
2007-11-20re PR fortran/33317 (CSHIFT/EOSHIFT: Rejects optional dummy for DIM=)Jerry DeLisle1-2/+4
2007-11-18trans-expr.c (gfc_conv_missing_dummy): Set the type of the dummy argument to ...Jerry DeLisle1-11/+2
2007-10-27re PR fortran/33162 (INTRINSIC functions as ACTUAL argument)Jerry DeLisle1-0/+55
2007-09-27arith.c (reduce_binary_aa): Fix capitalization.Tobias Schlüter1-3/+3
2007-09-21re PR fortran/33455 (MERGE intrinsic: Check for same string lengths)Tobias Burnus1-0/+40
2007-09-12re PR fortran/33297 (SIZE intrinsic crashes gfortran on invalid usage)Tobias Burnus1-39/+38
2007-08-29re PR libfortran/32989 (GETARG intrinsic)Francois-Xavier Coudert1-0/+22
2007-08-12re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Francois-Xavier Coudert1-1/+3
2007-08-12re PR fortran/30964 (optional arguments to random_seed)Francois-Xavier Coudert1-8/+23
2007-08-12re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Francois-Xavier Coudert1-9/+84
2007-08-06re PR fortran/29828 ([F2003] MIN and MAX with character variables)Francois-Xavier Coudert1-3/+10
2007-08-05re PR fortran/32979 (Implement vendor-specific ISNAN() intrinsic function)Francois-Xavier Coudert1-0/+10
2007-08-01re PR fortran/32936 (ALLOCATE: "STAT expression ... must be a variable" - but...Tobias Burnus1-3/+3
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-22re PR fortran/29962 (Initialization expressions)Daniel Franke1-51/+0
2007-05-29gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_SIZEOF.Tobias Schlüter1-0/+7
2007-05-28PR 31972/fortranBrooks Moses1-0/+7
2007-05-20re PR fortran/32001 (MAX intrinsic with large number of arguments)Daniel Franke1-14/+15
2007-05-17re PR fortran/31919 ([4.1/4.2 only] min/max do not check array conformance)Daniel Franke1-18/+9
2007-05-04re PR libfortran/31760 (missing elemental applicability)Daniel Franke1-19/+0