This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5c2a5bfcd4e free-lang-data: Remove C++ annotations [PR123837] new 3d2a91a3767 c, c++: Use c*_build_qualified_type instead of build_qualif [...]
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/attribs.cc | 55 +++++++++++++++++++++++++-------- gcc/c-family/c-pretty-print.cc | 2 +- gcc/c/c-objc-common.cc | 11 +++++++ gcc/c/c-objc-common.h | 2 ++ gcc/c/c-tree.h | 1 + gcc/cp/cp-objcp-common.h | 4 +-- gcc/cp/cp-tree.h | 1 + gcc/cp/tree.cc | 21 +++++++++++++ gcc/langhooks-def.h | 5 +-- gcc/langhooks.cc | 10 ++++++ gcc/langhooks.h | 7 +++-- gcc/testsuite/c-c++-common/pr101312-1.c | 4 +++ gcc/testsuite/c-c++-common/pr101312-2.c | 5 +++ 13 files changed, 107 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr101312-1.c create mode 100644 gcc/testsuite/c-c++-common/pr101312-2.c