This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5f895f22173 Do not fold __builtin_signbit if NAN is a possibility. new 5f38bf14bcb preprocessor: Disable trigraphs for C2x
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/c11-trigraphs-1.c | 5 +++++ gcc/testsuite/gcc.dg/cpp/c2x-trigraphs-1.c | 10 ++++++++++ gcc/testsuite/gcc.dg/cpp/c2x-trigraphs-2.c | 5 +++++ libcpp/init.cc | 2 +- 4 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/cpp/c11-trigraphs-1.c create mode 100644 gcc/testsuite/gcc.dg/cpp/c2x-trigraphs-1.c create mode 100644 gcc/testsuite/gcc.dg/cpp/c2x-trigraphs-2.c