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-allmodconfig in repository toolchain/ci/gcc.
from 989a5fb3aa5 Add acc_device_radeon to name_of_acc_device_t function adds 0a8f4febf75 libstdc++: Fix conformance issues in <stop_token> (PR92895) adds 423284053ec c++: Fix class NTTP with template arguments [PR92948] adds e3b60da8e07 c++: Fix template arguments comparison with class NTTP [PR91754] adds 2812a28418b Revert g-465c7c89e92a6d6d582173e505cb16dcb9873034 adds 0de349f108d Improve DSE which in turn eliminates the need for jump thre [...] adds 11ffae58473 c++: Add new test [PR88092] adds 165255c7a56 GCN – call assembler with -mattr=-code-object-v3 (PR93409) adds 245e40af4fa c++: Fix attributes with lambda and trailing return type. adds 59da7f96ffc testsuite: Fix up tree-ssa/pr92706-1.c on 32-bit targets. adds 8be8e32fafa Daily bump. adds e3b6c052b6a c++: Drop alignas restriction for stack variables. adds 68f3759eff5 runtime: update netpoll_hurd.go for go1.14beta1 changes adds 66af5a226ac runtime, syscall: add a couple of hurd build tags adds 3b35b3d4cc2 Handle CO_AWAIT_EXPR in conversion in co_await_expander. adds 3904cc106e3 Use promise in coroutine frame in actor function. adds e0332517f90 Regenerate configure for 54b3d52 adds 2595f25cdaf fortran: Fix up ISO_Fortran_binding_15.f90 failures [PR92123] adds b285bebe6ad i386: Optimize popcnt followed by zero/sign extension [PR91824] adds d37c81f476c i386: Optimize {,v}{,p}movmsk{b,ps,pd} followed by sign ext [...] adds b0e9b18ed43 Add testcase of PR c++/90338, already fixed in trunk. adds 5ab5d81b364 Skip plugin-{gcn,hsa} for (-m)x32 (PR bootstrap/93409) adds efd26bbc81e arm: Fix uaddvdi4 expander [PR93494] adds 64464e5f369 Fix ICE in pa_elf_select_rtx_section. adds d177c49cd31 analyzer: avoid comparisons between uncomparable types (PR 93450) adds bba18325a10 dump CTORs properly wrapped with _Literal with -gimple adds 97b40c39208 PR middle-end/92323 - bogus -Warray-bounds after unrolling [...] new e0678350ea4 Fix "regression" reported by c6x testing. new 59e6d62be2c Add LTGT operator support for amdgcn
The 2 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/ChangeLog | 66 +++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 15 + gcc/analyzer/program-state.cc | 23 +- gcc/analyzer/program-state.h | 4 +- gcc/analyzer/region-model.cc | 16 +- gcc/builtins.def | 2 +- gcc/c-family/ChangeLog | 5 + gcc/c-family/c-attribs.c | 62 +-- gcc/config.in | 6 + gcc/config/arm/arm.md | 2 +- gcc/config/gcn/gcn-hsa.h | 2 +- gcc/config/gcn/gcn.c | 3 + gcc/config/gcn/predicates.md | 2 +- gcc/config/i386/i386.md | 56 ++- gcc/config/i386/sse.md | 55 ++- gcc/config/pa/pa.c | 2 +- gcc/configure | 21 +- gcc/cp/ChangeLog | 36 ++ gcc/cp/coroutines.cc | 77 ++-- gcc/cp/parser.c | 17 +- gcc/cp/pt.c | 54 ++- gcc/fortran/ChangeLog | 10 + gcc/fortran/trans-decl.c | 14 +- gcc/go/gofrontend/MERGE | 2 +- gcc/simplify-rtx.c | 4 +- gcc/testsuite/ChangeLog | 65 ++- .../g++.dg/coroutines/co-await-syntax-09-convert.C | 23 + gcc/testsuite/g++.dg/cpp0x/alignas17.C | 14 + gcc/testsuite/g++.dg/cpp2a/nontype-class28.C | 37 ++ gcc/testsuite/g++.dg/cpp2a/nontype-class29.C | 26 ++ gcc/testsuite/g++.dg/cpp2a/nontype-class30.C | 15 + gcc/testsuite/g++.dg/cpp2a/nontype-class31.C | 19 + gcc/testsuite/g++.dg/ext/attr-trailing1.C | 14 + gcc/testsuite/g++.dg/pr90338.C | 14 + gcc/testsuite/gcc.c-torture/execute/pr93494.c | 13 + gcc/testsuite/gcc.dg/Warray-bounds-57.c | 53 +++ gcc/testsuite/gcc.dg/analyzer/torture/pr93450.c | 25 ++ gcc/testsuite/gcc.dg/pr89689.c | 43 ++ gcc/testsuite/gcc.dg/tree-ssa/pr92706-1.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-26.c | 11 +- gcc/testsuite/gcc.target/i386/pr91824-1.c | 54 +++ gcc/testsuite/gcc.target/i386/pr91824-2.c | 73 ++++ gcc/tree-pretty-print.c | 12 + libgo/go/runtime/nbpipe_pipe2.go | 2 +- libgo/go/runtime/netpoll_hurd.go | 77 ++-- libgo/go/syscall/sockcmsg_unix_other.go | 2 +- libgomp/ChangeLog | 7 + libgomp/configure | 6 +- libgomp/plugin/configfrag.ac | 4 +- libstdc++-v3/ChangeLog | 69 +++ libstdc++-v3/include/std/stop_token | 478 ++++++++++++++++----- .../stop_token/stop_callback/deadlock-mt.cc | 50 +++ .../stop_token/stop_callback/deadlock.cc | 48 +++ .../30_threads/stop_token/stop_callback/destroy.cc | 83 ++++ .../stop_token/stop_callback/destructible_neg.cc | 57 +++ .../stop_token/stop_callback/invocable_neg.cc | 35 ++ .../30_threads/stop_token/stop_callback/invoke.cc | 62 +++ .../30_threads/stop_token/stop_source/assign.cc | 51 +++ .../stop_token/stop_token/stop_possible.cc | 49 +++ 60 files changed, 1858 insertions(+), 293 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/co-await-syntax-09-convert.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignas17.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class28.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class29.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class30.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class31.C create mode 100644 gcc/testsuite/g++.dg/ext/attr-trailing1.C create mode 100644 gcc/testsuite/g++.dg/pr90338.C create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr93494.c create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-57.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr93450.c create mode 100644 gcc/testsuite/gcc.dg/pr89689.c create mode 100644 gcc/testsuite/gcc.target/i386/pr91824-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr91824-2.c create mode 100644 libstdc++-v3/testsuite/30_threads/stop_token/stop_callback/dead [...] create mode 100644 libstdc++-v3/testsuite/30_threads/stop_token/stop_callback/deadlock.cc create mode 100644 libstdc++-v3/testsuite/30_threads/stop_token/stop_callback/destroy.cc create mode 100644 libstdc++-v3/testsuite/30_threads/stop_token/stop_callback/dest [...] create mode 100644 libstdc++-v3/testsuite/30_threads/stop_token/stop_callback/invo [...] create mode 100644 libstdc++-v3/testsuite/30_threads/stop_token/stop_callback/invoke.cc create mode 100644 libstdc++-v3/testsuite/30_threads/stop_token/stop_source/assign.cc create mode 100644 libstdc++-v3/testsuite/30_threads/stop_token/stop_token/stop_po [...]