Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compiler: Report unnamed receiver types.
gccgo used to crash when presented with an invalid receiver type in a method. Instead, unnamed receiver types should report an error. Fixes golang/go#11557. Change-Id: If6f4f0b1336b676238b7aa766a931ebdc2de2081 Reviewed-on: https://go-review.googlesource.com/13245 Reviewed-by: Ian Lance Taylor <[email protected]>
- Loading branch information