This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d884e9c5c74 gimple: Add gimple_with_undefined_signed_overflow and use i [...] new edf745dc519 libcpp: Further fixes for incorrect line numbers in large f [...]
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: .../plugin/location-overflow-test-pr116047-1.h | 6 +++ .../location-overflow-test-pr116047-2.h} | 0 .../plugin/location-overflow-test-pr116047.c | 5 +++ .../plugin/location-overflow-test-pr120061-1.h | 6 +++ .../location-overflow-test-pr120061-2.h} | 0 .../plugin/location-overflow-test-pr120061.c | 6 +++ .../gcc.dg/plugin/location_overflow_plugin.cc | 15 +++++-- gcc/testsuite/gcc.dg/plugin/plugin.exp | 4 +- libcpp/files.cc | 8 ---- libcpp/line-map.cc | 48 ++++++++++++++++++---- 10 files changed, 78 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr116047-1.h copy gcc/testsuite/gcc.dg/{lto/20111207-1_2.c => plugin/location-overflow-test-pr1 [...] create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr116047.c create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr120061-1.h copy gcc/testsuite/gcc.dg/{lto/20111207-1_2.c => plugin/location-overflow-test-pr1 [...] create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr120061.c