This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 55ec4f81e6c Daily bump. new 2374dfc907a libstdc++: Fix range access for empty std::valarray [PR103022]
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/include/std/valarray | 30 +++++++++---- .../testsuite/26_numerics/valarray/103022.cc | 15 +++++++ .../testsuite/26_numerics/valarray/range_access.cc | 49 +++++++++++++++++++--- .../26_numerics/valarray/range_access2.cc | 22 +++++++++- 4 files changed, 100 insertions(+), 16 deletions(-) create mode 100644 libstdc++-v3/testsuite/26_numerics/valarray/103022.cc