cmd/go: build failure on a machine with gccgo installed after commit 38431f1044 #32060
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
release-blocker
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No; it starts from commit 38431f1.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
On a machine with gccgo installed, running the tests with
all.bash
fails with:This is a Fedora 29 x86_64 machine with
gccgo (GCC) 8.3.1 20190223 (Red Hat 8.3.1-2)
. Removing the gccgo package makes the build and tests work again.Since all builders are currently passing, I suspect that none of them have gccgo installed. If this is the case, perhaps there should be at least one Linux builder with gccgo (especially since I believe there have been past build problems with gccgo installed).
The text was updated successfully, but these errors were encountered: