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
472c29c3
Commit
472c29c3
authored
Nov 30, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Nov 30, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* parser.c: Fix comment typos.
From-SVN: r91525
parent
218d1b88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/cp/ChangeLog
+4
-0
gcc/cp/parser.c
+2
-2
No files found.
gcc/cp/ChangeLog
View file @
472c29c3
2004-11-30 Kazu Hirata <kazu@cs.umass.edu>
* parser.c: Fix comment typos.
2004-11-27 Mark Mitchell <mark@codesourcery.com>
2004-11-27 Mark Mitchell <mark@codesourcery.com>
PR c++/18368
PR c++/18368
...
...
gcc/cp/parser.c
View file @
472c29c3
...
@@ -1862,7 +1862,7 @@ cp_parser_check_type_definition (cp_parser* parser)
...
@@ -1862,7 +1862,7 @@ cp_parser_check_type_definition (cp_parser* parser)
}
}
/* This function is called when the DECLARATOR is processed. The TYPE
/* This function is called when the DECLARATOR is processed. The TYPE
was a type defin
i
ed in the decl-specifiers. If it is invalid to
was a type defined in the decl-specifiers. If it is invalid to
define a type in the decl-specifiers for DECLARATOR, an error is
define a type in the decl-specifiers for DECLARATOR, an error is
issued. */
issued. */
...
@@ -14067,7 +14067,7 @@ cp_parser_label_declaration (cp_parser* parser)
...
@@ -14067,7 +14067,7 @@ cp_parser_label_declaration (cp_parser* parser)
If there was no entity with the indicated NAME, the ERROR_MARK_NODE
If there was no entity with the indicated NAME, the ERROR_MARK_NODE
is returned.
is returned.
If TAG_TYPE is not NONE_TYPE, it in
id
cates an explicit type keyword
If TAG_TYPE is not NONE_TYPE, it in
di
cates an explicit type keyword
(e.g., "struct") that was used. In that case bindings that do not
(e.g., "struct") that was used. In that case bindings that do not
refer to types are ignored.
refer to types are ignored.
...
...
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