aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@integrable-solutions.net>2004-11-01 09:47:59 +0000
committerGabriel Dos Reis <gdr@gcc.gnu.org>2004-11-01 09:47:59 +0000
commitc4f731746a858af919e7fb3b70b5b40c92ef0964 (patch)
tree93761ecb827ee6adaf134734810338c114ec6161 /gcc/cp/pt.c
parent3188a512c43dd8ad5b270163e2f21b43384bbfd8 (diff)
downloadgcc-c4f731746a858af919e7fb3b70b5b40c92ef0964.zip
gcc-c4f731746a858af919e7fb3b70b5b40c92ef0964.tar.gz
gcc-c4f731746a858af919e7fb3b70b5b40c92ef0964.tar.bz2
Convert diagnostics to use quoting flag q 9/n
Convert diagnostics to use quoting flag q 9/n * typeck.c (build_x_unary_op, convert_member_func_to_ptr, get_delta_difference): Use new quotation style. * repo.c (reopen_repo_file_for_write): Likewise. * pt.c (do_type_instantiation): Likewise. * parser.c (cp_parser_diagnose_invalid_type_name): * name-lookup.c (push_overloaded_decl, set_decl_namespace): * error.c (cp_print_error_function, print_instantiation_full_context): Likewise. * decl.c (define_label, grok_reference_init, maybe_deduce_size_from_array_init, revert_static_member_fn): * decl2.c (check_classfn): Likewise. * class.c (add_method, check_field_decls, layout_class_type, resolve_address_of_overloaded_function): Likewise. * call.c (build_x_va_arg, build_over_call): Likewise. From-SVN: r89938
Diffstat (limited to 'gcc/cp/pt.c')
-rw-r--r--gcc/cp/pt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
index 54925a5..56f55ed 100644
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.c
@@ -10843,7 +10843,7 @@ do_type_instantiation (tree t, tree storage, tsubst_flags_t complain)
if (storage != NULL_TREE)
{
if (pedantic && !in_system_header)
- pedwarn("ISO C++ forbids the use of `%E' on explicit instantiations",
+ pedwarn("ISO C++ forbids the use of %qE on explicit instantiations",
storage);
if (storage == ridpointers[(int) RID_INLINE])