https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98496
--- Comment #3 from Svante Signell <svante.signell at gmail dot com> --- On Sat, 2021-01-02 at 17:49 +0000, doko at debian dot org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98496 > > Matthias Klose <doko at debian dot org> changed: > > What |Removed |Added > ------------------------------------------------------------------- > --------- > Status|RESOLVED |UNCONFIRMED > Resolution|FIXED |--- > > --- Comment #2 from Matthias Klose <doko at debian dot org> --- > now fails with: > > ../../../src/libgo/go/crypto/x509/root_unix.go:52:17: error: > reference to > undefined name 'certDirectories' > 52 | dirs := certDirectories > | ^ I'm onto it. Patch will follow soon. A simple fix if this is the only issue. Thanks!