This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from eed151c062b Docs: Add vector register constarint for asm operands new 9c9061e0418 libstdc++: Another attempt to ensure g++ 13+ compiled progr [...] new addbe91570d ibstdc++: Shut up -Wattribute-alias warning [PR109694] new d5680c02629 libstdc++: Regenerate baseline_symbols.txt files for Linux new cd650eac737 libstdc++: Fix up abi.exp FAILs on powerpc64-linux new a3fbe2989f9 libstdc++: Fix up abi.exp FAILs on powerpc64le-linux new 05bc529829f i386: Fix up handling of debug insns in STV [PR109676] new de45793d0a1 tree-optimization/109724 - new testcase
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/config/i386/i386-features.cc | 9 +- gcc/testsuite/g++.dg/torture/pr109724.C | 32 +++ gcc/testsuite/g++.target/i386/pr109676.C | 46 ++++ libstdc++-v3/acinclude.m4 | 2 +- .../post/aarch64-linux-gnu/baseline_symbols.txt | 2 + .../abi/post/i486-linux-gnu/baseline_symbols.txt | 2 + .../abi/post/m68k-linux-gnu/baseline_symbols.txt | 2 + .../post/powerpc64-linux-gnu/baseline_symbols.txt | 277 +-------------------- .../baseline_symbols.txt | 6 + .../post/riscv64-linux-gnu/baseline_symbols.txt | 2 + .../abi/post/s390x-linux-gnu/baseline_symbols.txt | 2 + .../post/x86_64-linux-gnu/32/baseline_symbols.txt | 2 + .../abi/post/x86_64-linux-gnu/baseline_symbols.txt | 2 + libstdc++-v3/config/abi/pre/gnu.ver | 4 + libstdc++-v3/configure | 2 +- libstdc++-v3/configure.host | 3 + libstdc++-v3/include/std/iostream | 2 + libstdc++-v3/src/c++17/floating_from_chars.cc | 7 + libstdc++-v3/src/c++17/floating_to_chars.cc | 17 ++ libstdc++-v3/src/c++98/ios_init.cc | 7 + libstdc++-v3/testsuite/util/testsuite_abi.cc | 3 +- 21 files changed, 149 insertions(+), 282 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr109724.C create mode 100644 gcc/testsuite/g++.target/i386/pr109676.C copy libstdc++-v3/config/abi/post/{powerpc64-linux-gnu => powerpc64le-linux-gnu}/b [...]