Commit efd7ad5c by Jason Merrill Committed by Jason Merrill

* cvt.c (build_up_reference): Use target_type for the temporary var.

From-SVN: r166009
parent 73808ca6
2010-10-27 Jason Merrill <jason@redhat.com>
* cvt.c (build_up_reference): Use target_type for the temporary var.
* except.c (build_throw): Set EXPR_LOCATION.
* tree.c (build_cplus_new): Handle CONSTRUCTOR.
......
......@@ -314,7 +314,7 @@ build_up_reference (tree type, tree arg, int flags, tree decl)
here because it needs to live as long as DECL. */
tree targ = arg;
arg = make_temporary_var_for_ref_to_temp (decl, TREE_TYPE (arg));
arg = make_temporary_var_for_ref_to_temp (decl, target_type);
/* Process the initializer for the declaration. */
DECL_INITIAL (arg) = targ;
......
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