From e05458a48f41c0903633e86123991389d02f4eed Mon Sep 17 00:00:00 2001 From: paolo Date: Wed, 16 Oct 2013 11:56:01 +0000 Subject: [PATCH] 2013-10-16 Paolo Carlini * pt.c (tsubst): Fix typo in last commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203700 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/pt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.11.4.GIT