[Bug bootstrap/98493] [11 regression] bootstrap build fails in go part of build after r11-6371

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jan 5 21:49:09 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98493

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Ian Lance Taylor <ian@gcc.gnu.org>:

https://gcc.gnu.org/g:a9f76d03bbc791cb55e4e0658f23efd0103ea9b0

commit r11-6488-ga9f76d03bbc791cb55e4e0658f23efd0103ea9b0
Author: Ian Lance Taylor <iant@golang.org>
Date:   Mon Jan 4 12:43:25 2021 -0800

    internal/cpu: more build fixes for Go1.16beta1 release

    Some files were missing from the libgo copy of internal/cpu, because they
    used to only declare CacheLinePadSize which libgo gets from goarch.sh.
    Now they also declare doinit, so copy them over.  Adjust cpu_other.go.

    Fix the amd64p32 build by adding a build constraint to cpu_no_name.go.

    Fixes PR go/98493

    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/281472


More information about the Gcc-bugs mailing list