aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/match.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-19re PR fortran/25054 (nonconstant bounds array cannot appear in a namelist)Paul Thomas1-0/+1
2006-02-14re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek1-2/+23
2006-02-10re PR fortran/14771 (frontend doesn't record parentheses)Tobias Schlüter1-0/+1
2006-02-02re PR fortran/24958 (ICE on invalid nullify)Steven G. Kargl1-4/+7
2006-01-21PR25024, PR20881, PR23308, PR25538 and PR25710 - Procedure referencesPaul Thomas1-0/+18
2006-01-18re PR fortran/18540 (Jumping into blocks gives error rather than warning)Tobias Schlüter1-5/+8
2006-01-02re PR fortran/24640 ([4.1] ice with invalid label)Steven G. Kargl1-0/+1
2005-12-22re PR fortran/20889 (type in a structure-constructor differs from type in der...Paul Thomas1-0/+23
2005-12-16re PR fortran/25106 ([4.0/4.1] statement label is zero)Steven G. Kargl1-16/+27
2005-12-12re PR fortran/25078 (EQUILALENCE requires two or more objects)Steven G. Kargl1-0/+12
2005-12-03re PR fortran/25106 ([4.0/4.1] statement label is zero)Francois-Xavier Coudert1-8/+11
2005-11-10re PR fortran/24655 (ICE with statement function)Paul Thomas1-1/+4
2005-11-04re PR fortran/24636 (gfortran: STOP without stop-code too noisy, regression w...Steven G. Kargl1-1/+1
2005-10-17re PR fortran/23446 (Valid internal subprogram array argument declaration is ...Paul Thomas1-0/+89
2005-10-01re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Paul Thomas1-4/+15
2005-09-09re PR fortran/18878 ([4.0 only] erronous error message on vaild USE statement)Paul Thomas1-2/+73
2005-09-08re PR fortran/23765 (segfault with syntactically wrong common declaration)Tobias Schlüter1-6/+0
2005-08-07[multiple changes]Janne Blomqvist1-0/+1
2005-07-22tree-ssa-structalias.c (merge_graph_nodes): Fix uninitialised warnings.Manfred Hollstein1-0/+2
2005-07-14gfortran.h (MAX_ERROR_MESSAGE): Remove.Jakub Jelinek1-0/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-20re PR fortran/21257 ([4.0 only] Duplicate use of construct name)Steven G. Kargl1-12/+8
2005-06-04match.c (match_forall_iterator): Don't immediately give error if '=' is not f...Tobias Schlüter1-3/+1
2005-05-09match.c (gfc_match_return): Only require space after keyword when it is oblig...Tobias Schlüter1-7/+19
2005-04-10match.c (match_arithmetic_if): Arithmetic IF is obsolete in Fortran 95.Francois-Xavier Coudert1-0/+9
2005-04-09match.c (match_arithmetic_if): Remove gfc_ prefix and correct comment accordi...Francois-Xavier Coudert1-5/+5
2005-04-08* match.c (gfc_match_arithmetic_if): Declare static.Diego Novillo1-1/+1
2005-04-08re PR fortran/17229 (parser confused by arithmetic if inside an if)Francois-Xavier Coudert1-0/+34
2005-03-15re PR fortran/18827 (ICE on assign to common variable)Feng Wang1-1/+0
2005-02-07gfortran.h (gfc_add_dimension, [...]): Add argument.Tobias Schlüter1-11/+15
2005-01-22gfortran.h (gfc_check_access): Add prototype.Paul Brook1-3/+0
2005-01-18arith.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-03arith.c: Add system.h; remove string.hSteven G. Kargl1-4/+0
2004-12-15re PR fortran/18993 (incorrect parsing in fixed-form)Tobias Schlüter1-2/+2
2004-12-12re PR fortran/18869 (multiple common blocks in a single line rejected)Tobias Schlüter1-0/+2
2004-11-08arith.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-14data.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-08-29re PR fortran/13910 (Cannot initialize variables with declation as allowed by...Tobias Schlüter1-355/+0
2004-08-27gfortran.h (gfc_default_*_kind): Remove prototypes, add extern variable decla...Tobias Schlüter1-1/+1
2004-08-23re PR fortran/13465 (Data statement for large arrays compiles verrrry sllloww...Richard Henderson1-1/+3
2004-08-20re PR fortran/17074 (Unclassifiable statement in IF-clause / Simple IF follow...Tobias Schlüter1-19/+168
2004-07-16re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Tobias Schlüter1-6/+52
2004-07-11re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Tobias Schlüter1-6/+9
2004-07-11re PR fortran/16336 (ICE with common block in module)Tobias Schlüter1-13/+22
2004-07-10re PR fortran/16336 (ICE with common block in module)Tobias Schlüter1-1/+1
2004-07-01* match.c (var_element): Remove unused variable.Richard Henderson1-1/+0
2004-06-30re PR fortran/16161 ([gfortran] IMPLICIT CHARACTER not implemented)Tobias Schlüter1-198/+0
2004-06-29Revert previous accidental commit.Tobias Schlüter1-0/+198
2004-06-29dump-parse-tree.c (show_common): New function.Tobias Schlüter1-198/+0
2004-06-29Andrew Vaught <andyv@firstinter.net>Tobias Schlüter1-23/+68