https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66574
--- Comment #4 from ian at gcc dot gnu.org <ian at gcc dot gnu.org> --- Author: ian Date: Sat Nov 21 01:27:44 2015 New Revision: 230694 URL: https://gcc.gnu.org/viewcvs?rev=230694&root=gcc&view=rev Log: PR go/66574 runtime: Use clock_gettime to get current time. Fetch the current time in nanoseconds, not microseconds, by using clock_gettime rather than gettimeofday. Update golang/go#11222. Fixes https://gcc.gnu.org/PR66574. Reviewed-on: https://go-review.googlesource.com/17156 Modified: trunk/gcc/go/gofrontend/MERGE trunk/libgo/configure trunk/libgo/configure.ac trunk/libgo/runtime/go-now.c