Descriptioncmd/gc: disallow call of *T method using **T variable
This brings cmd/gc in line with the spec on this question.
It might break existing code, but that code was not conformant
with the spec.
Credit to Rémy for finding the broken code.
Fixes issue 6366.
Patch Set 1 #Patch Set 2 : diff -r cf7fe9f1fd36a651dfebb1472fcc95e9b87e5a87 https://code.google.com/p/go/ #Patch Set 3 : diff -r cf7fe9f1fd36a651dfebb1472fcc95e9b87e5a87 https://code.google.com/p/go/ #Patch Set 4 : diff -r c31876cc01e949e1be6f707f51b980d3963a28b7 https://code.google.com/p/go/ #
MessagesTotal messages: 4
|