This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3b96aff0edd PR tree-optimization/91457 - inconsistent warning for writi [...] new f54e91674c9 compiler, runtime: provide index information on bounds [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 475 ++++++++++++++++++++++++--------------- gcc/go/gofrontend/expressions.h | 17 +- gcc/go/gofrontend/gogo.cc | 1 + gcc/go/gofrontend/runtime.cc | 7 + gcc/go/gofrontend/runtime.def | 69 ++++++ libgo/go/runtime/error.go | 108 +++++++++ libgo/go/runtime/panic.go | 170 +++++++++++--- libgo/go/runtime/panic32.go | 108 +++++++++ libgo/mkruntimeinc.sh | 5 +- 10 files changed, 739 insertions(+), 223 deletions(-) create mode 100644 libgo/go/runtime/panic32.go