This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 89d2d652237 [PATCH, Ada, Darwin, PPC] PPC Darwin has stack check probes. new 6688c48bbf4 PR preprocessor/90581 Add a cpp option -fmax-include-depth [...]
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/ChangeLog | 6 ++++++ gcc/c-family/ChangeLog | 6 ++++++ gcc/c-family/c-opts.c | 4 ++++ gcc/c-family/c.opt | 4 ++++ gcc/doc/cppopts.texi | 4 ++++ gcc/doc/invoke.texi | 1 + gcc/testsuite/ChangeLog | 7 +++++++ gcc/testsuite/c-c++-common/cpp/fmax-include-depth-1a.h | 1 + gcc/testsuite/c-c++-common/cpp/fmax-include-depth-1b.h | 1 + gcc/testsuite/c-c++-common/cpp/fmax-include-depth.c | 4 ++++ libcpp/ChangeLog | 10 ++++++++++ libcpp/directives.c | 9 +++++++-- libcpp/include/cpplib.h | 3 +++ libcpp/init.c | 1 + libcpp/internal.h | 4 ---- 15 files changed, 59 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/fmax-include-depth-1a.h create mode 100644 gcc/testsuite/c-c++-common/cpp/fmax-include-depth-1b.h create mode 100644 gcc/testsuite/c-c++-common/cpp/fmax-include-depth.c