This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c6fd1c4cf03 [PR 91853] Prevent IPA-SRA ICEs on type-mismatched calls new 047fcaf1e11 PR libstdc++/77936 remove unused variable new 2d9c100659d Implement LWG 3255 for std::span constructors new 6eb0407cf23 2019-09-30 Richard Biener rguenther@suse.de
The 3 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 | 18 ++ gcc/gimple.c | 2 + gcc/tree-vect-loop.c | 292 ++++++--------------- gcc/tree-vect-stmts.c | 89 +++++-- gcc/tree-vectorizer.h | 3 +- libstdc++-v3/ChangeLog | 12 + libstdc++-v3/include/parallel/checkers.h | 2 - libstdc++-v3/include/std/span | 45 ++-- .../testsuite/23_containers/span/lwg3255.cc | 69 +++++ 9 files changed, 272 insertions(+), 260 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/span/lwg3255.cc