aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/match.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-28re PR fortran/31818 (Wrongly accepts namelists with assumed-shape arrays)Daniel Franke1-6/+0
2007-07-08re PR fortran/17711 (Wrong operator name in error message)Daniel Franke1-6/+6
2007-07-05re PR fortran/32526 (Spurious error: Name 'x' at (1) is an ambiguous referenc...Paul Thomas1-8/+15
2007-07-02[multiple changes]Christopher D. Rickett1-2/+155
2007-06-25re PR fortran/32464 (ICE: USE in contained subroutine)Paul Thomas1-4/+11
2007-06-22re PR fortran/31162 (missing warning for real do-loops with implicit typed va...Jerry DeLisle1-3/+4
2007-06-21re PR fortran/32361 (TYPE DECLARATION TO INITIALIZE DATA IN NAMED COMMON)Jerry DeLisle1-1/+1
2007-06-08re PR fortran/32223 (Backslash handling inconsistent)Steven G. Kargl1-0/+50
2007-06-07decl.c: Miscellaneous whitespace fixes.Steven G. Kargl1-32/+32
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