This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e432eef 2017-02-01 Richard Biener rguenther@suse.de new 80c2ec1 PR78346 make <bits/predefined_ops.h> handle stashing iterators new 64c8a47 2017-02-01 Richard Biener rguenther@suse.de
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/testsuite/ChangeLog | 8 ++ .../graphite/{scop-dsyr2k.c => scop-dsyr2k-2.c} | 7 +- gcc/testsuite/gcc.dg/graphite/scop-dsyr2k.c | 5 +- .../graphite/{scop-dsyrk.c => scop-dsyrk-2.c} | 7 +- gcc/testsuite/gcc.dg/graphite/scop-dsyrk.c | 4 +- libstdc++-v3/ChangeLog | 6 ++ libstdc++-v3/include/bits/predefined_ops.h | 14 +-- .../testsuite/25_algorithms/search/78346.cc | 118 +++++++++++++++++++++ 8 files changed, 153 insertions(+), 16 deletions(-) copy gcc/testsuite/gcc.dg/graphite/{scop-dsyr2k.c => scop-dsyr2k-2.c} (78%) copy gcc/testsuite/gcc.dg/graphite/{scop-dsyrk.c => scop-dsyrk-2.c} (78%) create mode 100644 libstdc++-v3/testsuite/25_algorithms/search/78346.cc