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
06f07977
Commit
06f07977
authored
Mar 02, 2000
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG.
From-SVN: r32297
parent
c2732da3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
gcc/cp/ChangeLog
+6
-2
gcc/cp/pt.c
+3
-0
No files found.
gcc/cp/ChangeLog
View file @
06f07977
2000-03-01 Jason Merrill <jason@casey.cygnus.com>
* pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG.
2000-03-02 Tom Tromey <tromey@cygnus.com>
* cp-tree.h (build_java_class_ref): Declare.
...
...
@@ -770,7 +774,7 @@ Mon Jan 31 15:35:29 2000 Jim Wilson <wilson@cygnus.com>
Thu Jan 27 20:53:36 2000 Jim Wilson <wilson@cygnus.com>
*
cp/
optimize.c (remap_decl): Add walk_tree calls for DECL_SIZE (t)
* optimize.c (remap_decl): Add walk_tree calls for DECL_SIZE (t)
and TYPE_MAX_VALUE (TYPE_DOMAIN (TREE_TYPE (t))).
Thu Jan 27 13:54:12 2000 Mike Stump <mrs@wrs.com>
...
...
@@ -784,7 +788,7 @@ Thu Jan 27 13:54:12 2000 Mike Stump <mrs@wrs.com>
Wed Jan 26 22:19:14 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
*
cp/
optimize.c (calls_setjmp_r): Supply new argument
* optimize.c (calls_setjmp_r): Supply new argument
to special_function_p.
2000-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
...
...
gcc/cp/pt.c
View file @
06f07977
...
...
@@ -9568,6 +9568,9 @@ instantiate_decl (d)
try to instantiate it again. */
DECL_TEMPLATE_INSTANTIATED
(
d
)
=
1
;
/* And we're not deferring instantiation any more. */
TI_PENDING_TEMPLATE_FLAG
(
DECL_TEMPLATE_INFO
(
d
))
=
0
;
/* Regenerate the declaration in case the template has been modified
by a subsequent redeclaration. */
regenerate_decl_from_template
(
d
,
td
);
...
...
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