From 71f42ec5574f16e6bec08f5ef6798455e2c2ac87 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Wed, 16 Oct 2013 11:56:01 +0000 Subject: [PATCH] pt.c (tsubst): Fix typo in last commit. 2013-10-16 Paolo Carlini * pt.c (tsubst): Fix typo in last commit. From-SVN: r203700 --- 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.30.2