This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b512d705797 Tweak merge_range API. new 601dbf2a799 libcpp: Fix ICE on #include after a line marker directive [ [...] new d8e08ba9396 testsuite: Add test for already-fixed issue with _Pragma ex [...]
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.dg/cpp/pr43195.h => c-c++-common/cpp/pr61474-2.h} | 0 gcc/testsuite/c-c++-common/cpp/pr61474.c | 5 +++++ gcc/testsuite/c-c++-common/cpp/pr61474.h | 6 ++++++ gcc/testsuite/c-c++-common/cpp/pr90400.c | 14 ++++++++++++++ libcpp/files.cc | 11 +++++++++-- 5 files changed, 34 insertions(+), 2 deletions(-) copy gcc/testsuite/{gcc.dg/cpp/pr43195.h => c-c++-common/cpp/pr61474-2.h} (100%) create mode 100644 gcc/testsuite/c-c++-common/cpp/pr61474.c create mode 100644 gcc/testsuite/c-c++-common/cpp/pr61474.h create mode 100644 gcc/testsuite/c-c++-common/cpp/pr90400.c