mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 02:50:27 +08:00
pt.c (convert_nontype_argument): Fix a typo in an error message.
* pt.c (convert_nontype_argument): Fix a typo in an error message. From-SVN: r114185
This commit is contained in:
parent
eb6d74fa82
commit
944fd207f5
@ -1,3 +1,8 @@
|
||||
2006-05-29 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* pt.c (convert_nontype_argument): Fix a typo in an error
|
||||
message.
|
||||
|
||||
2006-05-28 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* decl.c, decl2.c, parser.c: Fix comment typos. Follow
|
||||
|
@ -3620,7 +3620,7 @@ convert_nontype_argument (tree type, tree expr)
|
||||
if (!real_lvalue_p (expr))
|
||||
{
|
||||
error ("%qE is not a valid template argument for type %qT "
|
||||
"because it is not a lvalue", expr, type);
|
||||
"because it is not an lvalue", expr, type);
|
||||
return NULL_TREE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user