This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 813ca3de452 Daily bump. new 8250987299d libstdc++: Avoid aliasing violation in std::valarray [PR99117] new f3878885b1a libstdc++: Teach optimizer that empty COW strings are empty [...]
The 2 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/bits/cow_string.h | 11 +++++++++-- libstdc++-v3/include/std/valarray | 8 +++++++- libstdc++-v3/testsuite/26_numerics/valarray/99117.cc | 17 +++++++++++++++++ 3 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 libstdc++-v3/testsuite/26_numerics/valarray/99117.cc