This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c5009eb8879 libcpp: adjust pedwarn handling new ce0aecc7df1 libcpp, v2: Add support for gnu::base64 #embed parameter new 4026d89d623 c++: Disable deprecated/unavailable diagnostics when creati [...]
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/method.cc | 6 + gcc/doc/cpp.texi | 14 +- gcc/testsuite/c-c++-common/cpp/embed-17.c | 116 ++++++++ gcc/testsuite/c-c++-common/cpp/embed-18.c | 54 ++++ gcc/testsuite/c-c++-common/cpp/embed-19.c | 5 + gcc/testsuite/c-c++-common/cpp/embed-27.c | 64 +++++ gcc/testsuite/g++.dg/warn/deprecated-19.C | 22 ++ gcc/testsuite/gcc.dg/cpp/embed-6.c | 6 + gcc/testsuite/gcc.dg/cpp/embed-7.c | 6 + libcpp/directives.cc | 170 ++++++++--- libcpp/files.cc | 452 +++++++++++++++++++++--------- libcpp/internal.h | 3 +- libcpp/macro.cc | 2 + 13 files changed, 737 insertions(+), 183 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/embed-17.c create mode 100644 gcc/testsuite/c-c++-common/cpp/embed-18.c create mode 100644 gcc/testsuite/c-c++-common/cpp/embed-19.c create mode 100644 gcc/testsuite/c-c++-common/cpp/embed-27.c create mode 100644 gcc/testsuite/g++.dg/warn/deprecated-19.C create mode 100644 gcc/testsuite/gcc.dg/cpp/embed-6.c create mode 100644 gcc/testsuite/gcc.dg/cpp/embed-7.c