This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/testme in repository gcc.
omits 8a8ab0e880b [IEPM] Introduce debug hook for inline entry point markers omits 47966987de8 [SFN] Introduce -gstatement-frontiers option, enable debug markers omits 7a1ed3c180b [SFN] introduce statement frontier notes, still disabled omits 2e1fcd438f0 [SFN] stabilize find_bb_boundaries omits 72cd131af37 [SFN] not-quite-boilerplate changes in preparation to intro [...] omits 869f4b4f093 [SFN] boilerplate changes in preparation to introduce nonbi [...] omits d9c59f9c1e2 [SFN] adjust RTL insn-walking API new 218ecb54bf7 [PR81165] discount killed stmts when sizing blocks for threading
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (8a8ab0e880b) \ N -- N -- N refs/heads/aoliva/testme (218ecb54bf7)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 1 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/c-family/c-semantics.c | 21 ---- gcc/c/c-objc-common.h | 2 - gcc/c/c-parser.c | 20 ---- gcc/c/c-typeck.c | 8 +- gcc/cfgbuild.c | 41 +------- gcc/cfgcleanup.c | 12 +-- gcc/cfgexpand.c | 145 ++++++++++++---------------- gcc/cfgrtl.c | 22 ++--- gcc/cgraph.c | 2 +- gcc/combine.c | 12 +-- gcc/common.opt | 4 - gcc/cp/constexpr.c | 16 --- gcc/cp/cp-objcp-common.h | 2 - gcc/cp/parser.c | 14 --- gcc/cp/pt.c | 6 -- gcc/cse.c | 24 ++--- gcc/dbxout.c | 2 - gcc/dce.c | 2 +- gcc/debug.c | 1 - gcc/debug.h | 3 - gcc/df-scan.c | 2 +- gcc/doc/generic.texi | 5 - gcc/doc/gimple.texi | 24 +---- gcc/doc/invoke.texi | 19 ---- gcc/doc/rtl.texi | 53 ++-------- gcc/dwarf2out.c | 40 +------- gcc/emit-rtl.c | 69 ++++++------- gcc/final.c | 89 ++++------------- gcc/function.c | 13 +-- gcc/function.h | 10 -- gcc/gimple-iterator.c | 28 +----- gcc/gimple-iterator.h | 46 ++++----- gcc/gimple-loop-interchange.cc | 4 +- gcc/gimple-low.c | 31 +----- gcc/gimple-pretty-print.c | 7 -- gcc/gimple-ssa-backprop.c | 2 +- gcc/gimple.c | 24 ----- gcc/gimple.h | 48 +-------- gcc/gimplify.c | 181 +++++++++------------------------- gcc/graphite-isl-ast-to-gimple.c | 7 +- gcc/haifa-sched.c | 6 +- gcc/insn-notes.def | 3 - gcc/ipa-icf-gimple.c | 4 +- gcc/ipa-param-manipulation.c | 2 +- gcc/ipa-split.c | 11 +-- gcc/ira.c | 4 +- gcc/jump.c | 2 +- gcc/langhooks-def.h | 2 - gcc/langhooks.h | 3 - gcc/loop-unroll.c | 6 +- gcc/lra-constraints.c | 10 +- gcc/lra.c | 38 ++------ gcc/lto-streamer-in.c | 12 +-- gcc/omp-expand.c | 153 ++++++++++++++--------------- gcc/omp-low.c | 2 - gcc/params.def | 9 -- gcc/postreload.c | 2 +- gcc/print-rtl.c | 24 ----- gcc/recog.c | 1 - gcc/reg-stack.c | 4 +- gcc/regcprop.c | 6 +- gcc/regrename.c | 2 +- gcc/regstat.c | 2 +- gcc/reload1.c | 4 +- gcc/rtl.def | 3 - gcc/rtl.h | 51 +--------- gcc/sese.c | 4 +- gcc/shrink-wrap.c | 4 +- gcc/ssa-iterators.h | 2 +- gcc/testsuite/gcc.dg/pr81165.c | 59 ++++++++++++ gcc/toplev.c | 4 - gcc/tree-cfg.c | 54 ++--------- gcc/tree-cfgcleanup.c | 31 ++++-- gcc/tree-inline.c | 35 +------ gcc/tree-iterator.c | 48 ++------- gcc/tree-loop-distribution.c | 2 +- gcc/tree-pretty-print.c | 9 +- gcc/tree-sra.c | 2 +- gcc/tree-ssa-dce.c | 8 +- gcc/tree-ssa-loop-ivopts.c | 2 +- gcc/tree-ssa-reassoc.c | 2 +- gcc/tree-ssa-tail-merge.c | 6 +- gcc/tree-ssa-threadedge.c | 203 +++++++++++++++++++++++++++++++++++---- gcc/tree-ssa.c | 10 +- gcc/tree-ssanames.c | 2 +- gcc/tree-vect-loop-manip.c | 8 +- gcc/tree-vect-loop.c | 4 +- gcc/tree.c | 8 +- gcc/tree.def | 3 - gcc/tree.h | 10 +- gcc/valtrack.c | 2 +- gcc/var-tracking.c | 174 ++++++++------------------------- gcc/vmsdbgout.c | 1 - 93 files changed, 699 insertions(+), 1425 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr81165.c