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
a1d08991
Commit
a1d08991
authored
Jun 19, 2006
by
Mark Mitchell
Committed by
Mark Mitchell
Jun 19, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pt.c (instantiate_template): Fix typo in comment.
From-SVN: r114788
parent
ca84a9a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/cp/ChangeLog
+4
-0
gcc/cp/pt.c
+4
-3
No files found.
gcc/cp/ChangeLog
View file @
a1d08991
2006-06-19 Mark Mitchell <mark@codesourcery.com>
* pt.c (instantiate_template): Fix typo in comment.
2006-06-19 Richard Guenther <rguenther@suse.de>
2006-06-19 Richard Guenther <rguenther@suse.de>
* parser.c (CP_LEXER_BUFFER_SIZE): Adjust to assure near
* parser.c (CP_LEXER_BUFFER_SIZE): Adjust to assure near
...
...
gcc/cp/pt.c
View file @
a1d08991
...
@@ -9295,9 +9295,10 @@ instantiate_template (tree tmpl, tree targ_ptr, tsubst_flags_t complain)
...
@@ -9295,9 +9295,10 @@ instantiate_template (tree tmpl, tree targ_ptr, tsubst_flags_t complain)
/* Although PROCESSING_TEMPLATE_DECL may be true at this point
/* Although PROCESSING_TEMPLATE_DECL may be true at this point
(because, for example, we have encountered a non-dependent
(because, for example, we have encountered a non-dependent
function call in the body of a template function must determine
function call in the body of a template function and must now
which of several overloaded functions will be called), within the
determine which of several overloaded functions will be called),
instantiation itself we are not processing a template. */
within the instantiation itself we are not processing a
template. */
saved_processing_template_decl
=
processing_template_decl
;
saved_processing_template_decl
=
processing_template_decl
;
processing_template_decl
=
0
;
processing_template_decl
=
0
;
/* Substitute template parameters to obtain the specialization. */
/* Substitute template parameters to obtain the specialization. */
...
...
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