This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allnoconfig in repository toolchain/ci/gcc.
from 5d9ade39b87 IBM Z: Fix PR97326: Enable fp compares in vec_cmp adds fc531c2ed3c c++: Fix up constexpr CLEANUP_POINT_EXPR and TRY_FINALLY_EX [...] adds 64326bb428a tree-optimization/97806 - fix PRE expression post order adds 7f445b5d611 aarch64: Fix SVE2 BCAX pattern [PR97730] adds 512c6ba0410 Avoid PRE insert iteration when possible adds 3c3beb1a813 Add test case for PR 97799. adds 7f851c33411 libstdc++: Fix __numeric_traits_integer<__int20> [PR 97798] adds b71ff8c15f5 Fortran: improve location data for OpenACC/OpenMP directive [...] adds 071a31a5338 Add support for copy specifiers in fnspec adds cb808c583de Specify reason of -Winvalid-pch warning adds 896db49a442 More PRE compile-time optimizations adds d21776ef903 libstdc++: Simplify __numeric_traits definition adds f8f575d7593 Compare field offsets in operand_equal_p and OEP_ADDRESS_OF adds 876b45db81a system: Add WARN_UNUSED_RESULT adds b86aedb0cc0 ipa-cp: Work with time benefits and frequencies in sreals adds 25a0d08b7f9 cgraph: Avoid segfault when attempting to dump NULL clone_info adds 9106c51e57c Adjust 'libgomp.oacc-fortran/attach-descriptor-1.f90' for i [...] adds 6fcc3cac429 openmp: Implement allocate clause in omp lowering. adds 1d00f8c8632 c: C2x __has_c_attribute adds 97976c0757a RISC-V: Enable ifunc if it was supported in the binutils fo [...] adds 8948a5715b0 libgccjit.h: fix typo in comment adds fec57340831 jit: fix string escaping adds 421d0d0f542 jit: add support for inline asm [PR87291] adds 93fc4774681 libstdc++: Optimise std::future::wait_for and fix futex polling adds de6f64f9556 c++: Don't form a templated TARGET_EXPR in finish_compound_literal adds a5a115258af Daily bump. adds ee24da1b983 Change range_handler, was Re: Fix gimple_expr_code? adds 4109adf2565 MAINTAINERS: add myself for write after approval adds 2efb9eaaedf Group tree-vrp.c by functionality. adds 7cc52bc85e9 Refactor VRP threading code into vrp_jump_threader class. adds 022b99bcba5 Move vrp_prop before vrp_folder. adds 40c4eb67f56 Move vr_values out of vrp_prop into execute_vrp so it can b [...] adds 82990836679 Inline delegators in vrp_folder.
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 1 + gcc/ChangeLog | 153 ++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 35 + gcc/attr-fnspec.h | 28 +- gcc/bitmap.c | 5 + gcc/builtin-types.def | 2 + gcc/builtins.c | 18 +- gcc/c-family/ChangeLog | 14 + gcc/c-family/c-common.h | 2 +- gcc/c-family/c-lex.c | 67 +- gcc/c-family/c-pch.c | 40 +- gcc/cgraphclones.c | 4 +- gcc/config/aarch64/aarch64-sve2.md | 31 +- gcc/configure | 37 + gcc/configure.ac | 35 + gcc/cp/ChangeLog | 12 + gcc/cp/constexpr.c | 34 +- gcc/cp/semantics.c | 7 +- gcc/doc/cpp.texi | 21 +- gcc/fold-const.c | 45 +- gcc/fortran/ChangeLog | 21 + gcc/fortran/f95-lang.c | 11 +- gcc/fortran/trans-openmp.c | 50 +- gcc/fortran/types.def | 5 + gcc/gimple-range.h | 8 +- gcc/gimplify.c | 61 +- gcc/ipa-cp.c | 151 +- gcc/jit/ChangeLog | 132 ++ gcc/jit/docs/_build/texinfo/Makefile | 11 +- gcc/jit/docs/_build/texinfo/libgccjit.texi | 1837 ++++++++++++----- gcc/jit/docs/cp/topics/asm.rst | 308 +++ gcc/jit/docs/cp/topics/index.rst | 1 + gcc/jit/docs/topics/asm.rst | 311 +++ gcc/jit/docs/topics/compatibility.rst | 17 + gcc/jit/docs/topics/functions.rst | 3 + gcc/jit/docs/topics/index.rst | 1 + gcc/jit/docs/topics/objects.rst | 1 + gcc/jit/jit-common.h | 2 + gcc/jit/jit-playback.c | 125 +- gcc/jit/jit-playback.h | 27 + gcc/jit/jit-recording.c | 553 +++++- gcc/jit/jit-recording.h | 224 ++- gcc/jit/libgccjit++.h | 170 ++ gcc/jit/libgccjit.c | 188 +- gcc/jit/libgccjit.h | 105 +- gcc/jit/libgccjit.map | 13 + gcc/omp-builtins.def | 9 +- gcc/omp-expand.c | 9 +- gcc/omp-low.c | 148 +- gcc/range-op.cc | 6 +- gcc/system.h | 6 + gcc/testsuite/ChangeLog | 74 + gcc/testsuite/g++.dg/cpp2a/concepts-decltype3.C | 15 + gcc/testsuite/g++.dg/cpp2a/constexpr-dtor9.C | 31 + gcc/testsuite/gcc.dg/c2x-has-c-attribute-1.c | 28 + gcc/testsuite/gcc.dg/c2x-has-c-attribute-2.c | 41 + gcc/testsuite/gcc.dg/c2x-has-c-attribute-3.c | 25 + gcc/testsuite/gcc.dg/c2x-has-c-attribute-4.c | 18 + gcc/testsuite/gcc.dg/pr97806.c | 16 + gcc/testsuite/gcc.dg/vect/pr97730.c | 12 + gcc/testsuite/gcc.target/aarch64/sve2/bcax_1.c | 2 +- gcc/testsuite/gfortran.dg/entry_23.f | 57 + .../goacc/classify-kernels-unparallelized.f95 | 4 +- .../gfortran.dg/goacc/classify-kernels.f95 | 4 +- gcc/testsuite/jit.dg/jit.exp | 31 + gcc/testsuite/jit.dg/test-asm.c | 492 +++++ gcc/testsuite/jit.dg/test-asm.cc | 453 +++++ gcc/testsuite/jit.dg/test-debug-strings.c | 20 + gcc/tree-ssa-alias.c | 35 +- gcc/tree-ssa-ccp.c | 1 + gcc/tree-ssa-dce.c | 41 +- gcc/tree-ssa-pre.c | 162 +- gcc/tree-vrp.c | 2095 ++++++++++---------- gcc/tree.h | 2 +- libcpp/ChangeLog | 17 + libcpp/files.c | 2 +- libcpp/include/cpplib.h | 3 +- libcpp/init.c | 2 + libcpp/macro.c | 6 +- libcpp/traditional.c | 1 + libgomp/ChangeLog | 18 + libgomp/allocator.c | 42 +- libgomp/libgomp.map | 6 + libgomp/libgomp_g.h | 5 + libgomp/omp.h.in | 2 +- libgomp/testsuite/libgomp.c++/allocate-1.C | 194 ++ .../testsuite/libgomp.c-c++-common/allocate-1.c | 254 +++ .../libgomp.oacc-fortran/attach-descriptor-1.f90 | 3 +- libstdc++-v3/ChangeLog | 29 + libstdc++-v3/include/ext/numeric_traits.h | 133 +- libstdc++-v3/include/std/future | 14 +- libstdc++-v3/src/c++11/futex.cc | 9 + .../testsuite/30_threads/future/members/poll.cc | 103 + 94 files changed, 7650 insertions(+), 1959 deletions(-) create mode 100644 gcc/jit/docs/cp/topics/asm.rst create mode 100644 gcc/jit/docs/topics/asm.rst create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-decltype3.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-dtor9.C create mode 100644 gcc/testsuite/gcc.dg/c2x-has-c-attribute-1.c create mode 100644 gcc/testsuite/gcc.dg/c2x-has-c-attribute-2.c create mode 100644 gcc/testsuite/gcc.dg/c2x-has-c-attribute-3.c create mode 100644 gcc/testsuite/gcc.dg/c2x-has-c-attribute-4.c create mode 100644 gcc/testsuite/gcc.dg/pr97806.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr97730.c create mode 100644 gcc/testsuite/gfortran.dg/entry_23.f create mode 100644 gcc/testsuite/jit.dg/test-asm.c create mode 100644 gcc/testsuite/jit.dg/test-asm.cc create mode 100644 libgomp/testsuite/libgomp.c++/allocate-1.C create mode 100644 libgomp/testsuite/libgomp.c-c++-common/allocate-1.c create mode 100644 libstdc++-v3/testsuite/30_threads/future/members/poll.cc