This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 89f20c9ae46 Fortran: fix check of polymorphic elements in data transfer [...] new 36d20fa4a83 preprocessor: C2x identifier rules
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/testsuite/gcc.dg/cpp/c2x-ucnid-1-utf8.c | 13 ++++++++ gcc/testsuite/gcc.dg/cpp/c2x-ucnid-1.c | 13 ++++++++ libcpp/charset.cc | 4 +-- libcpp/include/cpplib.h | 4 +++ libcpp/init.cc | 52 +++++++++++++++-------------- libcpp/lex.cc | 13 ++++---- 6 files changed, 66 insertions(+), 33 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/cpp/c2x-ucnid-1-utf8.c create mode 100644 gcc/testsuite/gcc.dg/cpp/c2x-ucnid-1.c