This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4af5de21363 i386: -Wabi false positive with indirect call [PR60336] new e6e3b0772ed c++: C++17/20 class layout divergence [PR120012]
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/common.opt | 1 + gcc/cp/class.cc | 54 +++++++++++++++++++++++------ gcc/cp/cp-tree.h | 8 ++++- gcc/doc/invoke.texi | 3 +- gcc/testsuite/g++.dg/abi/base-defaulted1.C | 19 ++++++++++ gcc/testsuite/g++.dg/abi/base-defaulted1a.C | 23 ++++++++++++ 6 files changed, 95 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/base-defaulted1.C create mode 100644 gcc/testsuite/g++.dg/abi/base-defaulted1a.C