This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9e85d056cd1 tree-optimization/119589 - alignment analysis for VF > 1 an [...] new aacaa3b13bc cobol: Don't require GLOB_BRACE etc. [PR119217] new b38e3a7196d ipa/120146 - deal with vanished varpool nodes in IPA PTA new f2bb7ffe848 Rewrite VCEs of integral types [PR116939] new bac74b0d014 phiopt: Use rewrite_to_defined_overflow in move_stmt [PR116938]
The 4 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/cobol/cdf-copy.cc | 10 ++++ gcc/gimple-fold.cc | 56 +++++++++++++++++----- gcc/gimple-fold.h | 6 +-- gcc/testsuite/g++.dg/ipa/pr120146.C | 12 +++++ .../pr116098-2.c => gcc.dg/torture/pr120122-1.c} | 21 ++++---- gcc/testsuite/gcc.dg/tree-ssa/phi-opt-40.c | 7 +-- gcc/testsuite/gcc.dg/tree-ssa/phi-opt-41.c | 4 +- gcc/tree-if-conv.cc | 6 +-- gcc/tree-scalar-evolution.cc | 4 +- gcc/tree-ssa-ifcombine.cc | 4 +- gcc/tree-ssa-loop-im.cc | 4 +- gcc/tree-ssa-loop-split.cc | 4 +- gcc/tree-ssa-phiopt.cc | 26 ++-------- gcc/tree-ssa-reassoc.cc | 4 +- gcc/tree-ssa-structalias.cc | 4 +- 15 files changed, 106 insertions(+), 66 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ipa/pr120146.C copy gcc/testsuite/{c-c++-common/torture/pr116098-2.c => gcc.dg/torture/pr120122-1 [...]