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
c7cb8979
Commit
c7cb8979
authored
Aug 30, 2000
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typos
From-SVN: r36062
parent
38998e14
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/cp/cp-tree.def
+1
-1
gcc/cp/decl2.c
+2
-2
No files found.
gcc/cp/cp-tree.def
View file @
c7cb8979
...
@@ -219,7 +219,7 @@ DEFTREECODE (PSEUDO_DTOR_EXPR, "pseudo_dtor_expr", 'e', 3)
...
@@ -219,7 +219,7 @@ DEFTREECODE (PSEUDO_DTOR_EXPR, "pseudo_dtor_expr", 'e', 3)
function. */
function. */
DEFTREECODE (SUBOBJECT, "subobject", 'e', 1)
DEFTREECODE (SUBOBJECT, "subobject", 'e', 1)
/* An CTOR_STMT marks the beginning (if CTOR_BEGIN_P holds) or end of
/* An CTOR_STMT marks the beginning (if CTOR_BEGIN_P holds) or end of
a con
t
structor (if CTOR_END_P) holds. At the end of a constructor,
a constructor (if CTOR_END_P) holds. At the end of a constructor,
the cleanups associated with any SUBOBJECT_CLEANUPS need no longer
the cleanups associated with any SUBOBJECT_CLEANUPS need no longer
be run. */
be run. */
DEFTREECODE (CTOR_STMT, "ctor_stmt", 'e', 0)
DEFTREECODE (CTOR_STMT, "ctor_stmt", 'e', 0)
...
...
gcc/cp/decl2.c
View file @
c7cb8979
...
@@ -3044,8 +3044,8 @@ finish_objects (method_type, initp, body)
...
@@ -3044,8 +3044,8 @@ finish_objects (method_type, initp, body)
const
char
*
fnname
;
const
char
*
fnname
;
tree
fn
;
tree
fn
;
/* Finish up. */
/* Finish up.
*/
finish_compound_stmt
(
/*has_no_scope=*/
0
,
body
);
finish_compound_stmt
(
/*has_no_scope=*/
0
,
body
);
fn
=
finish_function
(
0
);
fn
=
finish_function
(
0
);
expand_body
(
fn
);
expand_body
(
fn
);
...
...
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