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
e4227c0f
Commit
e4227c0f
authored
Jun 22, 2005
by
Volker Reichelt
Committed by
Volker Reichelt
Jun 22, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pt.c (register_specialization): Remove superfluous assertion.
From-SVN: r101253
parent
bd83e614
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
gcc/cp/ChangeLog
+4
-0
gcc/cp/pt.c
+0
-5
No files found.
gcc/cp/ChangeLog
View file @
e4227c0f
2005-06-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* pt.c (register_specialization): Remove superfluous assertion.
2005-06-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* call.c (convert_like_real): Add format attribute.
...
...
gcc/cp/pt.c
View file @
e4227c0f
...
...
@@ -1139,11 +1139,6 @@ register_specialization (tree spec, tree tmpl, tree args)
instantiation unless and until it is actually needed. */
return
spec
;
/* There should be as many levels of arguments as there are
levels of parameters. */
gcc_assert
(
TMPL_ARGS_DEPTH
(
args
)
==
TMPL_PARMS_DEPTH
(
DECL_TEMPLATE_PARMS
(
tmpl
)));
fn
=
retrieve_specialization
(
tmpl
,
args
,
/*class_specializations_p=*/
false
);
/* We can sometimes try to re-register a specialization that we've
...
...
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