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-next-defconfig in repository toolchain/ci/gcc.
from 1f8fc1f458c Fix internal error with Shift_Right operator on signed type adds 1c91516aeb8 Fix internal error on chain of constants with -gnatc adds ec1b8711945 Fix segfault on elaboration of empty 1-element array at -O adds 4e1a215870a Fix biased integer arithmetic adds ce2d0ce2931 Remove superfluous call to Base_Type adds 364ad1d44b4 testsuite: Fix up scan-tree-dump-times regexps for 64-bit targets adds 86cca5cc146 Fix PRE topological expression set sorting adds 505ea909044 libstdc++: Exclude cygwin and mingw from linker relro support adds 2e8b368c3d3 Fix PRE NEW_SETS guarding adds d6e5745a9a8 c++: Tweak tsubst_qualified_id location. adds 61827d5d9a5 c++: Correct the handling of alignof(expr) [PR88115] adds b1c9b3c3408 c++: Change the mangling of __alignof__ [PR88115] adds 9227f81db7a Objective-C++ : Allow prefix attrs on linkage specs. adds 5d46ec3db21 CFI-handling : Add a hook to allow target-specific Personal [...] adds 0f5f9ed5e5a Daily bump. adds 5e00ad3ffbf analyzer: warn on invalid shift counts [PR97424] adds 8069928d5c2 analyzer: precision-of-wording for -Wanalyzer-stale-setjmp-buffer adds d33bc98f5bc testsuite: Adjust pr96789.c by disabling loop vect adds 87b7d45e358 dwarf2: Set DW_AT_declaration for undefined fns [PR97060] adds 7ea19dcafb8 IBM Z: Rename mode attr tointvec to TOINTVEC adds 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 new 2efb9eaaedf Group tree-vrp.c by functionality. new 7cc52bc85e9 Refactor VRP threading code into vrp_jump_threader class. new 022b99bcba5 Move vrp_prop before vrp_folder. new 40c4eb67f56 Move vr_values out of vrp_prop into execute_vrp so it can b [...] new 82990836679 Inline delegators in vrp_folder.
The 5 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: MAINTAINERS | 1 + gcc/ChangeLog | 328 +++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 33 + gcc/ada/gcc-interface/decl.c | 49 +- gcc/ada/gcc-interface/gigi.h | 2 +- gcc/ada/gcc-interface/trans.c | 124 +- gcc/ada/gcc-interface/utils.c | 62 +- gcc/ada/gcc-interface/utils2.c | 32 +- gcc/analyzer/ChangeLog | 35 + gcc/analyzer/analyzer.opt | 8 + gcc/analyzer/checker-path.h | 6 + gcc/analyzer/diagnostic-manager.cc | 18 +- gcc/analyzer/engine.cc | 55 +- gcc/analyzer/pending-diagnostic.h | 15 + gcc/analyzer/region-model.cc | 102 + gcc/attr-fnspec.h | 28 +- gcc/bitmap.c | 5 + gcc/builtin-types.def | 2 + gcc/builtins.c | 18 +- gcc/c-family/ChangeLog | 19 + gcc/c-family/c-common.h | 2 +- gcc/c-family/c-lex.c | 67 +- gcc/c-family/c-opts.c | 2 +- gcc/c-family/c-pch.c | 40 +- gcc/cgraphclones.c | 4 +- gcc/common.opt | 4 + gcc/config/aarch64/aarch64-sve2.md | 31 +- gcc/config/darwin-protos.h | 1 + gcc/config/darwin.c | 11 + gcc/config/darwin.h | 3 + gcc/config/s390/vector.md | 164 +- gcc/config/s390/vx-builtins.md | 50 +- gcc/configure | 37 + gcc/configure.ac | 35 + gcc/cp/ChangeLog | 48 + gcc/cp/constexpr.c | 34 +- gcc/cp/cp-tree.h | 2 +- gcc/cp/decl.c | 2 +- gcc/cp/mangle.c | 27 +- gcc/cp/parser.c | 75 +- gcc/cp/pt.c | 8 +- gcc/cp/semantics.c | 7 +- gcc/cp/typeck.c | 17 +- gcc/doc/cpp.texi | 21 +- gcc/doc/invoke.texi | 36 + gcc/doc/tm.texi | 4 + gcc/doc/tm.texi.in | 2 + gcc/dwarf2out.c | 15 +- gcc/fold-const.c | 45 +- gcc/fortran/ChangeLog | 30 + 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/go/ChangeLog | 5 + 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/target.def | 10 + gcc/testsuite/ChangeLog | 226 +++ gcc/testsuite/g++.dg/abi/macro0.C | 2 +- gcc/testsuite/g++.dg/cpp0x/alignof6.C | 19 + gcc/testsuite/g++.dg/cpp0x/alignof7.C | 22 + gcc/testsuite/g++.dg/cpp0x/alignof8.C | 13 + gcc/testsuite/g++.dg/cpp2a/concepts-decltype3.C | 15 + gcc/testsuite/g++.dg/cpp2a/constexpr-dtor9.C | 31 + gcc/testsuite/g++.dg/diagnostic/static_assert3.C | 36 + gcc/testsuite/gcc.dg/analyzer/invalid-shift-1.c | 34 + gcc/testsuite/gcc.dg/analyzer/setjmp-5.c | 13 +- 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/debug/dwarf2/pr97060.c | 13 + gcc/testsuite/gcc.dg/pr97806.c | 16 + gcc/testsuite/gcc.dg/tree-ssa/pr96789.c | 5 +- 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 +- .../gfortran.dg/gomp/workshare-reduction-26.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-27.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-28.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-3.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-36.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-37.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-38.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-39.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-40.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-41.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-42.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-43.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-44.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-45.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-46.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-47.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-56.f90 | 8 +- .../gfortran.dg/gomp/workshare-reduction-57.f90 | 8 +- gcc/testsuite/gnat.dg/bias2.adb | 33 + gcc/testsuite/gnat.dg/opt89.adb | 18 + 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 | 213 +- gcc/tree-vrp.c | 2095 ++++++++++---------- gcc/tree.c | 4 + gcc/tree.h | 2 +- libcc1/ChangeLog | 6 + libcc1/libcp1plugin.cc | 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 +- libiberty/ChangeLog | 10 + libiberty/cp-demangle.c | 25 +- libiberty/testsuite/demangle-expected | 7 + libstdc++-v3/ChangeLog | 66 + libstdc++-v3/acinclude.m4 | 23 +- libstdc++-v3/configure | 230 ++- 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 + 162 files changed, 9243 insertions(+), 2370 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/cpp0x/alignof6.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignof7.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignof8.C 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/g++.dg/diagnostic/static_assert3.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/invalid-shift-1.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/debug/dwarf2/pr97060.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/gnat.dg/bias2.adb create mode 100644 gcc/testsuite/gnat.dg/opt89.adb 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