This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ca5b12a 2016-01-14 Edward Smith-Rowland 3dw4rd@verizon.net J [...] new a7ed458 PR preprocessor/69177 and PR c++/68819: libcpp fallbacks and [...]
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/ChangeLog | 9 ++ gcc/c-family/c-indentation.c | 31 ++++++- gcc/testsuite/ChangeLog | 9 ++ .../gcc.dg/plugin/location-overflow-test-1.c | 28 ++++++ .../gcc.dg/plugin/location-overflow-test-2.c | 36 +++++++ .../gcc.dg/plugin/location_overflow_plugin.c | 103 +++++++++++++++++++++ gcc/testsuite/gcc.dg/plugin/plugin.exp | 3 + libcpp/ChangeLog | 19 ++++ libcpp/line-map.c | 27 ++++-- 9 files changed, 254 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-1.c create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-2.c create mode 100644 gcc/testsuite/gcc.dg/plugin/location_overflow_plugin.c