r214712 - /branches/gcc-4_9-branch/gcc/go/gofro...
ian@gcc.gnu.org
ian@gcc.gnu.org
Fri Aug 29 03:05:00 GMT 2014
Author: ian
Date: Fri Aug 29 03:04:59 2014
New Revision: 214712
URL: https://gcc.gnu.org/viewcvs?rev=214712&root=gcc&view=rev
Log:
compiler: Fix comparison of struct/array with interface.
The compiler used to crash when the struct/array was not
addressable.
The test case is https://codereview.appspot.com/135170043 .
This fixes http://golang.org/issue/8612 .
Modified:
branches/gcc-4_9-branch/gcc/go/gofrontend/expressions.cc
More information about the Gcc-cvs
mailing list