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
bcf51da2
Commit
bcf51da2
authored
Dec 16, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Dec 16, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* parser.c, pt.c: Fix comment typos.
From-SVN: r108625
parent
8a6c4339
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/cp/ChangeLog
+4
-0
gcc/cp/parser.c
+2
-2
gcc/cp/pt.c
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
bcf51da2
2005-12-16 Kazu Hirata <kazu@codesourcery.com>
* parser.c, pt.c: Fix comment typos.
2005-12-13 Petr Machata <machata@post.cz>
2005-12-13 Petr Machata <machata@post.cz>
PR c++/24907
PR c++/24907
...
...
gcc/cp/parser.c
View file @
bcf51da2
...
@@ -2735,7 +2735,7 @@ cp_parser_translation_unit (cp_parser* parser)
...
@@ -2735,7 +2735,7 @@ cp_parser_translation_unit (cp_parser* parser)
ADDRESS_P is true iff this expression was immediately preceded by
ADDRESS_P is true iff this expression was immediately preceded by
"&" and therefore might denote a pointer-to-member. CAST_P is true
"&" and therefore might denote a pointer-to-member. CAST_P is true
iff this expression is the target of a cast. TEMPLATE_ARG_P is
iff this expression is the target of a cast. TEMPLATE_ARG_P is
true iff this expression is a temp
al
te argument.
true iff this expression is a temp
la
te argument.
Returns a representation of the expression. Upon return, *IDK
Returns a representation of the expression. Upon return, *IDK
indicates what kind of id-expression (if any) was present. */
indicates what kind of id-expression (if any) was present. */
...
@@ -14521,7 +14521,7 @@ cp_parser_label_declaration (cp_parser* parser)
...
@@ -14521,7 +14521,7 @@ cp_parser_label_declaration (cp_parser* parser)
types.
types.
If AMBIGUOUS_DECLS is non-NULL, *AMBIGUOUS_DECLS is set to a
If AMBIGUOUS_DECLS is non-NULL, *AMBIGUOUS_DECLS is set to a
TREE_LIST of candiates if name-lookup results in an ambiguity, and
TREE_LIST of candi
d
ates if name-lookup results in an ambiguity, and
NULL_TREE otherwise. */
NULL_TREE otherwise. */
static
tree
static
tree
...
...
gcc/cp/pt.c
View file @
bcf51da2
...
@@ -1194,7 +1194,7 @@ register_specialization (tree spec, tree tmpl, tree args, bool is_friend)
...
@@ -1194,7 +1194,7 @@ register_specialization (tree spec, tree tmpl, tree args, bool is_friend)
An explicit specialization of a function template
An explicit specialization of a function template
is inline only if it is explicitly declared to be,
is inline only if it is explicitly declared to be,
and independently of whether its function temp
al
te
and independently of whether its function temp
la
te
is.
is.
to the primary function; now copy the inline bits to
to the primary function; now copy the inline bits to
...
...
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