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

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

https://gcc.gnu.org/g:1798cac7a8b3331a277da1f106752ce0a34f8937

commit r12-2234-g1798cac7a8b3331a277da1f106752ce0a34f8937
Author: Ian Lance Taylor <i...@golang.org>
Date:   Thu Jul 8 19:25:55 2021 -0700

    runtime: remove direct assignments to memory locations

    PR bootstrap/101374
    They cause a warning with the updated GCC -Warray-bounds option.
    Replace them with calls to abort, which for our purposes is fine.

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

Reply via email to