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 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from 4111e213687 Daily bump.
new 9945e5f0e70 tree-optimization/109724 - new testcase
The 1 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/testsuite/g++.dg/torture/pr109724.C | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/torture/pr109724.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from 846ee85d3fe Daily bump.
new 7d7e2d67bfd tree-optimization/109724 - new testcase
The 1 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/testsuite/g++.dg/torture/pr109724.C | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/torture/pr109724.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from c642277ccba Daily bump.
new 4ee3d035a9b Revert "tree-optimization/106809 - compile time hog in VN"
new 946dc2eb7ae tree-optimization/109724 - new testcase
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/testsuite/g++.dg/torture/pr109724.C | 32 ++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr106809.c | 28 ----------------
gcc/tree-ssa-sccvn.c | 57 ++++++++++++++++-----------------
3 files changed, 59 insertions(+), 58 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr109724.C
delete mode 100644 gcc/testsuite/gcc.dg/torture/pr106809.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3a715d3e136 i386: Fix up handling of debug insns in STV [PR109676]
new fe8ac82fc05 Rename last_stmt to last_nondebug_stmt
new ee99aaae4ae tree-optimization/109724 - new testcase
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/auto-profile.cc | 2 +-
gcc/gimple-range.cc | 2 +-
gcc/omp-expand.cc | 72 +++++++++++++++++----------------
gcc/testsuite/g++.dg/torture/pr109724.C | 32 +++++++++++++++
gcc/trans-mem.cc | 2 +-
gcc/tree-cfg.cc | 12 +++---
gcc/tree-cfg.h | 2 +-
gcc/tree-inline.cc | 2 +-
gcc/tree-parloops.cc | 2 +-
gcc/tree-ssa-loop-ch.cc | 2 +-
gcc/tree-ssa-loop-ivcanon.cc | 4 +-
gcc/tree-ssa-loop-ivopts.cc | 4 +-
gcc/tree-ssa-loop-manip.cc | 2 +-
gcc/tree-ssa-loop-niter.cc | 4 +-
gcc/tree-ssa-loop-split.cc | 2 +-
gcc/tree-ssa-loop-unswitch.cc | 10 ++---
gcc/tree-ssa-phiopt.cc | 4 +-
gcc/tree-ssa-reassoc.cc | 23 ++++++-----
gcc/tree-vrp.cc | 2 +-
19 files changed, 111 insertions(+), 74 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr109724.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8c361179c01 CRIS: peephole2 an "and" with a contiguous "one-sided" sequ [...]
new 3a715d3e136 i386: Fix up handling of debug insns in STV [PR109676]
The 1 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++.target/i386/pr109676.C | 46 ++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.target/i386/pr109676.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.