This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 41f9648984f Handle '\0' in strcmp in RTL expansion (PR tree-optimizatio [...] new d8ae7f770a9 Remove another bunch of dead assignment. new 96a0ca19c09 Add .gnu.lto_.lto section. new 3dcfd230121 Add zstd support for LTO bytecode compression.
The 3 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 | 54 ++++++++++++++ gcc/Makefile.in | 4 +- gcc/c-family/ChangeLog | 5 ++ gcc/c-family/c-common.c | 4 +- gcc/common.opt | 4 +- gcc/config.in | 6 ++ gcc/config/i386/i386-expand.c | 3 +- gcc/configure | 163 +++++++++++++++++++++++++++++++++++++++++- gcc/configure.ac | 66 +++++++++++++++++ gcc/cp/ChangeLog | 6 ++ gcc/cp/call.c | 2 +- gcc/cp/typeck.c | 1 - gcc/doc/install.texi | 6 ++ gcc/fortran/ChangeLog | 18 +++++ gcc/fortran/check.c | 18 ++--- gcc/fortran/decl.c | 1 - gcc/fortran/resolve.c | 1 - gcc/fortran/simplify.c | 27 ++++--- gcc/fortran/trans-array.c | 2 - gcc/fortran/trans-common.c | 6 +- gcc/fortran/trans-expr.c | 6 -- gcc/fortran/trans-intrinsic.c | 1 - gcc/fortran/trans-openmp.c | 1 - gcc/fortran/trans-types.c | 10 +-- gcc/fortran/trans.c | 3 - gcc/gcc.c | 5 ++ gcc/lra-eliminations.c | 2 +- gcc/lto-compress.c | 141 ++++++++++++++++++++++++++++++------ gcc/lto-compress.h | 3 +- gcc/lto-section-in.c | 11 ++- gcc/lto-section-out.c | 2 - gcc/lto-streamer-out.c | 44 ++++++++---- gcc/lto-streamer.h | 25 +++++-- gcc/lto/ChangeLog | 4 ++ gcc/lto/lto-common.c | 15 ++++ gcc/reg-stack.c | 1 - gcc/timevar.def | 4 +- gcc/tree-ssa-structalias.c | 1 - gcc/tree-vect-generic.c | 2 - libcpp/ChangeLog | 6 ++ libcpp/line-map.c | 3 +- libcpp/mkdeps.c | 2 +- 42 files changed, 568 insertions(+), 121 deletions(-)