This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 68a7311760a 2018-10-18 Richard Biener rguenther@suse.de new ce6b9c7814e PR libstdc++/87641 correctly initialize accumulator in vala [...] new b9436c5b028 Fix ICE in substring-handling building 502.gcc_r (PR 87562)
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/ChangeLog | 9 ++++ gcc/input.c | 10 ++++- gcc/testsuite/ChangeLog | 11 +++++ .../c-c++-common/substring-location-PR-87562-1-a.h | 7 ++++ .../substring-location-PR-87562-1-b.h} | 0 .../c-c++-common/substring-location-PR-87562-1.c | 15 +++++++ .../plugin/diagnostic-test-string-literals-1.c | 23 +++++++++++ gcc/testsuite/gcc.dg/plugin/pr87562-a.h | 7 ++++ .../phoobhar.h => gcc.dg/plugin/pr87562-b.h} | 0 libstdc++-v3/ChangeLog | 12 ++++++ libstdc++-v3/include/bits/valarray_array.h | 20 ++------- libstdc++-v3/src/c++98/valarray.cc | 18 +++++--- .../86874.cc => 26_numerics/valarray/87641.cc} | 48 +++++++++++++++------- 13 files changed, 143 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/substring-location-PR-87562-1-a.h copy gcc/testsuite/{g++.dg/cpp1y/testinc/phoobhar.h => c-c++-common/substring-loca [...] create mode 100644 gcc/testsuite/c-c++-common/substring-location-PR-87562-1.c create mode 100644 gcc/testsuite/gcc.dg/plugin/pr87562-a.h copy gcc/testsuite/{g++.dg/cpp1y/testinc/phoobhar.h => gcc.dg/plugin/pr87562-b.h} (100%) copy libstdc++-v3/testsuite/{20_util/variant/86874.cc => 26_numerics/valarray/8764 [...]