aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/match.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2008-02-20re PR fortran/34997 (Mention -fdollar-ok option in error message for symbol n...Tobias Burnus1-0/+7
2008-02-03re PR fortran/32760 (Error defining subroutine named PRINT)Paul Thomas1-79/+2
2008-01-24re PR fortran/33375 (ICE (segfault) gfortran.dg/common_6.f90)Daniel Franke1-2/+0
2008-01-17re PR fortran/33375 (ICE (segfault) gfortran.dg/common_6.f90)H.J. Lu1-0/+2
2008-01-12re PR fortran/34722 (ICE: left-over "@iostat" variable polutes namespace)Jerry DeLisle1-1/+1
2008-01-06re PR fortran/34658 (save / common)Tobias Burnus1-5/+0
2007-12-19re PR fortran/34325 (Wrong error message for syntax error)Jerry DeLisle1-2/+72
2007-11-28re PR fortran/34227 (initialized symbol in COMMON: Missing checks)Jerry DeLisle1-0/+10
2007-11-27re PR fortran/29389 (Statement functions are not recognized as pure when they...Paul Thomas1-44/+9
2007-11-25re PR fortran/33152 (Initialization/declaration problems in block data)Jerry DeLisle1-15/+0
2007-09-02decl.c (match_string_p): New helper function to explicitly match a string of ...Roger Sayle1-84/+0
2007-08-26re PR fortran/32985 (COMMON checking: TYPE with(out) SEQUENCE/bind(C), ALLOCA...Tobias Burnus1-8/+0
2007-08-23match.c (intrinsic_operators): Delete.Roger Sayle1-39/+215
2007-08-20match.c (intrinsic_operators): Make static.Roger Sayle1-1/+75
2007-08-13re PR fortran/32926 (ICE with external function as argument)Paul Thomas1-6/+9
2007-08-01re PR fortran/32936 (ALLOCATE: "STAT expression ... must be a variable" - but...Tobias Burnus1-1/+34
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