This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 15f5e70cbb3 i386: Fix wrong codegen for -mrelax-cmpxchg-loop new 8f9f5101d52 tree-optimization/103277 - do abnormal cleanup after call DSE new e28afbb90f8 testsuite/103278 - adjust gcc.dg/tree-ssa/if-to-switch-3.c new 206b22d021d Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS. new edd2249b17f libsanitizer: Fix bootstrap on FreeBSD [PR102675]
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/c-family/c-gimplify.c | 4 ++-- gcc/c/c-parser.c | 2 +- gcc/cfgexpand.c | 2 +- gcc/cp/parser.c | 2 +- gcc/function.c | 2 +- gcc/gimple-low.c | 4 ++-- gcc/gimple-ssa-backprop.c | 2 +- gcc/ipa-param-manipulation.c | 2 +- gcc/ipa-split.c | 6 +++--- gcc/lto-streamer-in.c | 4 ++-- gcc/sese.c | 2 +- gcc/ssa-iterators.h | 2 +- gcc/testsuite/gcc.dg/pr103277.c | 14 ++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-3.c | 3 ++- gcc/tree-cfg.c | 4 ++-- gcc/tree-inline.c | 2 +- gcc/tree-loop-distribution.c | 2 +- gcc/tree-sra.c | 2 +- gcc/tree-ssa-dce.c | 2 +- gcc/tree-ssa-dse.c | 25 ++++++++++++++++++++----- gcc/tree-ssa-dse.h | 2 +- gcc/tree-ssa-loop-ivopts.c | 2 +- gcc/tree-ssa-phiopt.c | 2 +- gcc/tree-ssa-reassoc.c | 2 +- gcc/tree-ssa-tail-merge.c | 2 +- gcc/tree-ssa-threadedge.c | 2 +- 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.h | 7 +------ libsanitizer/sanitizer_common/Makefile.am | 1 + libsanitizer/sanitizer_common/Makefile.in | 1 + 33 files changed, 80 insertions(+), 53 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr103277.c