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
| ^
../../../src/libgo/go/crypto/x509/root_unix.go:61:9: error: range clause must
have array, slice, string, map, or channel type
61 | for _, directory := range dirs {
| ^
../../../src/libgo/go/crypto/x509/root_unix.go:61:13: error: invalid type for
range clause
61 | for _, directory := range dirs {
| ^
Makefile:2962: recipe for target 'crypto/x509.lo' failed
make[6]: *** [crypto/x509.lo] Error 1