This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 199988774d7 middle-end: optimize slp simplify back to back permutes. new 403f0dac0cb Fix SLP vectorization of stores from boolean vectors new cbc3f0bcc0e libstdc++: Adjust whitespace in <sstream> new 432258be4f2 libstdc++: Fix new <sstream> constructors new ea937e7d873 Fix uninitialized memory use in ipa-modref new 54cbdb528df analyzer: fix ICE comparing COMPLEX_CSTs [PR97668] new cc32e81cdbb i386: Fix PR97715 new f8cc59ef494 diagnostic paths: loosen coupling between path-printing and [...]
The 7 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/analyzer/svalue.cc | 4 + gcc/config/i386/i386.c | 5 + gcc/ipa-modref.c | 7 +- gcc/testsuite/gcc.dg/analyzer/pr97668.c | 27 +++ gcc/testsuite/gcc.dg/vect/bb-slp-69.c | 45 +++++ .../gcc.target/i386/zero-scratch-regs-32.c | 11 ++ gcc/testsuite/gfortran.dg/analyzer/pr97668.f | 26 +++ gcc/tree-diagnostic-path.cc | 204 ++++++++++----------- gcc/tree-vect-data-refs.c | 9 +- gcc/tree-vect-slp.c | 45 +++++ libstdc++-v3/include/std/sstream | 59 +++--- libstdc++-v3/src/c++20/sstream-inst.cc | 6 +- .../27_io/basic_istringstream/cons/char/1.cc | 37 +++- .../27_io/basic_ostringstream/cons/char/1.cc | 38 +++- .../testsuite/27_io/basic_stringbuf/cons/char/1.cc | 37 +++- .../testsuite/27_io/basic_stringbuf/cons/char/2.cc | 125 ++++++++++++- .../27_io/basic_stringbuf/cons/wchar_t/1.cc | 37 +++- .../27_io/basic_stringbuf/cons/wchar_t/2.cc | 137 +++++++++++++- .../27_io/basic_stringstream/cons/char/1.cc | 51 +++++- 19 files changed, 737 insertions(+), 173 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr97668.c create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-69.c create mode 100644 gcc/testsuite/gcc.target/i386/zero-scratch-regs-32.c create mode 100644 gcc/testsuite/gfortran.dg/analyzer/pr97668.f