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
c67dca7a
Commit
c67dca7a
authored
Jun 08, 2000
by
Jakub Jelinek
Committed by
Jakub Jelinek
Jun 08, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* method.c (make_thunk): Clear DECL_VTT_PARM in thunk.
From-SVN: r34454
parent
06ebf127
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/method.c
+1
-0
No files found.
gcc/cp/ChangeLog
View file @
c67dca7a
2000-06-08 Jakub Jelinek <jakub@redhat.com>
* method.c (make_thunk): Clear DECL_VTT_PARM in thunk.
2000-06-07 Mark Mitchell <mark@codesourcery.com>
* decl.c (pushdecl): Look up functions by DECL_NAME, not
...
...
gcc/cp/method.c
View file @
c67dca7a
...
...
@@ -2133,6 +2133,7 @@ make_thunk (function, delta, vcall_index)
DECL_CONSTRUCTOR_P
(
thunk
)
=
0
;
DECL_EXTERNAL
(
thunk
)
=
1
;
DECL_ARTIFICIAL
(
thunk
)
=
1
;
DECL_VTT_PARM
(
thunk
)
=
NULL_TREE
;
/* Even if this thunk is a member of a local class, we don't
need a static chain. */
DECL_NO_STATIC_CHAIN
(
thunk
)
=
1
;
...
...
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