This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 53330b7d684 tree-inline: Fix TREE_READONLY of parameter replacements new b92d12d3fe3 libstdc++: More efficient std::chrono::year::leap new 15f2669c9d0 libstdc++: Remove -fno-tree-vrp after PR98834 was resolved new 848bc05a98b libstdc++: Improve output verbosity options and default new 8509a500104 libstdc++: Document simd testsuite
The 4 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/chrono | 7 +- libstdc++-v3/testsuite/Makefile.am | 3 +- libstdc++-v3/testsuite/Makefile.in | 3 +- libstdc++-v3/testsuite/experimental/simd/README.md | 257 +++++++++++++++++++++ libstdc++-v3/testsuite/experimental/simd/driver.sh | 137 +++++++---- .../experimental/simd/generate_makefile.sh | 33 ++- 6 files changed, 386 insertions(+), 54 deletions(-) create mode 100644 libstdc++-v3/testsuite/experimental/simd/README.md