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
9f9a713e
Commit
9f9a713e
authored
Apr 22, 2006
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 22, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl.c: Fix comment typos.
From-SVN: r113175
parent
4f19e578
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/cp/ChangeLog
+4
-0
gcc/cp/decl.c
+4
-4
No files found.
gcc/cp/ChangeLog
View file @
9f9a713e
2006-04-22 Kazu Hirata <kazu@codesourcery.com>
* decl.c: Fix comment typos.
2006-04-21 Eric Christopher <echristo@apple.com>
2006-04-21 Eric Christopher <echristo@apple.com>
* decl.c: Fix typo in function name.
* decl.c: Fix typo in function name.
...
...
gcc/cp/decl.c
View file @
9f9a713e
...
@@ -7712,15 +7712,15 @@ grokdeclarator (const cp_declarator *declarator,
...
@@ -7712,15 +7712,15 @@ grokdeclarator (const cp_declarator *declarator,
else
if
(
/* If the qualifying type is already complete, then we
else
if
(
/* If the qualifying type is already complete, then we
can skip the following checks. */
can skip the following checks. */
!
COMPLETE_TYPE_P
(
ctype
)
!
COMPLETE_TYPE_P
(
ctype
)
/* If a function is being defined, then the qualifing
/* If a function is being defined, then the qualif
y
ing
type must be complete. The qualifing type may be
type must be complete. The qualif
y
ing type may be
incomplete for a declaration only if the quali
t
ying
incomplete for a declaration only if the quali
f
ying
type is one of the classes presently being defined,
type is one of the classes presently being defined,
or if it is a dependent type. */
or if it is a dependent type. */
&&
(
funcdef_flag
&&
(
funcdef_flag
||
!
(
dependent_type_p
(
ctype
)
||
!
(
dependent_type_p
(
ctype
)
||
currently_open_class
(
ctype
)))
||
currently_open_class
(
ctype
)))
/* Check that the qualifing type is complete. */
/* Check that the qualif
y
ing type is complete. */
&&
!
complete_type_or_else
(
ctype
,
NULL_TREE
))
&&
!
complete_type_or_else
(
ctype
,
NULL_TREE
))
return
error_mark_node
;
return
error_mark_node
;
else
if
(
TREE_CODE
(
type
)
==
FUNCTION_TYPE
)
else
if
(
TREE_CODE
(
type
)
==
FUNCTION_TYPE
)
...
...
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