aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-06 08:11:01 +0000
committerbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-06 08:11:01 +0000
commit869dc6a8ba8b39bd40c9cec25a754ab829e15a54 (patch)
tree6a471af5df980485a0ac6b6076ed4e4a27d22589 /gcc/fortran
parent0944305920654c3d58aac73a17f05427d1706b05 (diff)
* match.c (gfc_match_name): Expanded comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_2-branch@122600 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog4
-rw-r--r--gcc/fortran/match.c4
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index b9ea6562bc6..8b76866584a 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,5 +1,9 @@
2007-03-05 Brooks Moses <brooks.moses@codesourcery.com>
+ * match.c (gfc_match_name): Expanded comment.
+
+2007-03-05 Brooks Moses <brooks.moses@codesourcery.com>
+
* gfortran.texi (Old-style kind specifications): Document
special handling of old-style kind specifiers for COMPLEX.
* decl.c (gfc_match_old_kind_spec): Document kind/bytesize
diff --git a/gcc/fortran/match.c b/gcc/fortran/match.c
index d92a23df62d..f657fe67c41 100644
--- a/gcc/fortran/match.c
+++ b/gcc/fortran/match.c
@@ -382,7 +382,9 @@ gfc_match_strings (mstring * a)
/* See if the current input looks like a name of some sort. Modifies
- the passed buffer which must be GFC_MAX_SYMBOL_LEN+1 bytes long. */
+ the passed buffer which must be GFC_MAX_SYMBOL_LEN+1 bytes long.
+ Note that options.c restricts max_identifier_length to not more
+ than GFC_MAX_SYMBOL_LEN. */
match
gfc_match_name (char *buffer)