This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 55683512a27 Daily bump. new 462900ba21f middle-end/100464 - avoid spurious TREE_ADDRESSABLE in fold [...] new 8a1e92ff45e compiler: mark global variables whose address is taken
The 2 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/cp/call.c | 2 + gcc/gimple-fold.c | 4 +- gcc/go/go-gcc.cc | 155 +++++++++++++++++++--------- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/backend.h | 145 +++++++++++++------------- gcc/go/gofrontend/expressions.cc | 63 ++++++----- gcc/go/gofrontend/gogo.cc | 54 +++++----- gcc/go/gofrontend/statements.cc | 6 +- gcc/go/gofrontend/types.cc | 35 ++++--- gcc/testsuite/g++.dg/tree-ssa/array-temp1.C | 6 -- gcc/testsuite/gcc.dg/pr100464.c | 16 +++ 11 files changed, 297 insertions(+), 191 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr100464.c