r257249 - in /trunk: gcc/go/gofrontend/MERGE li...
ian@gcc.gnu.org
ian@gcc.gnu.org
Wed Jan 31 18:25:00 GMT 2018
Author: ian
Date: Wed Jan 31 18:25:17 2018
New Revision: 257249
URL: https://gcc.gnu.org/viewcvs?rev=257249&root=gcc&view=rev
Log:
runtime: fix type descriptor name in C code
I forgot to update the name of the map[string]bool type descriptor
used in go-fieldtrack.c. This didn't cause any errors because it's a
weak symbol, and the current testsuite has no field tracking tests.
Reviewed-on: https://go-review.googlesource.com/91096
Modified:
trunk/gcc/go/gofrontend/MERGE
trunk/libgo/runtime/go-fieldtrack.c
More information about the Gcc-cvs
mailing list