% go build
# rsc.io/tmp/ftoa/dmg
./dmg.go:171:9: cannot use (_Cfunc_loopdmgstrtod)(_Ctype_int(which), _Ctype_longlong(n), p) (value of float64 type _Ctype_double) as float64 value in return statement
The go command used to post-process these compiler errors to replace _Cfunc_loopdmgstrtod with C.loopdmgstrtod, etc. Something has broken and it no longer does.