This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cfedf94d006 compiler: lvalue context fixes in Unary_expression::do_ [...] new 4afdadb1540 PR middle-end/81005 * ubsan.c (instrument_null): Avoid po [...] new 1c3f8c56698 PR c++/81011 * cp-gimplify.c (cxx_omp_finish_clause): Whe [...] new 38b77cf7ebe libgo: update to 1.8.3 release
The 3 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/ChangeLog | 6 +++++ gcc/cp/ChangeLog | 7 ++++++ gcc/cp/cp-gimplify.c | 6 ++++- gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 9 +++++++ gcc/testsuite/c-c++-common/ubsan/align-10.c | 39 +++++++++++++++++++++++++++++ gcc/testsuite/c-c++-common/ubsan/null-13.c | 37 +++++++++++++++++++++++++++ gcc/testsuite/g++.dg/gomp/pr81011.C | 19 ++++++++++++++ gcc/ubsan.c | 17 +++++++++++-- libgo/MERGE | 2 +- libgo/VERSION | 2 +- libgo/go/cmd/go/build.go | 20 +++++++++++++++ libgo/go/crypto/elliptic/elliptic_test.go | 36 ++++++++++++++++++++++++++ libgo/go/database/sql/sql.go | 2 +- libgo/go/database/sql/sql_test.go | 5 ++-- libgo/go/net/http/h2_bundle.go | 19 +++++++++++--- libgo/go/runtime/malloc.go | 14 ++++++++++- libgo/go/runtime/mbitmap.go | 1 + libgo/go/runtime/mgc.go | 2 +- 19 files changed, 230 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/ubsan/align-10.c create mode 100644 gcc/testsuite/c-c++-common/ubsan/null-13.c create mode 100644 gcc/testsuite/g++.dg/gomp/pr81011.C