This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c2133167ad5 if-conv: Delete dead stmts backwards in ifcvt_local_dce [PR94283] new f1154b4d3c5 sccvn: Fix buffer overflow in push_partial_def [PR94300] new 158cccea0d0 middle-end: Avoid using DECL_UID in ASM_FORMAT_PRIVATE_NAME [...]
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 | 10 ++++++++++ gcc/langhooks.c | 5 +++-- gcc/lto/ChangeLog | 6 ++++++ gcc/lto/lto-lang.c | 3 ++- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/g++.dg/opt/pr94223.C | 5 +++++ gcc/testsuite/gcc.target/i386/avx512f-pr94300.c | 21 +++++++++++++++++++++ gcc/tree-ssa-sccvn.c | 2 ++ 8 files changed, 55 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr94223.C create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr94300.c