aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/check.c
AgeCommit message (Expand)AuthorFilesLines
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