-
- Downloads
compiler: Do not count package uses from ambiguous lookups.
When using dot imports, it is possible to have an imported symbol name that matches the name of a struct field in a composite literal. Do not consider the imported package to be used in this situation. Fixes issue 6427. From-SVN: r217453
Showing
- gcc/go/gofrontend/expressions.cc 10 additions, 0 deletionsgcc/go/gofrontend/expressions.cc
- gcc/go/gofrontend/gogo.cc 31 additions, 1 deletiongcc/go/gofrontend/gogo.cc
- gcc/go/gofrontend/gogo.h 19 additions, 9 deletionsgcc/go/gofrontend/gogo.h
- gcc/go/gofrontend/parse.cc 6 additions, 3 deletionsgcc/go/gofrontend/parse.cc
Loading
Please register or sign in to comment