mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-26 23:24:37 +08:00
call.c (build_new_method_call): Fix typo in message format string.
* call.c (build_new_method_call): Fix typo in message format string. From-SVN: r60800
This commit is contained in:
parent
f7b5ecd97a
commit
5e8a153a54
@ -1,3 +1,8 @@
|
||||
2003-01-02 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* call.c (build_new_method_call): Fix typo in message format
|
||||
string.
|
||||
|
||||
2003-01-02 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* parser.c (cp_lexer_next_token_is): Declare it inline.
|
||||
|
@ -4861,7 +4861,7 @@ build_new_method_call (tree instance, tree fns, tree args,
|
||||
bool free_p;
|
||||
|
||||
pretty_name = name_as_c_string (name, basetype, &free_p);
|
||||
error ("call of overloaded `%D(%A)' is ambiguous", pretty_name,
|
||||
error ("call of overloaded `%s(%A)' is ambiguous", pretty_name,
|
||||
user_args);
|
||||
print_z_candidates (candidates);
|
||||
if (free_p)
|
||||
|
Loading…
Reference in New Issue
Block a user