aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/check.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-10-24Commit for Asher LangtonAsher Langton1-0/+6
2005-10-24re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert1-60/+88
2005-10-23re PR fortran/23635 (Argument of ichar at (1) must be of length one)Andrew Pinski1-20/+25
2005-09-17re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert1-10/+13
2005-08-09check.c (gfc_check_ttynam_sub, [...]): Add check functions for new intrinsics...François-Xavier Coudert1-0/+32
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-25re PR fortran/20879 (argument to ICHAR must have length one)Paul Brook1-0/+58
2005-03-22Makefile.am: Added new files.François-Xavier Coudert1-0/+241
2005-02-24Unrevert previously reversed patch, adding this patch:Tobias Schlüter1-2/+2
2005-02-24Revert yesterday's patch:Tobias Schlüter1-2/+2
2005-02-23gfortran.h (gfc_component, [...]): Make 'name' a 'const char *'.Tobias Schlüter1-2/+2
2005-02-19check.c (gfc_check_selected_int_kind): New function.Steven G. Kargl1-0/+14
2005-02-19check.c (gfc_check_int): improve checking of optional kindSteven G. Kargl1-2/+10
2005-02-19check.c (gfc_check_achar): New functionSteven G. Kargl1-0/+10
2005-01-29re PR fortran/18565 (gfortran: CONJG: false error message about standard viol...Paul Brook1-0/+51
2005-01-18arith.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-08arith.c (arctangent2, [...]): Fix whitespace issues.Tobias Schlüter1-115/+25
2005-01-03arith.c: Add system.h; remove string.hSteven G. Kargl1-4/+0
2004-12-12re PR fortran/16581 (gfortran F90 bit intrinsics don't work with integer*{1,2...Steven G. Kargl1-19/+42
2004-12-02flush.c: New file.Steven G. Kargl1-0/+130
2004-11-20check.c (gfc_check_getcwd_sub): Fix seg fault.Steven G. Kargl1-0/+88
2004-10-30check.c (gfc_check_rand): Allow missing optional argument.Canqun Yang1-0/+6
2004-10-04re PR fortran/17776 (no subroutine system)Tobias Schlüter1-0/+19
2004-09-15check.c (gfc_check_getcwd_sub): New function.Steven G. Kargl1-0/+17
2004-08-29check.c (gfc_check_besn, [...]): New functions.Steven G. Kargl1-0/+38
2004-08-27gfortran.h (gfc_default_*_kind): Remove prototypes, add extern variable decla...Tobias Schlüter1-11/+11
2004-08-26check.c (gfc_check_atan2): New function.Tobias Schlüter1-0/+12
2004-08-25arith.c (gfc_validate_kind): Add may_fail argument; abort if false and we don...Richard Henderson1-2/+1
2004-08-22check.c (gfc_check_reduction): Rename to ...Tobias Schlüter1-8/+27
2004-08-19re PR fortran/16946 (sum (array, mask) is not accepted)Erik Schnetter1-46/+36
2004-06-14re PR fortran/14928 (minloc intrinsic does not understand mask)Tobias Schlüter1-35/+22
2004-06-12check.c (gfc_check_second_sub, [...]): New functions.Steven G. Kargl1-0/+113
2004-05-23* check.c (gfc_check_random_seed): Issue for too many arguments.Steven G. Kargl1-0/+12
2004-05-22check.c (gfc_check_system_clock): New function.Steven G. Kargl1-0/+59
2004-05-14Make-lang.in, [...]: Update copyright years and boilerplate.Tobias Schlüter1-13/+13
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+1866