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
74424c73
Commit
74424c73
authored
May 23, 2011
by
Jason Merrill
Committed by
Jason Merrill
May 23, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pt.c (tsubst_copy_and_build): Use current_class_name.
From-SVN: r174102
parent
874aeeed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
gcc/cp/ChangeLog
+2
-0
gcc/cp/pt.c
+1
-2
No files found.
gcc/cp/ChangeLog
View file @
74424c73
2011-05-23 Jason Merrill <jason@redhat.com>
* pt.c (tsubst_copy_and_build): Use current_class_name.
PR c++/49102
* call.c (convert_arg_to_ellipsis): Call force_rvalue.
...
...
gcc/cp/pt.c
View file @
74424c73
...
...
@@ -13017,8 +13017,7 @@ tsubst_copy_and_build (tree t,
else
inform
(
EXPR_LOC_OR_HERE
(
t
),
"use %<%T::%D%> instead"
,
TYPE_IDENTIFIER
(
current_class_type
),
function
);
current_class_name
,
function
);
}
else
inform
(
0
,
"%q+D declared here, later in the "
...
...
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