diff options
author | Ian Lance Taylor <iant@golang.org> | 2020-11-26 13:15:41 -0800 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-11-28 06:57:06 -0800 |
commit | 822ea13e499db20af2080b48fc3bb530e429bb8d (patch) | |
tree | 27de8915521c00ca7e6e1c48f251c505bad4d653 /gcc/tree-ssa-structalias.c | |
parent | c04bd12b06a21ad4a9c432c109ec2a543725ad1b (diff) | |
download | gcc-822ea13e499db20af2080b48fc3bb530e429bb8d.zip gcc-822ea13e499db20af2080b48fc3bb530e429bb8d.tar.gz gcc-822ea13e499db20af2080b48fc3bb530e429bb8d.tar.bz2 |
compiler: better error for x, x := 1, 2
Was
assign.go:59:28: error: multiple assignments to x
Now
assign.go:59:28: error: ‘x’ repeated on left side of :=
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/273546
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
0 files changed, 0 insertions, 0 deletions