Author: ian
Date: Wed Dec 17 01:04:39 2014
New Revision: 218806
URL: https://gcc.gnu.org/viewcvs?rev=218806&root=gcc&view=rev
Log:
compiler: Don't crash on append with single argument.
Instead of allocating an empty slice literal, use a slice
value with a nil pointer.
Modified:
trunk/gcc/go/gofrontend/expressions.cc