Commit 71f42ec5 by Paolo Carlini

pt.c (tsubst): Fix typo in last commit.

2013-10-16  Paolo Carlini  <paolo.carlini@oracle.com>

	* pt.c (tsubst): Fix typo in last commit.

From-SVN: r203700
parent c281bf26
...@@ -12102,7 +12102,7 @@ tsubst (tree t, tree args, tsubst_flags_t complain, tree in_decl) ...@@ -12102,7 +12102,7 @@ tsubst (tree t, tree args, tsubst_flags_t complain, tree in_decl)
gcc_unreachable (); gcc_unreachable ();
default: 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; return error_mark_node;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment