Commit 056dd1af by H.J. Lu

semantics.c (finish_decltype_type): Initialize type.

2008-08-07  H.J. Lu  <hongjiu.lu@intel.com>

	* semantics.c (finish_decltype_type): Initialize type.

From-SVN: r138848
parent 874d42b9
......@@ -4475,7 +4475,7 @@ tree
finish_decltype_type (tree expr, bool id_expression_or_member_access_p)
{
tree orig_expr = expr;
tree type;
tree type = NULL_TREE;
if (!expr || error_operand_p (expr))
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