gogo.cc
223 KB
-
compiler: Report unnamed receiver types. · 624c7bbf
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. Reviewed-on: https://go-review.googlesource.com/13245 From-SVN: r226899Ian Lance Taylor committed