aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/match.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-15re PR fortran/31204 (wrong host association of implied loop variable)Paul Thomas1-0/+2
2007-04-12decl.c (gfc_match_end): Also check for construct name in END FORALL and END W...Tobias Schlüter1-2/+9
2007-03-06* match.c (gfc_match_name): Expanded comment.Brooks Moses1-1/+3
2007-02-20re PR fortran/30869 ([4.1 only] Rejects pointer to integer as loop variable)Thomas Koenig1-6/+0
2007-02-19re PR fortran/30681 ("obsolescent" vs. "obsolete")Jerry DeLisle1-2/+2
2007-02-18re PR fortran/30400 (ANY not accepted as mask in FORALL)Roger Sayle1-9/+7
2007-01-24[multiple changes]Jerry DeLisle1-1/+8
2007-01-20gfortran.h (gfc_options_t): Add flag_allow_leading_underscore.Francois-Xavier Coudert1-1/+1
2007-01-08interface.c, [...]: Update Copyright years.Steven G. Kargl1-164/+128
2007-01-07re PR fortran/27698 (subroutine _foo draws "unclassifiable statement" instead...Bernhard Fischer1-0/+2
2006-12-10re PR fortran/23994 (PROTECTED attribute (F2003) is not implemented)Tobias Burnus1-0/+18
2006-11-15data.c: Remove trailing periods from error messages.Brooks Moses1-1/+1
2006-11-14match.c (gfc_match_namelist): Add missing space to error message.Tobias Burnus1-1/+1
2006-11-01re PR fortran/29537 (ICE in gfc_match_common for blank common in BLOCK DATA u...Bernhard Fischer1-2/+5
2006-09-15re PR fortran/29051 (segfault when too few values are in data statement of ch...Paul Thomas1-1/+4
2006-08-30* match.c: Fix a comment typo.Kazu Hirata1-1/+1
2006-08-29re PR fortran/28866 (Simple if statements are not so simple)Steven G. Kargl1-43/+53
2006-08-20re PR fortran/28601 (ICE on reexport of renamed type)Paul Thomas1-0/+3
2006-06-25re PR fortran/25056 (non-PURE function should not be a valid argument)Paul Thomas1-4/+18
2006-06-23re PR fortran/27981 (Strange error message for illegal integer constant)Steven G. Kargl1-0/+6
2006-06-20re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression)Paul Thomas1-0/+1
2006-06-06re PR fortran/27897 (ICE on common block with the same name as the program.)Paul Thomas1-1/+1
2006-05-07re PR fortran/27457 (ICE in match_case_eos())Tobias Schlüter1-0/+5
2006-03-25gfortran.h (gfc_symbol): Add a new "forall_index" bit field.Roger Sayle1-0/+3
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