-d091cd25a5894ac751fe1868197648fc486cf322
+013a4ddcae2e8b840561c4411bab87f4f0f9ef42
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
 
 
   bool saw_simple_stat = false;
   Expression* switch_val = NULL;
-  bool saw_send_stmt;
+  bool saw_send_stmt = false;
   Type_switch type_switch;
   bool have_type_switch_block = false;
   if (this->simple_stat_may_start_here())
        {
          // We might be looking at a Condition, an InitStat, or a
          // RangeClause.
-         bool saw_send_stmt;
+         bool saw_send_stmt = false;
          cond = this->simple_stat(false, &saw_send_stmt, &range_clause, NULL);
          if (!this->peek_token()->is_op(OPERATOR_SEMICOLON))
            {