This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7d9b18e [ARM] Fix assembly comment syntax in -mprint-tune-info new 3b73ee1 PR libstdc++/79348 * config/abi/post/x86_64-linux-gnu/basel [...] new 9479e89 PR rtl-optimization/79388 PR rtl-optimization/79450 * comb [...]
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: gcc/ChangeLog | 8 ++ gcc/combine.c | 5 + gcc/testsuite/ChangeLog | 14 ++- gcc/testsuite/gcc.c-torture/execute/pr79388.c | 23 +++++ gcc/testsuite/gcc.c-torture/execute/pr79450.c | 22 +++++ libstdc++-v3/ChangeLog | 13 +++ .../post/aarch64-linux-gnu/baseline_symbols.txt | 30 +++++- .../abi/post/i386-linux-gnu/baseline_symbols.txt | 24 +++++ .../abi/post/i486-linux-gnu/baseline_symbols.txt | 24 +++++ .../post/powerpc64-linux-gnu/baseline_symbols.txt | 26 +++++ .../abi/post/s390-linux-gnu/baseline_symbols.txt | 106 +++++++++++++++++++++ .../post/s390x-linux-gnu/32/baseline_symbols.txt | 106 +++++++++++++++++++++ .../abi/post/s390x-linux-gnu/baseline_symbols.txt | 106 +++++++++++++++++++++ .../post/x86_64-linux-gnu/32/baseline_symbols.txt | 24 +++++ .../abi/post/x86_64-linux-gnu/baseline_symbols.txt | 26 +++++ 15 files changed, 550 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr79388.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr79450.c