This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c2cfaad24e5 Remove duplicate function call in test new 806803f39c9 PR libstdc++/83860 avoid dangling references in valarray cl [...]
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: libstdc++-v3/ChangeLog | 23 +++++ libstdc++-v3/include/bits/gslice_array.h | 5 + libstdc++-v3/include/bits/mask_array.h | 5 + libstdc++-v3/include/bits/slice_array.h | 5 + libstdc++-v3/include/bits/valarray_after.h | 11 ++- libstdc++-v3/include/bits/valarray_before.h | 43 +++++--- libstdc++-v3/include/std/valarray | 11 +++ .../testsuite/26_numerics/valarray/83860.cc | 110 +++++++++++++++++++++ 8 files changed, 195 insertions(+), 18 deletions(-) create mode 100644 libstdc++-v3/testsuite/26_numerics/valarray/83860.cc