r218806 - /trunk/gcc/go/gofrontend/expressions.cc

ian@gcc.gnu.org ian@gcc.gnu.org
Wed Dec 17 01:04:00 GMT 2014


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



More information about the Gcc-cvs mailing list