This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 82362779f2c Implement P0482R5, char8_t: A type for UTF-8 characters an [...] new affca1c86b2 PR c++/88830 - ICE with abstract class. * decl2.c (maybe_ [...] new 478fe3c07d9 * c-cppbuiltin.c (c_cpp_builtin): Define __cpp_guaranteed_ [...]
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/ChangeLog | 6 ++++++ gcc/c-family/c-cppbuiltin.c | 4 ++++ gcc/cp/ChangeLog | 6 ++++++ gcc/cp/decl2.c | 5 +++-- gcc/testsuite/ChangeLog | 12 ++++++++++++ gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C | 12 ++++++++++++ gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C | 12 ++++++++++++ gcc/testsuite/g++.dg/other/abstract7.C | 14 ++++++++++++++ 8 files changed, 69 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/other/abstract7.C