OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* parser.c (cp_parser_class_specifier): Set class location to that
[pf3gnuchains/gcc-fork.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
local6.C
diff --git
a/gcc/testsuite/g++.dg/template/local6.C
b/gcc/testsuite/g++.dg/template/local6.C
index
1fa39bc
..
6c5e8ac
100644
(file)
--- a/
gcc/testsuite/g++.dg/template/local6.C
+++ b/
gcc/testsuite/g++.dg/template/local6.C
@@
-1,6
+1,6
@@
-template <class T> struct PCVector2 // { dg-message "
note
" }
+template <class T> struct PCVector2 // { dg-message "
candidate is
" }
{
{
- template <class T2> PCVector2(const PCVector2<T> &cv) ;
// { dg-message "candidate" }
+ template <class T2> PCVector2(const PCVector2<T> &cv) ;
PCVector2<T> operator- (const PCVector2<T> &ov) const
{
PCVector2<T> operator- (const PCVector2<T> &ov) const
{