This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 368875572b6 sra: Fix bug in grp_write propagation (PR 97009) new 892024d4af8 c++, abi: Fix abi_tag attribute handling [PR98481]
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/c-family/c-opts.c | 2 +- gcc/common.opt | 5 ++++- gcc/cp/class.c | 8 ++++++++ gcc/cp/tree.c | 14 ++++++++++++-- gcc/testsuite/g++.dg/abi/abi-tag24.C | 18 ++++++++++++++++++ gcc/testsuite/g++.dg/abi/abi-tag24a.C | 18 ++++++++++++++++++ gcc/testsuite/g++.dg/abi/macro0.C | 2 +- 7 files changed, 62 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/abi-tag24.C create mode 100644 gcc/testsuite/g++.dg/abi/abi-tag24a.C