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-arm-next-allmodconfig in repository toolchain/ci/gcc.
from 392c53f0f77 Daily bump. adds eaf966f3b7f gcc/testsuite/ChangeLog 2019-02-20 Ulrich Drepper <dreppe [...] adds dafe8c596ec PR libstdc++/86590 * include/bits/char_traits.h (__consta [...] adds ca55c217ce6 i386: Move Intel intrinsics head files to <immintrin.h> adds 26e8495a789 2019-01-21 Richard Biener rguenther@suse.de adds 996bdad985c Fix leak in splay-tree adds e807b7edf73 * gcc.dg/utf-array.c: Allow wchar_t to be printed as {lon [...] adds 8144bd526bd 2019-01-21 Bernd Edlinger bernd.edlinger@hotmail.de adds bdc0937805c 2019-01-21 Iain Buclaw ibuclaw@gdcproject.org adds f6aa5c0457a AArch64: Fix big-endian and ILP32 fail for simd-clone test. adds a8d12eb3b9b * hash-map-tests.c (test_map_of_strings_to_int): Show how [...] adds 99bf4b63215 PR sanitizer/88901 * typeck.c (cp_build_binary_op): Don't [...] adds bca15b83b3e PR target/88938 * config/i386/i386.c (ix86_expand_builtin [...] adds d2aef8c0f43 Merge dmd upstream 180465274 adds 0347a80e1dc 2019-01-21 Manfred Schwarb manfred99@gmx.ch adds d2019c0387a 2019-01-21 Dominique d'Humieres dominiq@gcc.gnu.org adds 77fe9474a57 PR c++/88949 * optimize.c (cxx_copy_decl): New function. [...] adds 4123e263f10 compiler: stop iterator on error adds 0e0a52c4662 libgo: fix building, and some testing, on Solaris adds f6681cf5e36 PR go/88927 runtime, internal/cpu: fix build for ARM G [...] adds 1f490ae5826 Daily bump. adds 4a1e2ff6733 [RS6000] PR88614, output_operand: invalid %z value adds 50c4a518122 MAINTAINERS: add myself. adds 1425cbaac1a 2019-01-22 Richard Biener rguenther@suse.de adds 9e73df6b9ea PR rtl-optimization/49429 PR target/49454 PR rtl-optimiz [...] adds 786a3490641 PR target/88905 * optabs.c (add_equal_note): Add op0_mode [...] adds 8167e4bd8d1 PR rtl-optimization/88904 * cfgcleanup.c (thread_jump): V [...] adds 090bd8bc5d9 2019-01-22 Nidal Faour nidal.faour@wdc.com adds d92b5509626 PR tree-optimization/88044 * tree-ssa-loop-niter.c (numbe [...] adds dc7008d9b11 Fix overwide shifts in PR/88903 testcase adds 9dbb0a86008 * config/sparc/sparc.c (parc_delegitimize_address): Recogn [...] adds 780d097413d Document AMD GCN. adds b9ee1c20544 2019-01-22 Richard Biener rguenther@suse.de adds cc41270a0d3 2019-01-22 Manfred Schwarb manfred99@gmx.ch adds f8f32a5f5c5 [arm] PR target/88469 fix incorrect argument passing with 6 [...] adds a1ab436f68f i386: Load external function address via GOT slot adds fd173b75445 golang.org/x/tools/go/analysis: pass "gccgo" to types.SizesFor adds 1c4657a33cd PR libstdc++/88740 Print assertion messages to stderr adds ea4750fc778 i386: Add mask2 to builtin_description adds ca6770cd09c Fix vect-nop-move.c test adds 0e814d1263f [arm] Further fixes for PR88469 adds 55d483b8b11 2019-01-22 Sandra Loosemore sandra@codesourcery.com adds 2e9ceebcd76 2019-01-22 Sandra Loosemore sandra@codesourcery.com adds 4348a41f0bc 2019-01-22 Harald Anlauf anlauf@gmx.de adds cefe3839e7a PR target/87064 * config/rs6000/vsx.md (*vsx_reduc_<VEC_r [...] adds f840847c0d6 PR middle-end/88968 * gimplify.c (gimplify_omp_atomic): H [...] adds 849c3260d33 PR target/88965 * config/rs6000/rs6000.c: Include tree-vr [...] adds e823a10e1f0 d/dmd: Merge dmd upstream e21c07e84 adds c4851c82eb6 2018-01-22 Steve Ellcey sellcey@marvell.com adds 0809454ab3b Fix -fsplit-paths documentation adds f869d3bd3eb Daily bump. adds 8eacaaff729 gcc/testsuite/ChangeLog:
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 + MAINTAINERS | 1 + gcc/ChangeLog | 193 + gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 6 + gcc/c-family/c-omp.c | 7 +- gcc/c-family/c-warn.c | 60 +- gcc/cfgcleanup.c | 12 +- gcc/config/arm/arm.c | 32 +- gcc/config/i386/adxintrin.h | 4 +- gcc/config/i386/clflushoptintrin.h | 4 +- gcc/config/i386/clwbintrin.h | 4 +- gcc/config/i386/fxsrintrin.h | 6 +- gcc/config/i386/i386-builtin.def | 5757 ++++++++++---------- gcc/config/i386/i386.c | 594 +- gcc/config/i386/immintrin.h | 24 + gcc/config/i386/pkuintrin.h | 4 +- gcc/config/i386/prfchwintrin.h | 4 +- gcc/config/i386/rdseedintrin.h | 4 +- gcc/config/i386/wbnoinvdintrin.h | 4 +- gcc/config/i386/x86intrin.h | 28 - gcc/config/i386/xsavecintrin.h | 4 +- gcc/config/i386/xsaveintrin.h | 6 +- gcc/config/i386/xsaveoptintrin.h | 6 +- gcc/config/i386/xsavesintrin.h | 4 +- gcc/config/rs6000/predicates.md | 13 +- gcc/config/rs6000/rs6000-protos.h | 1 + gcc/config/rs6000/rs6000.c | 137 +- gcc/config/rs6000/rs6000.h | 10 + gcc/config/rs6000/rs6000.md | 204 +- gcc/config/rs6000/vsx.md | 2 +- gcc/config/sparc/sparc.c | 28 +- gcc/cp/ChangeLog | 11 + gcc/cp/optimize.c | 21 +- gcc/cp/typeck.c | 4 +- gcc/d/ChangeLog | 4 + gcc/d/d-frontend.cc | 2 +- gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/compiler.h | 3 +- gcc/d/dmd/constfold.c | 27 +- gcc/d/dmd/ctfe.h | 9 +- gcc/d/dmd/ctfeexpr.c | 78 +- gcc/d/dmd/dinterpret.c | 598 +- gcc/d/dmd/dsymbol.c | 18 +- gcc/d/dmd/expression.c | 19 +- gcc/d/dmd/expression.h | 6 +- gcc/d/dmd/expressionsem.c | 6 +- gcc/d/dmd/idgen.c | 3 + gcc/d/dmd/initsem.c | 11 +- gcc/d/dmd/mtype.c | 14 +- gcc/d/dmd/parse.c | 2 +- gcc/d/dmd/traits.c | 3 +- gcc/doc/extend.texi | 91 + gcc/doc/install.texi | 21 + gcc/doc/invoke.texi | 41 +- gcc/doc/md.texi | 94 + gcc/expr.c | 17 +- gcc/fortran/ChangeLog | 8 +- gcc/fortran/trans-expr.c | 96 +- gcc/gimplify.c | 33 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/import-archive.cc | 1 + gcc/graphite-scop-detection.c | 4 + gcc/hash-map-tests.c | 20 + gcc/optabs.c | 30 +- gcc/testsuite/ChangeLog | 167 + .../c-c++-common/Waddress-of-packed-member-1.c | 55 + gcc/testsuite/c-c++-common/Warray-bounds-2.c | 25 +- gcc/testsuite/c-c++-common/Warray-bounds-3.c | 2 +- gcc/testsuite/c-c++-common/Wrestrict-2.c | 24 +- gcc/testsuite/c-c++-common/Wrestrict.c | 13 +- gcc/testsuite/c-c++-common/gomp/atomic-23.c | 47 + gcc/testsuite/c-c++-common/gomp/pr60823-1.c | 2 +- gcc/testsuite/c-c++-common/gomp/pr60823-3.c | 2 +- gcc/testsuite/g++.dg/asan/pr88901.C | 13 + gcc/testsuite/g++.dg/cpp0x/pr86397-1.C | 1 + gcc/testsuite/g++.dg/cpp0x/pr86397-2.C | 1 + gcc/testsuite/g++.dg/gomp/declare-simd-1.C | 14 +- gcc/testsuite/g++.dg/gomp/declare-simd-3.C | 8 +- gcc/testsuite/g++.dg/gomp/declare-simd-4.C | 6 +- gcc/testsuite/g++.dg/gomp/declare-simd-7.C | 8 +- gcc/testsuite/g++.dg/gomp/pr88182.C | 2 +- gcc/testsuite/g++.dg/gomp/pr88949.C | 23 + gcc/testsuite/g++.dg/init/new39.C | 2 +- gcc/testsuite/g++.dg/lto/pr87906_0.C | 1 + gcc/testsuite/g++.dg/vec-init-1.C | 1 + gcc/testsuite/g++.dg/vect/simd-clone-7.cc | 3 +- gcc/testsuite/gcc.c-torture/execute/pr88904.c | 38 + gcc/testsuite/gcc.dg/gomp/declare-simd-1.c | 14 +- gcc/testsuite/gcc.dg/gomp/declare-simd-3.c | 4 +- gcc/testsuite/gcc.dg/gomp/pr59669-2.c | 2 +- gcc/testsuite/gcc.dg/gomp/pr87895-1.c | 2 +- gcc/testsuite/gcc.dg/gomp/simd-clones-2.c | 4 +- gcc/testsuite/gcc.dg/pr87793.c | 1 + gcc/testsuite/gcc.dg/pr88905.c | 21 + gcc/testsuite/gcc.dg/pr88928.c | 6 + gcc/testsuite/gcc.dg/utf-array.c | 6 +- gcc/testsuite/gcc.dg/vect/pr88903-1.c | 6 +- gcc/testsuite/gcc.dg/vect/vect-nop-move.c | 3 - gcc/testsuite/gcc.target/arm/aapcs/bitfield1.c | 24 + gcc/testsuite/gcc.target/arm/aapcs/bitfield2.c | 26 + gcc/testsuite/gcc.target/arm/aapcs/bitfield3.c | 26 + .../gcc.target/arm/aapcs/overalign_rec1.c | 27 + .../gcc.target/arm/aapcs/overalign_rec2.c | 25 + .../gcc.target/arm/aapcs/overalign_rec3.c | 28 + gcc/testsuite/gcc.target/i386/pr86334.c | 21 + gcc/testsuite/gcc.target/i386/pr88906.c | 21 + gcc/testsuite/gcc.target/i386/pr88938.c | 5 + gcc/testsuite/gcc.target/i386/pr88954-1.c | 15 + gcc/testsuite/gcc.target/i386/pr88954-2.c | 16 + gcc/testsuite/gcc.target/powerpc/pr88965.c | 19 + gcc/testsuite/gdc.test/compilable/cppmangle.d | 21 + gcc/testsuite/gfortran.dg/array_function_5.f90 | 2 +- gcc/testsuite/gfortran.dg/block_16.f08 | 2 +- gcc/testsuite/gfortran.dg/class_66.f90 | 2 +- gcc/testsuite/gfortran.dg/debug/pr35154-stabs.f | 2 +- gcc/testsuite/gfortran.dg/dec_d_lines_3.f | 4 +- gcc/testsuite/gfortran.dg/dec_structure_12.f90 | 2 +- gcc/testsuite/gfortran.dg/dec_structure_14.f90 | 2 +- gcc/testsuite/gfortran.dg/dec_structure_15.f90 | 2 +- .../gfortran.dg/deferred_character_31.f90 | 2 +- gcc/testsuite/gfortran.dg/dtio_31.f03 | 2 +- gcc/testsuite/gfortran.dg/dtio_32.f03 | 2 +- gcc/testsuite/gfortran.dg/extends_11.f03 | 2 +- gcc/testsuite/gfortran.dg/gomp/declare-simd-2.f90 | 4 +- gcc/testsuite/gfortran.dg/gomp/pr79154-1.f90 | 4 +- gcc/testsuite/gfortran.dg/gomp/pr83977.f90 | 2 +- gcc/testsuite/gfortran.dg/integer_plus.f90 | 2 +- gcc/testsuite/gfortran.dg/matmul_const.f90 | 2 +- gcc/testsuite/gfortran.dg/namelist_96.f90 | 2 +- .../{newunit_5.f90.f90 => newunit_5.f90} | 2 +- gcc/testsuite/gfortran.dg/pdt_25.f03 | 2 +- gcc/testsuite/gfortran.dg/pdt_28.f03 | 2 +- gcc/testsuite/gfortran.dg/power_8.f90 | 64 + gcc/testsuite/gfortran.dg/pr58968.f | 2 +- gcc/testsuite/gfortran.dg/pr78259.f90 | 2 +- gcc/testsuite/gfortran.dg/pr88934.f90 | 23 + gcc/testsuite/gfortran.dg/spread_simplify_1.f90 | 2 +- gcc/testsuite/gfortran.dg/vect/vect-2.f90 | 2 +- gcc/tree-ssa-loop-niter.c | 2 + gcc/tree-vect-loop.c | 14 +- gcc/tree-vect-slp.c | 16 +- gcc/tree-vect-stmts.c | 11 +- libgo/Makefile.am | 2 +- libgo/Makefile.in | 2 +- .../x/tools/go/analysis/passes/cgocall/cgocall.go | 2 +- .../x/tools/go/analysis/passes/printf/types.go | 2 +- .../x/tools/go/analysis/passes/shift/shift.go | 2 +- .../x/tools/go/analysis/unitchecker/unitchecker.go | 2 +- libgo/go/internal/cpu/cpu_arm.go | 33 + libgo/go/internal/x/net/lif/syscall.go | 14 +- .../lif/{zsys_solaris_amd64.go => zsys_solaris.go} | 8 +- libgo/go/runtime/os_linux_arm.go | 6 + libgo/go/runtime/signal_unix.go | 5 +- libgo/runtime/go-libmain.c | 122 + libiberty/ChangeLog | 11 + libiberty/simple-object.c | 6 +- libiberty/splay-tree.c | 2 + libstdc++-v3/ChangeLog | 102 + libstdc++-v3/include/backward/hash_map | 4 +- libstdc++-v3/include/backward/hash_set | 4 +- libstdc++-v3/include/backward/hashtable.h | 2 +- libstdc++-v3/include/bits/alloc_traits.h | 8 +- libstdc++-v3/include/bits/basic_string.h | 4 +- libstdc++-v3/include/bits/char_traits.h | 13 + libstdc++-v3/include/bits/forward_list.h | 2 +- libstdc++-v3/include/bits/hashtable.h | 2 +- libstdc++-v3/include/bits/regex.h | 2 +- libstdc++-v3/include/bits/stl_deque.h | 2 +- libstdc++-v3/include/bits/stl_list.h | 2 +- libstdc++-v3/include/bits/stl_map.h | 2 +- libstdc++-v3/include/bits/stl_multimap.h | 2 +- libstdc++-v3/include/bits/stl_multiset.h | 2 +- libstdc++-v3/include/bits/stl_queue.h | 4 +- libstdc++-v3/include/bits/stl_set.h | 2 +- libstdc++-v3/include/bits/stl_stack.h | 2 +- libstdc++-v3/include/bits/stl_tree.h | 2 +- libstdc++-v3/include/bits/stl_vector.h | 2 +- libstdc++-v3/include/bits/unordered_map.h | 4 +- libstdc++-v3/include/bits/unordered_set.h | 4 +- libstdc++-v3/include/debug/array | 4 +- libstdc++-v3/include/experimental/any | 2 +- libstdc++-v3/include/experimental/bits/fs_path.h | 2 +- libstdc++-v3/include/experimental/internet | 6 +- libstdc++-v3/include/experimental/memory_resource | 4 +- libstdc++-v3/include/experimental/string_view | 2 +- libstdc++-v3/include/ext/alloc_traits.h | 2 +- libstdc++-v3/include/ext/array_allocator.h | 2 +- libstdc++-v3/include/ext/bitmap_allocator.h | 6 +- libstdc++-v3/include/ext/debug_allocator.h | 4 +- libstdc++-v3/include/ext/extptr_allocator.h | 2 +- libstdc++-v3/include/ext/mt_allocator.h | 4 +- libstdc++-v3/include/ext/new_allocator.h | 2 +- .../pb_ds/detail/bin_search_tree_/info_fn_imps.hpp | 1 + .../ext/pb_ds/detail/binary_heap_/binary_heap_.hpp | 2 +- .../ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp | 1 + .../pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp | 2 +- .../detail/cc_hash_table_map_/info_fn_imps.hpp | 1 + .../detail/cc_hash_table_map_/size_fn_imps.hpp | 1 + .../pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp | 2 +- .../detail/gp_hash_table_map_/info_fn_imps.hpp | 1 + .../left_child_next_sibling_heap_/info_fn_imps.hpp | 1 + .../left_child_next_sibling_heap_.hpp | 2 +- .../pb_ds/detail/list_update_map_/info_fn_imps.hpp | 1 + .../ext/pb_ds/detail/list_update_map_/lu_map_.hpp | 2 +- .../ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp | 1 + .../ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp | 2 +- .../ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp | 1 + .../ext/pb_ds/detail/pat_trie_/pat_trie_.hpp | 4 +- .../ext/pb_ds/detail/rc_binomial_heap_/rc.hpp | 4 +- .../include/ext/pb_ds/detail/tree_trace_base.hpp | 2 +- libstdc++-v3/include/ext/pb_ds/trie_policy.hpp | 2 +- libstdc++-v3/include/ext/pool_allocator.h | 4 +- libstdc++-v3/include/ext/rope | 2 +- libstdc++-v3/include/ext/slist | 2 +- libstdc++-v3/include/ext/throw_allocator.h | 2 +- libstdc++-v3/include/ext/vstring.h | 2 +- libstdc++-v3/include/profile/array | 2 +- libstdc++-v3/include/std/array | 2 +- libstdc++-v3/include/std/future | 4 +- libstdc++-v3/include/std/scoped_allocator | 4 +- libstdc++-v3/include/tr1/array | 2 +- libstdc++-v3/include/tr1/hashtable.h | 2 +- libstdc++-v3/include/tr1/regex | 2 +- libstdc++-v3/include/tr2/dynamic_bitset | 2 +- libstdc++-v3/libsupc++/eh_alloc.cc | 2 +- libstdc++-v3/libsupc++/new | 20 +- libstdc++-v3/testsuite/util/testsuite_hooks.h | 11 +- zlib/ChangeLog.gcj | 8 + zlib/Makefile.am | 4 +- zlib/Makefile.in | 23 +- zlib/configure | 60 +- zlib/configure.ac | 11 - 233 files changed, 5913 insertions(+), 4180 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Waddress-of-packed-member-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/atomic-23.c create mode 100644 gcc/testsuite/g++.dg/asan/pr88901.C create mode 100644 gcc/testsuite/g++.dg/gomp/pr88949.C create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr88904.c create mode 100644 gcc/testsuite/gcc.dg/pr88905.c create mode 100644 gcc/testsuite/gcc.dg/pr88928.c create mode 100644 gcc/testsuite/gcc.target/arm/aapcs/bitfield1.c create mode 100644 gcc/testsuite/gcc.target/arm/aapcs/bitfield2.c create mode 100644 gcc/testsuite/gcc.target/arm/aapcs/bitfield3.c create mode 100644 gcc/testsuite/gcc.target/arm/aapcs/overalign_rec1.c create mode 100644 gcc/testsuite/gcc.target/arm/aapcs/overalign_rec2.c create mode 100644 gcc/testsuite/gcc.target/arm/aapcs/overalign_rec3.c create mode 100644 gcc/testsuite/gcc.target/i386/pr86334.c create mode 100644 gcc/testsuite/gcc.target/i386/pr88906.c create mode 100644 gcc/testsuite/gcc.target/i386/pr88938.c create mode 100644 gcc/testsuite/gcc.target/i386/pr88954-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr88954-2.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr88965.c rename gcc/testsuite/gfortran.dg/{newunit_5.f90.f90 => newunit_5.f90} (96%) create mode 100644 gcc/testsuite/gfortran.dg/power_8.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr88934.f90 create mode 100644 libgo/go/internal/cpu/cpu_arm.go rename libgo/go/internal/x/net/lif/{zsys_solaris_amd64.go => zsys_solaris.go} (95%)