This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b83f01d0057 libstdc++: fix pointer type exception catch (no RTTI) [PR105387] new 3ad2167bbac c++: libcpp: Support raw strings with newlines in directive [...]
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-ppoutput.cc | 10 ++- .../c-c++-common/raw-string-directive-1.c | 74 ++++++++++++++++++++++ .../c-c++-common/raw-string-directive-2.c | 33 ++++++++++ libcpp/lex.cc | 41 +++++++++--- 4 files changed, 148 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/raw-string-directive-1.c create mode 100644 gcc/testsuite/c-c++-common/raw-string-directive-2.c