This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 774269aa4b9 Daily bump. new a37e8ce3b66 c++: layout of aggregate base with DMI [PR103681] new 871504b0dd5 c++: tweak comment
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.c | 6 +- gcc/common.opt | 4 + gcc/cp/class.c | 145 ++++++++++++++++++-------- gcc/cp/constraint.cc | 2 - gcc/cp/cp-tree.h | 9 +- gcc/testsuite/g++.dg/abi/macro0.C | 2 +- gcc/testsuite/g++.dg/abi/no_unique_address6.C | 23 ++++ gcc/testsuite/g++.dg/abi/nsdmi-aggr1.C | 39 +++++++ gcc/testsuite/g++.dg/abi/nsdmi-aggr1a.C | 35 +++++++ 9 files changed, 217 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/no_unique_address6.C create mode 100644 gcc/testsuite/g++.dg/abi/nsdmi-aggr1.C create mode 100644 gcc/testsuite/g++.dg/abi/nsdmi-aggr1a.C