This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e4e02c07d93 vect: more oversized bitmask fixups new d1d8fd2884b c++: direct-init of an array of class type [PR59465] new 1bf18629c54 amdgcn: Add gfx1103 target
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/config.gcc | 4 ++-- gcc/config/gcn/gcn-hsa.h | 6 +++--- gcc/config/gcn/gcn-opts.h | 4 +++- gcc/config/gcn/gcn.cc | 14 ++++++++++++-- gcc/config/gcn/gcn.h | 2 ++ gcc/config/gcn/gcn.opt | 3 +++ gcc/config/gcn/mkoffload.cc | 5 +++++ gcc/config/gcn/t-omp-device | 2 +- gcc/cp/init.cc | 31 ++++++++++++++++++++++++++++--- gcc/doc/install.texi | 13 +++++++------ gcc/doc/invoke.texi | 3 +++ gcc/testsuite/g++.dg/init/array62.C | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/init/array63.C | 13 +++++++++++++ gcc/testsuite/g++.dg/init/array64.C | 22 ++++++++++++++++++++++ libgomp/plugin/plugin-gcn.c | 10 +++++++++- 15 files changed, 132 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.dg/init/array62.C create mode 100644 gcc/testsuite/g++.dg/init/array63.C create mode 100644 gcc/testsuite/g++.dg/init/array64.C