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 209fbbcf37c Daily bump. new 337d3cdfa8b tree-optimization/111125 - avoid BB vectorization in novect [...] new a145eaf1128 middle-end/66279 - gimplification clobbers shared asm constraints new c0e3078580f c++/79786 - bougs invocation of DATA_ABI_ALIGNMENT macro new f2d0fb238b1 tree-optimization/87984 - hard register assignments not preserved new da579a833cf lto/91299 - weak definition inlined with LTO new 068aa9a7a9c middle-end/101478 - ICE with degenerate address during gimp [...] new e6652764a45 debug/101533 - ICE with variant typedef DIE generation
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/cp/rtti.cc | 3 ++- gcc/dwarf2out.cc | 6 ++--- gcc/gimplify.cc | 4 +++- gcc/lto/lto-symtab.cc | 2 +- gcc/testsuite/g++.dg/debug/pr101533.C | 11 +++++++++ gcc/testsuite/g++.dg/pr66279.C | 23 ++++++++++++++++++ gcc/testsuite/gcc.dg/lto/pr91299_0.c | 16 +++++++++++++ gcc/testsuite/gcc.dg/lto/pr91299_1.c | 6 +++++ gcc/testsuite/gcc.dg/pr101478.c | 11 +++++++++ gcc/testsuite/gcc.target/i386/pr87984.c | 23 ++++++++++++++++++ gcc/tree-ssa-dom.cc | 4 +++- gcc/tree-ssa-sccvn.cc | 2 ++ gcc/tree-vect-slp.cc | 41 +++++++++++++++++++++++---------- 13 files changed, 132 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/g++.dg/debug/pr101533.C create mode 100644 gcc/testsuite/g++.dg/pr66279.C create mode 100644 gcc/testsuite/gcc.dg/lto/pr91299_0.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr91299_1.c create mode 100644 gcc/testsuite/gcc.dg/pr101478.c create mode 100644 gcc/testsuite/gcc.target/i386/pr87984.c