From: Paolo Carlini Date: Wed, 16 Oct 2013 11:56:01 +0000 (+0000) Subject: pt.c (tsubst): Fix typo in last commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71f42ec5574f16e6bec08f5ef6798455e2c2ac87;p=gcc.git pt.c (tsubst): Fix typo in last commit. 2013-10-16 Paolo Carlini * pt.c (tsubst): Fix typo in last commit. From-SVN: r203700 --- diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 95d901c7385..eed648a3773 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -12102,7 +12102,7 @@ tsubst (tree t, tree args, tsubst_flags_t complain, tree in_decl) gcc_unreachable (); default: - sorry ("use of %qs in template", get_tree_code_name ((int) code)); + sorry ("use of %qs in template", get_tree_code_name (code)); return error_mark_node; } }