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
9ced0328
Commit
9ced0328
authored
22 years ago
by
Devang Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move C++ specific ChangeLog entry for "cp_binding_level reorg" patch
from Changelog into cp/Changelog From-SVN: r57523
parent
0dffceed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
gcc/ChangeLog
+0
-16
gcc/cp/ChangeLog
+16
-0
No files found.
gcc/ChangeLog
View file @
9ced0328
...
...
@@ -549,22 +549,6 @@ Tue Aug 27 20:07:01 CEST 2002 Jan Hubicka <jh@suse.cz>
"*zero_extendqihi2_31"
)
:
New
insns
.
(
"*zero_extendqihi2_64"
)
:
Do
not
clobber
CC
.
2002
-
09
-
18
Devang
Patel
<
dpatel
@apple
.
com
>
*
cp
/
cp
-
tree
.
h
:
New
prototype
for
walk_vtabls
().
*
cp
/
decl
.
c
(
walk_vtables_r
)
:
New
function
.
(
struct
cp_binding_level
)
:
Add
new
members
,
namespaces
,
names_size
and
vtables
.
(
add_decl_to_level
)
:
Add
decl
in
namespaces
or
vtables
chain
,
if
conditions
match
.
(
walk_vtables
)
:
New
function
.
(
walk_namespaces_r
)
:
Travers
separate
namespace
chain
for
namespace
decls
.
(
wrapup_globals_for_namespace
)
:
Use
names_size
instead
of
list_length
().
*
cp
/
decl2
.
c
(
finish_file
)
:
Use
walk_vtables
()
instead
of
walk_globals
()
to
walk
vtable
decls
.
2002
-
09
-
19
Steve
Ellcey
<
sje
@cup
.
hp
.
com
>
*
config
/
ia64
/
hpux
.
h
(
CTORS_SECTION_ASM_OP
)
:
New
.
...
...
This diff is collapsed.
Click to expand it.
gcc/cp/ChangeLog
View file @
9ced0328
...
...
@@ -42,6 +42,22 @@
* tree.c: Likewise.
* typeck.c: Likewise.
2002-09-18 Devang Patel <dpatel@apple.com>
* cp/cp-tree.h: New prototype for walk_vtabls().
* cp/decl.c (walk_vtables_r): New function.
(struct cp_binding_level): Add new members, namespaces,
names_size and vtables.
(add_decl_to_level): Add decl in namespaces or vtables
chain, if conditions match.
(walk_vtables): New function.
(walk_namespaces_r): Travers separate namespace chain
for namespace decls.
(wrapup_globals_for_namespace): Use names_size instead
of list_length().
* cp/decl2.c (finish_file): Use walk_vtables() instead of
walk_globals() to walk vtable decls.
2002-09-18 Nathan Sidwell <nathan@codesourcery.com>
* decl.c (grokdeclarator): Use assert, not internal_error. Don't
...
...
This diff is collapsed.
Click to expand it.
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