This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from a72b7a455c1 i386: add alias for f*mul_*ch intrinsics adds 7a2aa63fad0 libgomp: Fix up aligned_alloc arguments [PR102838] adds 17da2c7425e libgomp: Ensure that either gomp_team is properly aligned [ [...] adds 15f5e70cbb3 i386: Fix wrong codegen for -mrelax-cmpxchg-loop adds 8f9f5101d52 tree-optimization/103277 - do abnormal cleanup after call DSE adds e28afbb90f8 testsuite/103278 - adjust gcc.dg/tree-ssa/if-to-switch-3.c adds 206b22d021d Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS. adds edd2249b17f libsanitizer: Fix bootstrap on FreeBSD [PR102675] adds efb7c51024c c-family: Add __builtin_assoc_barrier adds 1a0bce98dcf middle-end: Fix FMA detection when inspecting gimple which [...]
No new revisions were added by this update.
Summary of changes: gcc/c-family/c-common.c | 1 + gcc/c-family/c-common.h | 2 +- gcc/c-family/c-gimplify.c | 4 +- gcc/c/c-decl.c | 1 + gcc/c/c-parser.c | 22 ++++++- gcc/cfgexpand.c | 2 +- gcc/config/i386/i386-expand.c | 7 ++- gcc/cp/constexpr.c | 8 +++ gcc/cp/cp-objcp-common.c | 1 + gcc/cp/cp-tree.h | 12 ++-- gcc/cp/parser.c | 16 ++++- gcc/cp/pt.c | 10 ++- gcc/cp/semantics.c | 23 +++---- gcc/doc/extend.texi | 18 ++++++ 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 +- .../c-c++-common/builtin-assoc-barrier-1.c | 71 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr103277.c | 14 +++++ gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-3.c | 3 +- gcc/testsuite/gcc.dg/vect/pr103253.c | 16 +++++ gcc/testsuite/gcc.target/i386/pr103069-2.c | 11 ++-- 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-math-opts.c | 4 ++ 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 +-- libgomp/alloc.c | 18 ++++-- libgomp/libgomp.h | 6 +- libgomp/team.c | 5 ++ libgomp/work.c | 4 +- libsanitizer/sanitizer_common/Makefile.am | 1 + libsanitizer/sanitizer_common/Makefile.in | 1 + 51 files changed, 294 insertions(+), 91 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/builtin-assoc-barrier-1.c create mode 100644 gcc/testsuite/gcc.dg/pr103277.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr103253.c