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
3932057c
Commit
3932057c
authored
Dec 10, 2002
by
Matt Austern
Committed by
Matt Austern
Dec 10, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cp-tree.h: get rid of needs_virtual_reinit bit.
From-SVN: r60014
parent
35cfd291
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/cp/ChangeLog
+3
-0
gcc/cp/cp-tree.h
+1
-2
No files found.
gcc/cp/ChangeLog
View file @
3932057c
2002-12-10 Matt Austern <austern@apple.com>
* cp-tree.h: get rid of needs_virtual_reinit bit.
2002-12-09 Mark Mitchell <mark@codesourcery.com>
* NEWS: Document removal of in-class initialization extension for
...
...
gcc/cp/cp-tree.h
View file @
3932057c
...
...
@@ -1117,7 +1117,6 @@ struct lang_type_class GTY(())
unsigned
has_arrow_overloaded
:
1
;
unsigned
interface_only
:
1
;
unsigned
interface_unknown
:
1
;
unsigned
needs_virtual_reinit
:
1
;
unsigned
marks
:
6
;
unsigned
vec_new_uses_cookie
:
1
;
...
...
@@ -1152,7 +1151,7 @@ struct lang_type_class GTY(())
/* There are some bits left to fill out a 32-bit word. Keep track
of this by updating the size of this bitfield whenever you add or
remove a flag. */
unsigned
dummy
:
4
;
unsigned
dummy
:
5
;
tree
primary_base
;
tree
vfields
;
...
...
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