This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 20d790aa3ea MAINTAINERS: add myself to write after approval new 991f9eb2da3 c++, abi: Fix up class layout with bitfields [PR109039] new 60b6f5c0a33 c++: Don't clear TREE_READONLY for -fmerge-all-constants fo [...]
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/cp/class.cc | 10 +++++++- gcc/cp/decl.cc | 6 +++-- gcc/testsuite/g++.dg/abi/no_unique_address7.C | 33 +++++++++++++++++++++++++++ gcc/testsuite/g++.dg/gomp/pr107558.C | 14 ++++++++++++ 4 files changed, 60 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/no_unique_address7.C create mode 100644 gcc/testsuite/g++.dg/gomp/pr107558.C