This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 90ac3c3 * Makefile.in (gcov-iov.h): Add dummy recipe. new ea2ec8f Handle errors in both args of va_arg new 0acb92b Replace error_at with assert in build_va_arg new 839e4d2 Fix assert in build_va_arg, case 2b new a4a311c PR c++/77379 - ABI tag on thunk
The 4 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/ChangeLog | 6 ++++++ gcc/c-family/ChangeLog | 15 +++++++++++++++ gcc/c-family/c-common.c | 26 +++++++++++--------------- gcc/cp/ChangeLog | 8 ++++++++ gcc/cp/cp-tree.h | 2 +- gcc/cp/mangle.c | 18 +++++++++++++----- gcc/cp/method.c | 2 +- gcc/gimplify.c | 7 +------ gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/abi/abi-tag23.C | 35 +++++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/abi/abi-tag23a.C | 35 +++++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/ext/va-arg1.C | 4 +++- 12 files changed, 134 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/abi-tag23.C create mode 100644 gcc/testsuite/g++.dg/abi/abi-tag23a.C