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
1ceaad38
Commit
1ceaad38
authored
May 31, 1998
by
Jason Merrill
Committed by
Jason Merrill
May 31, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pt.c (tsubst): Always copy BINFO_BASETYPES.
From-SVN: r20158
parent
9045f690
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
gcc/cp/ChangeLog
+4
-0
gcc/cp/pt.c
+2
-4
No files found.
gcc/cp/ChangeLog
View file @
1ceaad38
1998-05-31 Jason Merrill <jason@yorick.cygnus.com>
* pt.c (tsubst): Always copy BINFO_BASETYPES.
1998-05-29 scott snyder <snyder@d0sgif.fnal.gov>
* tree.c (layout_basetypes): If we change TYPE_SIZE, change
...
...
gcc/cp/pt.c
View file @
1ceaad38
...
...
@@ -4830,16 +4830,14 @@ tsubst (t, args, in_decl)
case
TREE_VEC
:
if
(
type
!=
NULL_TREE
)
{
/* A binfo node. */
/* A binfo node. We always need to make a copy, of the node
itself and of its BINFO_BASETYPES. */
t
=
copy_node
(
t
);
/* Make sure type isn't a typedef copy. */
type
=
BINFO_TYPE
(
TYPE_BINFO
(
type
));
if
(
type
==
TREE_TYPE
(
t
))
return
t
;
TREE_TYPE
(
t
)
=
complete_type
(
type
);
if
(
IS_AGGR_TYPE
(
type
))
{
...
...
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