This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 77780c31485 ipa: Do not emit info about temporary clones to ipa-clones [...] new fa55a6c92b5 c++: let plain -Wabi warn about future changes new 809c5d7486f c++: C++17/20 class layout divergence [PR120012]
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/c-family/c-opts.cc | 32 +++++++++-------- gcc/cp/class.cc | 54 +++++++++++++++++++++++------ gcc/cp/cp-tree.h | 8 ++++- gcc/testsuite/g++.dg/abi/base-defaulted1.C | 22 ++++++++++++ gcc/testsuite/g++.dg/abi/base-defaulted1a.C | 23 ++++++++++++ 5 files changed, 112 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/base-defaulted1.C create mode 100644 gcc/testsuite/g++.dg/abi/base-defaulted1a.C