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
9dd2b100
Commit
9dd2b100
authored
Apr 28, 1999
by
Andreas Schwab
Committed by
Andreas Schwab
Apr 28, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* search.c (binfo_for_vtable): Initialize bfvi.var.
From-SVN: r26685
parent
41a12ce7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/cp/ChangeLog
+4
-0
gcc/cp/search.c
+1
-0
No files found.
gcc/cp/ChangeLog
View file @
9dd2b100
Wed Apr 28 11:42:22 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* search.c (binfo_for_vtable): Initialize bfvi.var.
1999-04-27 Nathan Sidwell <nathan@acm.org>
1999-04-27 Nathan Sidwell <nathan@acm.org>
* rtti.c (build_x_typeid): Check rtti is enabled.
* rtti.c (build_x_typeid): Check rtti is enabled.
...
...
gcc/cp/search.c
View file @
9dd2b100
...
@@ -3211,6 +3211,7 @@ binfo_for_vtable (var)
...
@@ -3211,6 +3211,7 @@ binfo_for_vtable (var)
type
=
DECL_CONTEXT
(
var
);
type
=
DECL_CONTEXT
(
var
);
bfvi
.
vbases
=
CLASSTYPE_VBASECLASSES
(
type
);
bfvi
.
vbases
=
CLASSTYPE_VBASECLASSES
(
type
);
bfvi
.
var
=
var
;
return
dfs_walk_real
(
TYPE_BINFO
(
type
),
return
dfs_walk_real
(
TYPE_BINFO
(
type
),
0
,
dfs_bfv_helper
,
dfs_bfv_queue_p
,
&
bfvi
);
0
,
dfs_bfv_helper
,
dfs_bfv_queue_p
,
&
bfvi
);
}
}
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