aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/primary.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-18re PR fortran/18540 (Jumping into blocks gives error rather than warning)Tobias Schlüter1-5/+3
2005-12-16re PR fortran/25106 ([4.0/4.1] statement label is zero)Steven G. Kargl1-1/+3
2005-12-03re PR fortran/25106 ([4.0/4.1] statement label is zero)Francois-Xavier Coudert1-1/+1
2005-11-27re PR fortran/24917 (Handling of hexadecimal constants in gfortran)Steven G. Kargl1-34/+52
2005-11-10re PR fortran/24643 (Unclassifiable statement on implicitly typed character s...Tobias Schlüter1-0/+9
2005-10-14primary.c (match_boz_constant): Add missing break after gfc_error.Jakub Jelinek1-0/+6
2005-09-20re PR fortran/23663 (rejects entry point as a value)Jakub Jelinek1-4/+20
2005-09-17re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert1-6/+22
2005-09-09re PR fortran/18878 ([4.0 only] erronous error message on vaild USE statement)Paul Thomas1-4/+22
2005-08-27[multiple changes]Tobias Schlüter1-1/+1
2005-08-06* primary.c (match_hollerith_constant): Fix typo.Francois-Xavier Coudert1-1/+1
2005-08-06re PR fortran/18833 (ICE 'missing spec' on integer/char equivalence)Jakub Jelinek1-8/+22
2005-07-14gfortran.h (MAX_ERROR_MESSAGE): Remove.Jakub Jelinek1-2/+8
2005-07-08primary.c (gfc_match_rvalue): Handle ENTRY the same way as FUNCTION.Jakub Jelinek1-4/+17
2005-07-07primary.c (match_hollerith_constant): Use int, not unsigned int, for the holl...Steven Bosscher1-3/+3
2005-07-07For the 60th anniversary of Chinese people��s Anti-Japan war victory.Feng Wang1-0/+73
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-20gfortran.h: Add flag_backslash compile-time option.François-Xavier Coudert1-1/+1
2005-06-18re PR fortran/19926 ([4.0 only] Incorrect rank with PARAMETER and array eleme...Erik Edelmann1-2/+5
2005-04-25re PR fortran/20879 (argument to ICHAR must have length one)Paul Brook1-0/+5
2005-03-05re PR fortran/19936 (confused error message about implied do loop)Steven G. Kargl1-0/+10
2005-02-28re PR fortran/20058 (Error on kind 16 hex data statement)Steven G. Kargl1-10/+8
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-07gfortran.h (gfc_add_dimension, [...]): Add argument.Tobias Schlüter1-6/+10
2005-01-23re PR fortran/17941 (gfortran: parser chokes on complex literal constant)Paul Brook1-166/+51
2005-01-22primary.c (gfc_match_rvalue): Only apply implicit type if variable does not h...Paul Brook1-11/+19
2005-01-15primary.c (check_digit): Call 'ISXDIGIT' instead of assuming ASCII-like chara...Tobias Schlüter1-2/+3
2005-01-03arith.c: Add system.h; remove string.hSteven G. Kargl1-3/+0
2004-11-08arith.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-10-07primary.c (match_boz_constant): Allow kind parameter suffixes.Tobias Schlüter1-15/+21
2004-08-31* primary.c: Update copyright boilerplate to say GCC.Tobias Schlüter1-12/+12
2004-08-27gfortran.h (gfc_default_*_kind): Remove prototypes, add extern variable decla...Tobias Schlüter1-10/+10
2004-08-25arith.c (gfc_validate_kind): Add may_fail argument; abort if false and we don...Richard Henderson1-5/+5
2004-08-06arith.c: Add #define for model numbers.Steven G. Kargl1-5/+5
2004-07-11re PR fortran/16433 (wrong hexadecimal constant warning)Tobias Schlüter1-7/+13
2004-07-09re PR fortran/15481 ([meta-bugs] frontend adds superfluous symbols to namespa...Tobias Schlüter1-23/+35
2004-05-27gfortran.h (gfc_current_locus, [...]): Remove.Tobias Schlüter1-52/+52
2004-05-22invoke.texi: Document -Wunderflow and spell check.Steven G. Kargl1-2/+4
2004-05-15re PR fortran/13826 (Derived types in DATA statements not PARAMETERs)Tobias Schlüter1-3/+6
2004-05-15re PR fortran/13826 (Derived types in DATA statements not PARAMETERs)Tobias Schlüter1-3/+3
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+2214