This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 11350734240 Use mark_ssa_maybe_undefs in PHI-OPT new d7faf7a54e0 LTO: Capture 'lto_file_decl_data *file_data' in 'class lto_ [...] new 86ff0533fcb Streamer: Fix out of range memory access of machine mode new 819285ef10a tree-optimization/110491 - PHI-OPT and undefs
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/ipa-devirt.cc | 2 +- gcc/ipa-fnsummary.cc | 2 +- gcc/ipa-icf.cc | 2 +- gcc/ipa-modref.cc | 2 +- gcc/ipa-prop.cc | 4 ++-- gcc/ipa-sra.cc | 2 +- gcc/lto-cgraph.cc | 2 +- gcc/lto-section-in.cc | 2 +- gcc/lto-streamer-in.cc | 18 +++++++++++------- gcc/lto-streamer-out.cc | 11 ++++++++--- gcc/lto-streamer.h | 12 +++++++----- gcc/lto/lto-common.cc | 3 ++- gcc/testsuite/gcc.dg/torture/pr110491.c | 29 +++++++++++++++++++++++++++++ gcc/tree-ssa-phiopt.cc | 7 +++++++ gcc/tree-streamer.cc | 2 +- gcc/tree-streamer.h | 12 +++++++----- 16 files changed, 81 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr110491.c