aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/check.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-04check.c (gfc_check_fseek_sub): Fixed typo.Daniel Franke1-1/+1
2007-05-04re PR target/22539 (Internal compiler error with maximum sized array)Daniel Franke1-0/+38
2007-04-07re PR fortran/31222 (Rejected: implicitly-typed dummys used in initialization...Paul Thomas1-0/+12
2007-03-08re PR fortran/30947 (intrinsic: ALARM)Daniel Franke1-0/+3
2007-03-03re PR fortran/30882 ([4.1 and 4.2 only] size with initialization expression v...Paul Thomas1-1/+4
2007-01-07[multiple changes]Steven G. Kargl1-323/+329
2007-01-04re PR fortran/30371 (kill suboutine accepts (invalid) array arguments.)Brooks Moses1-0/+6
2006-11-10re PR fortran/29758 (Runtime segfault in RESHAPE with insufficient elements i...Paul Thomas1-0/+33
2006-11-09* check.c (same_type_check): Typo fix in comment.Brooks Moses1-1/+1
2006-10-08[multiple changes]Paul Thomas1-1/+62
2006-10-08re PR fortran/28585 (Fortran 2003: Support NEW_LINE intrinsic)Tobias Burnus1-0/+8
2006-07-30intrinsic.c (add_functions): Add ACCESS, CHMOD, RSHIFT, LSHIFT.Francois-Xavier Coudert1-0/+82
2006-07-26intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG, LSTAT, MCLOCK and M...François-Xavier Coudert1-0/+10
2006-07-13re PR fortran/28174 (Corruption of multiple character arrays when passing arr...Paul Thomas1-0/+16
2006-07-04intrinsic.c (add_subroutines): Add ITIME and IDATE.Francois-Xavier Coudert1-0/+22
2006-06-30* check.c: Fix a comment typo.Kazu Hirata1-1/+1
2006-06-20re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression)Paul Thomas1-0/+51
2006-06-05re PR fortran/14067 (no warning when character data statement overflows decla...Paul Thomas1-6/+14
2006-05-28check.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-21re PR fortran/25746 (Elemental assignment gives wrong result)Paul Thomas1-1/+6
2006-02-15check.c: Update copyright years.Tobias Schlüter1-1/+1
2006-02-15check.c (gfc_check_minloc_maxloc, [...]): Don't call dim_range_check on not-p...Tobias Schlüter1-2/+2
2006-02-14re PR fortran/25045 ([4.1 only] DIM argument of PRODUCT is not optional)Thomas Koenig1-16/+13
2006-02-04re PR fortran/25075 ([4.1 only] array size mismatch in DOT_PRODUCT)Thomas Koenig1-12/+85
2006-01-31re PR fortran/26039 (ICE with maxval)Thomas Koenig1-1/+22
2005-12-08re PR fortran/25292 (ASSOCIATED( func() ) rejected ?)Erik Edelmann1-5/+14
2005-11-27re PR fortran/23912 (MOD function requires same kind arguments)Francois-Xavier Coudert1-2/+15
2005-11-13fget.c: New file.Francois-Xavier Coudert1-0/+156
2005-11-06intrinsic.c (add_functions): Add ctime and fdate intrinsics.Francois-Xavier Coudert1-0/+38
2005-11-05intrinsic.c (add_functions): Add function version of TTYNAM.Francois-Xavier Coudert1-0/+13
2005-11-01re PR fortran/21565 (namelist in block data is illegal)Paul Thomas1-0/+17
2005-10-30check.c (gfc_check_malloc, [...]): New functions.Francois-Xavier Coudert1-0/+25
2005-10-28check.c (gfc_check_alarm_sub, [...]): New functions.Francois-Xavier Coudert1-0/+91