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
6c745393
Commit
6c745393
authored
Oct 29, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Oct 29, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pt.c: Fix a comment typo.
From-SVN: r89845
parent
c24a4dcf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/cp/ChangeLog
+4
-0
gcc/cp/pt.c
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
6c745393
2004-10-29 Kazu Hirata <kazu@cs.umass.edu>
* pt.c: Fix a comment typo.
2004-10-28 Nathan Sidwell <nathan@codesourcery.com>
* typeck.c (composite_pointer_type): Remove comment about DR 195.
...
...
gcc/cp/pt.c
View file @
6c745393
...
...
@@ -5627,7 +5627,7 @@ instantiate_class_template (tree type)
&&
TYPE_LANG_SPECIFIC
(
tag
)
&&
CLASSTYPE_IS_TEMPLATE
(
tag
));
/* If the member is a class template, then -- even after
substitu
i
tion -- there may be dependent types in the
substitution -- there may be dependent types in the
template argument list for the class. We increment
PROCESSING_TEMPLATE_DECL so that dependent_type_p, as
that function will assume that no types are dependent
...
...
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