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
This commit is contained in:
parent
874d42b93e
commit
056dd1af58
2 changed files with 471 additions and 467 deletions
936
gcc/cp/ChangeLog
936
gcc/cp/ChangeLog
File diff suppressed because it is too large
Load diff
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue