This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 59a576f274b gcc: Fix gdbhooks.py VecPrinter for vec<> as well as vec<>* [...] new 220008eafaa [PR104882] [arm] require mve hw for mve run test new cfa118fc089 [arm] complete vmsr/vmrs blank and case adjustments new cc9cc5a9a5f [PR51534] [arm] split out pr51534 test for softfp new a36ae454c45 [arm] adjust expectations for armv8_2-fp16-move-[12].c new aee43d26e8f [arm] adjust tests for quotes around +cdecp<N> new fdac2bea53b -Wdangling-pointer: don't mark SSA lhs sets as stores new 21edd841611 link pthread_join from std::thread ctor new 8be49eb927e [libstdc++] [prettyprint] add local std::string use to more tests
The 8 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/config/arm/vfp.md | 4 +- gcc/gimple-ssa-warn-access.cc | 3 +- gcc/testsuite/c-c++-common/Wdangling-pointer-5.c | 4 +- gcc/testsuite/g++.dg/warn/Wdangling-pointer.C | 29 ++- gcc/testsuite/gcc.target/arm/acle/cde-errors.c | 52 ++-- .../gcc.target/arm/acle/cde-mve-error-2.c | 82 +++---- .../gcc.target/arm/acle/cde-mve-full-assembly.c | 264 ++++++++++----------- gcc/testsuite/gcc.target/arm/armv8_2-fp16-move-1.c | 3 +- gcc/testsuite/gcc.target/arm/armv8_2-fp16-move-2.c | 2 +- gcc/testsuite/gcc.target/arm/pr51534.c | 9 +- .../gcc.target/arm/{pr51534.c => pr51534s.c} | 8 +- gcc/testsuite/gcc.target/arm/simd/pr104882.c | 1 + libstdc++-v3/include/bits/std_thread.h | 24 +- libstdc++-v3/src/c++11/thread.cc | 10 +- .../testsuite/libstdc++-prettyprinters/80276.cc | 5 + .../libstdc++-prettyprinters/libfundts.cc | 6 + 16 files changed, 279 insertions(+), 227 deletions(-) copy gcc/testsuite/gcc.target/arm/{pr51534.c => pr51534s.c} (90%)