You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After building go with clang from trunk (with some warnings, see issue #7339), it's not
possible to build the standard library for race detection:
% go install -race std
# sync
/Users/f/lib/go/src/pkg/sync/pool.go:122: internal error: (*Pool).putSlow autotmp_0022
(type []interface {}) recorded as live on entry
# strconv
/Users/f/lib/go/src/pkg/strconv/atob.go:30: internal error: AppendBool autotmp_0006
(type []byte) recorded as live on entry
/Users/f/lib/go/src/pkg/strconv/ftoa.go:54: internal error: genericFtoa autotmp_0285
(type []byte) recorded as live on entry
/Users/f/lib/go/src/pkg/strconv/ftoa.go:436: internal error: fmtB autotmp_0449 (type
[]byte) recorded as live on entry
/Users/f/lib/go/src/pkg/strconv/itoa.go:62: internal error: formatBits autotmp_0470
(type []byte) recorded as live on entry
/Users/f/lib/go/src/pkg/strconv/quote.go:13: internal error: quoteWith autotmp_0691
(type []byte) recorded as live on entry
/Users/f/lib/go/src/pkg/strconv/quote.go:13: internal error: quoteWith autotmp_0702
(type []byte) recorded as live on entry
/Users/f/lib/go/src/pkg/strconv/quote.go:96: internal error: AppendQuote autotmp_0742
(type []byte) recorded as live on entry
/Users/f/lib/go/src/pkg/strconv/quote.go:109: internal error: AppendQuoteToASCII
autotmp_0757 (type []byte) recorded as live on entry
/Users/f/lib/go/src/pkg/strconv/quote.go:123: internal error: AppendQuoteRune
autotmp_0772 (type []byte) recorded as live on entry
/Users/f/lib/go/src/pkg/strconv/quote.go:138: internal error: AppendQuoteRuneToASCII
autotmp_0787 (type []byte) recorded as live on entry
/Users/f/lib/go/src/pkg/strconv/quote.go:138: too many errors
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: