Commit bd075cf2 by Steve Ellcey Committed by Steve Ellcey

* trans-array.c (gfc_conv_array_parameter): Initialize tmp.

From-SVN: r125313
parent 15eb3a2e
2007-06-04 Steve Ellcey <sje@cup.hp.com>
* trans-array.c (gfc_conv_array_parameter): Initialize tmp.
2007-05-31 Richard Guenther <rguenther@suse.de>
* trans-expr.c (gfc_conv_expr_op): Use zero constant
......
......@@ -4819,7 +4819,7 @@ gfc_conv_array_parameter (gfc_se * se, gfc_expr * expr, gfc_ss * ss, int g77)
{
tree ptr;
tree desc;
tree tmp;
tree tmp = NULL_TREE;
tree stmt;
tree parent = DECL_CONTEXT (current_function_decl);
bool full_array_var, this_array_result;
......
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