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 76bfe522ab1 Daily bump. adds db9c2a1461e [PATCH] Fix PR 81721: ICE with PCH and Pragma warning and C [...] adds e1dcb74d1ce 2019-05-20 Richard Biener rguenther@suse.de adds 5eb3f7191a7 Use capital letters for enum value names. adds 3451e82b98f Do not use full qualified names if possible. adds 1569cde1bac Add vertical spacing in order to separate functions. adds 048f6aad2c1 Come up with hook libc_has_fast_function (PR middle-end/90263). adds ff53bc9513e Add missing default default_libc_has_fast_function implementation. adds 8ca16e0114a [testsuite] aarch64,arm Add missing quotes to expected erro [...] adds e7419472abe * cfgloop.h (struct loop): Add simdlen member. * cfgloopm [...] adds 143aadc0cfb 2019-05-20 Richard Biener rguenther@suse.de adds 2b6f7be06f6 Add missing ATTRIBUTE_UNUSED for ix86_libc_has_fast_function. adds ca32b3df9bb Fix test bug with mismatched alignment in allocate/deallocate adds d07edb653ef std::allocator::deallocate support sized-deallocation adds 12187801c9f Fix %e in Solaris specs adds be61629badb Reject -mx32 on Solaris/x86 adds 48328bff258 PR c++/90532 Ensure __is_constructible(T[]) is false adds ce7b4f26770 * tree-ssa-alias.c (compare_sizes): New function. (sompar [...] adds 79de1952f37 2019-05-20 Richard Biener rguenther@suse.de adds c5af6c4bbaa darwin, testsuite - fix PR58321 adds 3a0e9478520 [C++ PATCH] namespace using directives adds 3bc5893a835 * tree-ssa-alias.c (refs_may_alias_p_2): Break out from .. [...] adds 2f2aa73f441 [C++ PATCH] Commonixe using directive finishing adds 120050c32d9 Fix failing tests for use of non-reserved names adds 8827db287ba [i386] Fold __builtin_ia32_shufpd to VEC_PERM_EXPR adds 224e86cd677 Tweak gcc.dg/torture/pta-ptrarith-3.c adds 5a12868e245 [testsuite] PR90106 Fix cdce3.c testcase adds d428d222a16 Add myself to MAINTAINERS adds 2dcee424034 2019-05-20 Paolo Carlini paolo.carlini@oracle.com adds 94697f770d9 * gcc.dg/Wtype-limits-Wextra.c: Adjust expected output aft [...] adds 56d76459a7b * g++.dg/ext/utf8-2.C: Accept both "char" and "char8_t" in aka. adds 554915999ab * pt.c (convert_template_argument): Add a diagnostic for t [...] adds 02c0a8dbed5 * name-lookup.c (finish_using_directive): Don't issue info [...] adds 31d01c8be7c CWG 2094 - volatile scalars are trivially copyable. PR c+ [...] adds 4b6650e55f8 Fix test failure due to Networking TS headers using mutexes adds 369a71e6468 PR libgomp/90527 * alloc.c (_GNU_SOURCE): Define. adds a9b358ce060 PR c++/59813 PR target/90418 * function.h (struct functi [...] adds f9659835c2d * gfortran.texi: Remove reference to the ASSIGN statement, [...] adds 735dfb49ee5 PR testsuite/90503 * gcc.target/i386/pr22076.c (dg-option [...] adds 3b5579d5def * es.po, sv.po: Update. adds 951a9c05557 PR testsuite/90503 * gcc.target/i386/pr22076.c (dg-option [...] new bf3d31e5506 Daily bump. new c40bd82fc69 Check TBB version in tbb-backed effective target check
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: ChangeLog | 4 + MAINTAINERS | 1 + gcc/ChangeLog | 136 ++++++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 17 +- gcc/cfgloop.h | 3 + gcc/cfgloopmanip.c | 1 + gcc/config/aarch64/aarch64.c | 2 +- gcc/config/arc/arc.c | 2 +- gcc/config/arm/arm.c | 4 +- gcc/config/i386/i386.c | 56 ++- gcc/config/i386/sol2.h | 5 +- gcc/config/mips/mips.c | 2 +- gcc/config/sol2.h | 4 +- gcc/cp/ChangeLog | 45 ++ gcc/cp/cp-tree.h | 13 +- gcc/cp/method.c | 2 + gcc/cp/name-lookup.c | 80 ++-- gcc/cp/name-lookup.h | 5 +- gcc/cp/parser.c | 5 +- gcc/cp/pt.c | 23 +- gcc/cp/tree.c | 3 +- gcc/doc/tm.texi | 9 +- gcc/doc/tm.texi.in | 2 + gcc/expr.c | 13 +- gcc/expr.h | 4 +- gcc/fold-const.c | 63 +-- gcc/fold-const.h | 3 + gcc/fortran/ChangeLog | 6 + gcc/fortran/gfortran.texi | 20 +- gcc/function.h | 3 + gcc/generic-match-head.c | 1 + gcc/gimple-match-head.c | 1 + gcc/gimplify.c | 4 + gcc/lto-streamer-in.c | 1 + gcc/lto-streamer-out.c | 1 + gcc/match.pd | 83 ++++ gcc/omp-expand.c | 7 + gcc/omp-general.c | 2 +- gcc/omp-low.c | 2 +- gcc/optabs-query.c | 2 +- gcc/po/ChangeLog | 4 + gcc/po/es.po | 6 +- gcc/po/sv.po | 500 +++++++++------------ gcc/profile-count.c | 24 +- gcc/profile-count.h | 324 +++++++------ gcc/target.def | 11 +- gcc/targhooks.c | 10 +- gcc/targhooks.h | 3 +- gcc/testsuite/ChangeLog | 81 ++++ gcc/testsuite/g++.dg/cpp2a/nontype-class17.C | 17 + gcc/testsuite/g++.dg/ext/90532.C | 27 ++ .../g++.dg/ext/is_trivially_constructible1.C | 4 +- gcc/testsuite/g++.dg/ext/is_trivially_copyable.C | 16 + gcc/testsuite/g++.dg/ext/utf8-2.C | 16 +- gcc/testsuite/g++.dg/lookup/strong-using2.C | 11 + gcc/testsuite/g++.dg/pch/operator-1.C | 2 + gcc/testsuite/g++.dg/pch/operator-1.Hs | 9 + gcc/testsuite/gcc.c-torture/compile/pr90263.c | 10 + gcc/testsuite/gcc.dg/Wtype-limits-Wextra.c | 8 +- gcc/testsuite/gcc.dg/cdce3.c | 3 +- gcc/testsuite/gcc.dg/gimplefe-40.c | 2 +- gcc/testsuite/gcc.dg/gimplefe-41.c | 4 +- gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c | 2 +- gcc/testsuite/gcc.target/aarch64/target_attr_10.c | 2 +- .../gcc.target/arm/attr-neon-builtin-fail.c | 2 +- gcc/testsuite/gcc.target/i386/avx512f-simd-1.c | 35 ++ gcc/testsuite/gcc.target/i386/memcpy-strategy-3.c | 5 +- gcc/testsuite/gcc.target/i386/memset-strategy-1.c | 6 +- gcc/testsuite/gcc.target/i386/pr22076.c | 16 +- gcc/testsuite/lib/target-supports.exp | 11 + gcc/tree-inline.c | 2 + gcc/tree-ssa-alias.c | 211 ++++++--- gcc/tree-ssa-structalias.c | 14 + gcc/tree-tailcall.c | 6 + gcc/tree-vect-loop.c | 58 ++- gcc/tree-vect-slp.c | 2 +- libcc1/ChangeLog | 5 + libcc1/libcp1plugin.cc | 2 +- libcpp/ChangeLog | 6 + libcpp/lex.c | 6 +- libgomp/ChangeLog | 5 + libgomp/alloc.c | 1 + libstdc++-v3/ChangeLog | 44 ++ libstdc++-v3/include/ext/new_allocator.h | 14 +- libstdc++-v3/include/std/type_traits | 52 +-- libstdc++-v3/testsuite/17_intro/names.cc | 5 + .../testsuite/20_util/is_constructible/value.cc | 7 + .../20_util/is_default_constructible/value.cc | 10 + .../20_util/is_trivially_constructible/value.cc | 2 + .../20_util/is_trivially_copyable/value.cc | 4 +- .../is_trivially_default_constructible/value.cc | 9 + .../memory_resource/new_delete_resource.cc | 4 +- libstdc++-v3/testsuite/experimental/names.cc | 22 +- libstdc++-v3/testsuite/lib/libstdc++.exp | 42 +- 95 files changed, 1535 insertions(+), 811 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class17.C create mode 100644 gcc/testsuite/g++.dg/ext/90532.C create mode 100644 gcc/testsuite/g++.dg/ext/is_trivially_copyable.C create mode 100644 gcc/testsuite/g++.dg/lookup/strong-using2.C create mode 100644 gcc/testsuite/g++.dg/pch/operator-1.C create mode 100644 gcc/testsuite/g++.dg/pch/operator-1.Hs create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr90263.c create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-simd-1.c