-
- Downloads
compiler: export the type "any" as a builtin
Otherwise we can't tell the difference between builtin type "any" and a locally defined type "any". This will require updates to the gccgo export data parsers in the main Go repo and the x/tools repo. These updates are https://go.dev/cl/537195 and https://go.dev/cl/537215. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/536715
Showing
- gcc/go/gofrontend/MERGE 1 addition, 1 deletiongcc/go/gofrontend/MERGE
- gcc/go/gofrontend/export.cc 1 addition, 0 deletionsgcc/go/gofrontend/export.cc
- gcc/go/gofrontend/export.h 2 additions, 1 deletiongcc/go/gofrontend/export.h
- gcc/go/gofrontend/import.cc 1 addition, 0 deletionsgcc/go/gofrontend/import.cc
- libgo/go/go/internal/gccgoimporter/parser.go 16 additions, 14 deletionslibgo/go/go/internal/gccgoimporter/parser.go
Loading
Please register or sign in to comment