This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9a5b0bec1e2 Come up with constructors of symtab_node, cgraph_node and v [...] new 2ba0aacd348 libstdc++: fix buffer overflow in path::operator+= (PR92853) new a1141012eda libstdc++: Improve testing for path::operator+=(const string&) new f6e91f22ad2 2019-12-09 Prathamesh Kulkarni prathamesh.kulkarni@linaro.org
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 | 7 +++ gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/gcc.target/aarch64/sve/pr89007-1.c | 29 ++++++++++ gcc/testsuite/gcc.target/aarch64/sve/pr89007-2.c | 29 ++++++++++ gcc/tree-vect-patterns.c | 66 ++++++++++++++++++++-- libstdc++-v3/ChangeLog | 10 ++++ libstdc++-v3/src/c++17/fs_path.cc | 11 +--- .../{generation/normal2.cc => concat/92853.cc} | 40 +++++++------ .../testsuite/27_io/filesystem/path/concat/path.cc | 20 +++++++ .../27_io/filesystem/path/concat/strings.cc | 19 +++++++ 10 files changed, 206 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr89007-1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr89007-2.c copy libstdc++-v3/testsuite/27_io/filesystem/path/{generation/normal2.cc => concat [...]