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
c51940a2
Commit
c51940a2
authored
Apr 03, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 03, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pt.c: Fix comment typos.
From-SVN: r97491
parent
315682fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/cp/ChangeLog
+4
-0
gcc/cp/pt.c
+2
-2
No files found.
gcc/cp/ChangeLog
View file @
c51940a2
2005-04-03 Kazu Hirata <kazu@cs.umass.edu>
* pt.c: Fix comment typos.
2005-04-03 Nathan Sidwell <nathan@codesourcery.com>
PR c++/20723
...
...
gcc/cp/pt.c
View file @
c51940a2
...
...
@@ -10378,7 +10378,7 @@ mark_decl_instantiated (tree result, int extern_p)
The 1998 std underspecified function template partial ordering, and
DR214 addresses the issue. We take pairs of arguments, one from
each of the templates, and deduce them against eachother. One of
each of the templates, and deduce them against each
other. One of
the templates will be more specialized if all the *other*
template's arguments deduce against its arguments and at least one
of its arguments *does* *not* deduce against the other template's
...
...
@@ -12399,7 +12399,7 @@ dependent_template_id_p (tree tmpl, tree args)
can be found. Note that this function peers inside uninstantiated
templates and therefore should be used only in extremely limited
situations. ONLY_CURRENT_P restricts this peering to the currently
open classes h
ei
rarchy (which is required when comparing types). */
open classes h
ie
rarchy (which is required when comparing types). */
tree
resolve_typename_type
(
tree
type
,
bool
only_current_p
)
...
...
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