This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-release-aarch64-spec2k6-O2 in repository toolchain/ci/gcc.
from f543bdd3f99 compiler: fix buglet in function inlining related to sink names adds 2aae99f7a4f Update iterator of next adds 53dd3bccac6 Fix comments typo adds 1c9676e2076 re PR testsuite/92520 (new test case gcc/testsuite/gcc.dg/i [...] adds 0227ffa98e1 gimplify.c (gimplify_call_expr): Don't call omp_resolve_dec [...] adds f0af4848ac4 re PR tree-optimization/92039 (Spurious -Warray-bounds warn [...] adds 2e98ac86762 ipa-inline.c (inline_small_functions): Move assignment to n [...] adds 3739bcc8c8e [mid-end][__RTL] Clean state despite invalid __RTL startwit [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 43 ++++++++ gcc/gimplify.c | 5 +- gcc/ipa-comdats.c | 2 +- gcc/ipa-inline.c | 15 +-- gcc/ipa-profile.c | 2 +- gcc/omp-general.c | 116 +++++++++++++++++++-- gcc/passes.c | 3 +- gcc/testsuite/ChangeLog | 21 ++++ .../c-c++-common/gomp/declare-variant-13.c | 24 +++++ gcc/testsuite/g++.dg/tree-ssa/ivopts-3.C | 6 +- gcc/testsuite/gcc.dg/ipa/inline-9.c | 4 +- .../gcc.dg/rtl/aarch64/missed-pass-error.c | 45 ++++++++ gcc/testsuite/gcc.dg/tree-ssa/cunroll-2.c | 4 +- gcc/tree-profile.c | 12 +-- gcc/tree-ssa-loop-ivcanon.c | 10 +- 15 files changed, 276 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/declare-variant-13.c create mode 100644 gcc/testsuite/gcc.dg/rtl/aarch64/missed-pass-error.c