compiler: initialize saw_send_stmt locals
commit7b89979747684476c371208a274c77ec9e402caf
authorIan Lance Taylor <iant@golang.org>
Tue, 22 Dec 2020 21:50:18 +0000 (22 13:50 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 22 Dec 2020 22:46:58 +0000 (22 14:46 -0800)
treed98c4d020eca0b8209a52f787146bc652130e736
parent313890530c53475f2b76c4cae0d69b9b73de648c
compiler: initialize saw_send_stmt locals

The C++ compiler wasn't warning because we take their address.

Fixes golang/go#43252

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/279752
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/parse.cc