This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from d0d8bd6378f Daily bump. new 0111975c072 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