summaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue7405.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/6g, cmd/8g: skip CONVNOP nodes in bgen.R?my Oudompheng2014-03-201-0/+51
Revision 3ae4607a43ff introduced CONVNOP layers to fix type checking issues arising from comparisons. The added complexity made 8g run out of registers when compiling an equality function in go.net/ipv6. A similar issue occurred in test/sizeof.go on amd64p32 with 6g. Fixes issue 7405. LGTM=khr R=rsc, dave, iant, khr CC=golang-codereviews https://codereview.appspot.com/78100044