summaryrefslogtreecommitdiff
path: root/gcc/fortran/match.c
Commit message (Expand)AuthorAgeFilesLines
* arith.c: Update copyright years.Tobias Schlüter2008-02-241-1/+1
* re PR fortran/34997 (Mention -fdollar-ok option in error message for symbol n...Tobias Burnus2008-02-201-0/+7
* re PR fortran/32760 (Error defining subroutine named PRINT)Paul Thomas2008-02-031-79/+2
* re PR fortran/33375 (ICE (segfault) gfortran.dg/common_6.f90)Daniel Franke2008-01-241-2/+0
* re PR fortran/33375 (ICE (segfault) gfortran.dg/common_6.f90)H.J. Lu2008-01-171-0/+2
* re PR fortran/34722 (ICE: left-over "@iostat" variable polutes namespace)Jerry DeLisle2008-01-121-1/+1
* re PR fortran/34658 (save / common)Tobias Burnus2008-01-061-5/+0
* re PR fortran/34325 (Wrong error message for syntax error)Jerry DeLisle2007-12-191-2/+72
* re PR fortran/34227 (initialized symbol in COMMON: Missing checks)Jerry DeLisle2007-11-281-0/+10
* re PR fortran/29389 (Statement functions are not recognized as pure when they...Paul Thomas2007-11-271-44/+9
* re PR fortran/33152 (Initialization/declaration problems in block data)Jerry DeLisle2007-11-251-15/+0
* decl.c (match_string_p): New helper function to explicitly match a string of ...Roger Sayle2007-09-021-84/+0
* re PR fortran/32985 (COMMON checking: TYPE with(out) SEQUENCE/bind(C), ALLOCA...Tobias Burnus2007-08-261-8/+0
* match.c (intrinsic_operators): Delete.Roger Sayle2007-08-231-39/+215
* match.c (intrinsic_operators): Make static.Roger Sayle2007-08-201-1/+75
* re PR fortran/32926 (ICE with external function as argument)Paul Thomas2007-08-131-6/+9
* re PR fortran/32936 (ALLOCATE: "STAT expression ... must be a variable" - but...Tobias Burnus2007-08-011-1/+34
* arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton2007-08-011-4/+3
* re PR fortran/31818 (Wrongly accepts namelists with assumed-shape arrays)Daniel Franke2007-07-281-6/+0
* re PR fortran/17711 (Wrong operator name in error message)Daniel Franke2007-07-081-6/+6
* re PR fortran/32526 (Spurious error: Name 'x' at (1) is an ambiguous referenc...Paul Thomas2007-07-051-8/+15
* [multiple changes]Christopher D. Rickett2007-07-021-2/+155
* re PR fortran/32464 (ICE: USE in contained subroutine)Paul Thomas2007-06-251-4/+11
* re PR fortran/31162 (missing warning for real do-loops with implicit typed va...Jerry DeLisle2007-06-221-3/+4
* re PR fortran/32361 (TYPE DECLARATION TO INITIALIZE DATA IN NAMED COMMON)Jerry DeLisle2007-06-211-1/+1
* re PR fortran/32223 (Backslash handling inconsistent)Steven G. Kargl2007-06-081-0/+50
* decl.c: Miscellaneous whitespace fixes.Steven G. Kargl2007-06-071-32/+32
* re PR fortran/31204 (wrong host association of implied loop variable)Paul Thomas2007-04-151-0/+2
* decl.c (gfc_match_end): Also check for construct name in END FORALL and END W...Tobias Schlüter2007-04-121-2/+9
* * match.c (gfc_match_name): Expanded comment.Brooks Moses2007-03-061-1/+3
* re PR fortran/30869 ([4.1 only] Rejects pointer to integer as loop variable)Thomas Koenig2007-02-201-6/+0
* re PR fortran/30681 ("obsolescent" vs. "obsolete")Jerry DeLisle2007-02-191-2/+2
* re PR fortran/30400 (ANY not accepted as mask in FORALL)Roger Sayle2007-02-181-9/+7
* [multiple changes]Jerry DeLisle2007-01-241-1/+8
* gfortran.h (gfc_options_t): Add flag_allow_leading_underscore.Francois-Xavier Coudert2007-01-201-1/+1
* interface.c, [...]: Update Copyright years.Steven G. Kargl2007-01-081-164/+128
* re PR fortran/27698 (subroutine _foo draws "unclassifiable statement" instead...Bernhard Fischer2007-01-071-0/+2
* re PR fortran/23994 (PROTECTED attribute (F2003) is not implemented)Tobias Burnus2006-12-101-0/+18
* data.c: Remove trailing periods from error messages.Brooks Moses2006-11-151-1/+1
* match.c (gfc_match_namelist): Add missing space to error message.Tobias Burnus2006-11-141-1/+1
* re PR fortran/29537 (ICE in gfc_match_common for blank common in BLOCK DATA u...Bernhard Fischer2006-11-011-2/+5
* re PR fortran/29051 (segfault when too few values are in data statement of ch...Paul Thomas2006-09-151-1/+4
* * match.c: Fix a comment typo.Kazu Hirata2006-08-301-1/+1
* re PR fortran/28866 (Simple if statements are not so simple)Steven G. Kargl2006-08-291-43/+53
* re PR fortran/28601 (ICE on reexport of renamed type)Paul Thomas2006-08-201-0/+3
* re PR fortran/25056 (non-PURE function should not be a valid argument)Paul Thomas2006-06-251-4/+18
* re PR fortran/27981 (Strange error message for illegal integer constant)Steven G. Kargl2006-06-231-0/+6
* re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression)Paul Thomas2006-06-201-0/+1
* re PR fortran/27897 (ICE on common block with the same name as the program.)Paul Thomas2006-06-061-1/+1
* re PR fortran/27457 (ICE in match_case_eos())Tobias Schlüter2006-05-071-0/+5