diff options
Diffstat (limited to 'gcc/cp/pt.c')
-rw-r--r-- | gcc/cp/pt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index c35fd11..28ae8f3 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -1795,7 +1795,7 @@ check_explicit_specialization (tree declarator, error("too few template parameter lists in declaration of %qD", decl); else error("explicit specialization of %qD must be introduced by " - "`template <>'", decl); + "%<template <>%>", decl); /* Fall through. */ case tsk_expl_spec: @@ -7407,7 +7407,7 @@ tsubst (tree t, tree args, tsubst_flags_t complain, tree in_decl) } default: - sorry ("use of `%s' in template", + sorry ("use of %qs in template", tree_code_name [(int) TREE_CODE (t)]); return error_mark_node; } |