Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
090021e9
Commit
090021e9
authored
Mar 06, 2007
by
Brooks Moses
Committed by
Brooks Moses
Mar 06, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* match.c (gfc_match_name): Expanded comment.
From-SVN: r122601
parent
b2b81a3f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/match.c
+3
-1
No files found.
gcc/fortran/ChangeLog
View file @
090021e9
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
...
...
gcc/fortran/match.c
View file @
090021e9
...
...
@@ -380,7 +380,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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment