This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9b7a8b6e047 Daily bump. new a324786b4de PR c++/80560 - warn on undefined memory operations involvin [...]
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/ChangeLog | 24 + gcc/c-family/ChangeLog | 5 + gcc/c-family/c.opt | 4 + gcc/cp/ChangeLog | 8 + gcc/cp/call.c | 391 ++++++++ gcc/doc/invoke.texi | 20 +- gcc/dumpfile.c | 9 +- gcc/gcc.c | 4 +- gcc/genattrtab.c | 4 +- gcc/hash-table.h | 5 +- gcc/ipa-cp.c | 7 +- gcc/ipa-prop.c | 2 +- gcc/omp-low.c | 6 +- gcc/params.h | 4 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.dg/Wclass-memaccess.C | 1671 +++++++++++++++++++++++++++++++ gcc/tree-switch-conversion.c | 4 +- gcc/vec.h | 41 +- libcpp/line-map.c | 5 +- libitm/beginend.cc | 6 +- libitm/method-ml.cc | 6 +- 21 files changed, 2196 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/g++.dg/Wclass-memaccess.C