r216519 - in /trunk/gcc/go/gofrontend: expressi...

ian@gcc.gnu.org ian@gcc.gnu.org
Tue Oct 21 16:00:00 GMT 2014


Author: ian
Date: Tue Oct 21 16:00:50 2014
New Revision: 216519

URL: https://gcc.gnu.org/viewcvs?rev=216519&root=gcc&view=rev
Log:
compiler: Remove obsolete hidden_fields_are_ok code.

The language used to forbid assigning structs with hidden
fields, but that was changed before the Go 1 release.  At the
time the change was experimental, so I left the old code in
the compiler.  At this point it's clearly not experimental, so
this removes the unused code.

Modified:
    trunk/gcc/go/gofrontend/expressions.cc
    trunk/gcc/go/gofrontend/expressions.h
    trunk/gcc/go/gofrontend/statements.cc
    trunk/gcc/go/gofrontend/statements.h
    trunk/gcc/go/gofrontend/types.cc
    trunk/gcc/go/gofrontend/types.h



More information about the Gcc-cvs mailing list