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/gcc.
from b3c6902344c combine: Don't make an intermediate reg for assigning to sf [...] adds e409716d62a Update most of libquadmath/math/ from glibc, automate updat [...] adds 5469ef29937 gcc: xtensa: don't force PIC for uclinux target adds 3a196429759 Daily bump. adds aacb9bddd52 gcc/ 2018-11-06 Wei Xiao wei3.xiao@intel.com adds f21023fe45b gOlogy: fix debug binds in auto-inc-dec adds 05fe0fbf58f 2018-11-06 Richard Biener rguenther@suse.de adds f5824ad5081 PR ada/81878 Revert 2018-10-29 Tamar Christina <tamar. [...] adds 28fd908b326 S/390: Fix PR87723 adds 686759849b8 2018-11-06 Richard Biener rguenther@suse.de adds 2eb71ed5e63 * tree.c (free_lang_data): Reset overwite_assembler_name, [...] adds d8c4fc30e19 * gcc.dg/lto/tbaa-1.c: New testcase. adds f25b46aa2a2 Cherry-pick Solaris sanitizer fixes (PR sanitizer/80953) adds f1bd24fe7c2 Enable libsanitizer on Solaris (PR sanitizer/80953) adds 6bfaa2c34c0 * tree.c (fld_simplified_type_of): Clear TYPELESS_STORAGE flag. adds 17d59cccbcf 2018-11-06 Jozef Lawrynowicz jozef.l@mittosystems.com adds 3a97c15d33b 2018-11-06 Richard Biener rguenther@suse.de adds 7d136f71bc7 * ipa-pure-const.c (check_decl): Do not test TYPE_NEEDS_CO [...] adds 2e51c6a2914 2018-11-06 Chung-Lin Tang cltang@codesourcery.com adds f4e8d270953 S/390: Accept cdb in load-and-test-fp-1 testcase adds 42f42ed13a9 S/390: Introduce relative_long attribute adds e4ab4c64145 * tree.c (fld_type_variant): Also copy alignment; be sure [...] adds 521c7eaf2b7 Fix D compilation on Solaris adds c4bd9019a01 * tree.c (fld_simplified_type_name): Break out form ... ( [...] adds 1ff58be654e 2018-11-06 Richard Biener rguenther@suse.de adds 1ce555a208b aarch64 - Set the mode for the unspec in speculation_tracker insn. adds b6b331448e9 2018-11-06 John Bytheway jbytheway@gmail.com adds c46e445b08c 2018-11-06 Aaron Sawdey acsawdey@linux.ibm.com adds 76b49a0858e Implement std::pmr::unsynchronized_pool_resource
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 188 ++++ gcc/DATESTAMP | 2 +- gcc/auto-inc-dec.c | 128 ++- gcc/config.gcc | 2 + gcc/config/aarch64/aarch64.md | 2 +- gcc/config/default-d.c | 1 + gcc/config/i386/avx512fintrin.h | 321 +++--- gcc/config/i386/avx512vlintrin.h | 168 ++-- gcc/config/i386/i386-builtin-types.def | 33 +- gcc/config/i386/i386-builtin.def | 40 +- gcc/config/i386/i386.c | 35 +- gcc/config/i386/sol2.h | 7 + gcc/config/i386/sse.md | 72 +- gcc/config/i386/subst.md | 14 +- gcc/config/msp430/msp430.h | 11 +- gcc/config/rs6000/rs6000.md | 14 +- gcc/config/s390/s390.md | 96 +- gcc/config/{glibc-d.c => sol2-d.c} | 33 +- gcc/config/sol2.h | 33 + gcc/config/sparc/sol2.h | 7 +- gcc/config/sparc/sparc.c | 12 + gcc/config/t-sol2 | 7 +- gcc/config/xtensa/uclinux.h | 4 +- gcc/ipa-pure-const.c | 2 +- gcc/lto-streamer-out.c | 1 - gcc/simplify-rtx.c | 32 + gcc/testsuite/ChangeLog | 54 ++ .../c-c++-common/asan/alloca_loop_unpoisoning.c | 3 +- gcc/testsuite/gcc.dg/lto/tbaa-1.c | 41 + gcc/testsuite/gcc.dg/pr87894.c | 26 + gcc/testsuite/gcc.target/i386/avx-1.c | 41 +- .../gcc.target/i386/avx512f-vfixupimmpd-1.c | 8 +- .../gcc.target/i386/avx512f-vfixupimmpd-2.c | 4 +- .../gcc.target/i386/avx512f-vfixupimmps-1.c | 8 +- .../gcc.target/i386/avx512f-vfixupimmps-2.c | 4 +- .../gcc.target/i386/avx512f-vfixupimmsd-1.c | 8 +- .../gcc.target/i386/avx512f-vfixupimmsd-2.c | 4 +- .../gcc.target/i386/avx512f-vfixupimmss-1.c | 8 +- .../gcc.target/i386/avx512f-vfixupimmss-2.c | 4 +- .../gcc.target/i386/avx512vl-vfixupimmpd-1.c | 8 +- .../gcc.target/i386/avx512vl-vfixupimmps-1.c | 8 +- gcc/testsuite/gcc.target/i386/pr18041-1.c | 13 + gcc/testsuite/gcc.target/i386/pr18041-2.c | 14 + gcc/testsuite/gcc.target/i386/sse-13.c | 41 +- gcc/testsuite/gcc.target/i386/sse-14.c | 12 +- gcc/testsuite/gcc.target/i386/sse-22.c | 12 +- gcc/testsuite/gcc.target/i386/sse-23.c | 41 +- gcc/testsuite/gcc.target/i386/testimm-10.c | 16 +- gcc/testsuite/gcc.target/i386/testround-1.c | 32 +- gcc/testsuite/gcc.target/msp430/special-regs.c | 16 + gcc/testsuite/gcc.target/s390/load-and-test-fp-1.c | 2 +- gcc/testsuite/gcc.target/s390/pr87723.c | 29 + gcc/tree-streamer-in.c | 1 - gcc/tree-streamer-out.c | 1 - gcc/tree-vect-loop-manip.c | 3 +- gcc/tree-vect-slp.c | 4 +- gcc/tree.c | 45 +- gcc/vec.h | 2 +- gnattools/ChangeLog | 16 + gnattools/Makefile.in | 13 +- libgomp/ChangeLog | 78 ++ libgomp/libgomp.map | 34 + libgomp/oacc-mem.c | 142 ++- libgomp/openacc.f90 | 422 ++++++++ libgomp/openacc.h | 10 + libgomp/openacc_lib.h | 156 +++ .../{lib-12.c => lib-94.c} | 9 +- .../{lib-66.c => lib-95.c} | 27 +- .../{lib-15.f90 => lib-16.f90} | 13 +- libquadmath/ChangeLog | 56 ++ libquadmath/Makefile.am | 4 +- libquadmath/Makefile.in | 125 ++- libquadmath/libquadmath.texi | 2 + libquadmath/math/acoshq.c | 24 +- libquadmath/math/acosq.c | 18 +- libquadmath/math/asinhq.c | 20 +- libquadmath/math/asinq.c | 20 +- libquadmath/math/atan2q.c | 24 +- libquadmath/math/atanhq.c | 15 +- libquadmath/math/atanq.c | 13 +- libquadmath/math/cacoshq.c | 61 +- libquadmath/math/cacosq.c | 37 +- libquadmath/math/casinhq.c | 34 +- libquadmath/math/casinhq_kernel.c | 202 ++++ libquadmath/math/casinq.c | 12 +- libquadmath/math/catanhq.c | 92 +- libquadmath/math/catanq.c | 95 +- libquadmath/math/cbrtq.c | 7 +- libquadmath/math/ccoshq.c | 56 +- libquadmath/math/ceilq.c | 18 +- libquadmath/math/cexpq.c | 57 +- libquadmath/math/cimagq.c | 9 +- libquadmath/math/clog10q.c | 57 +- libquadmath/math/clogq.c | 51 +- libquadmath/math/conjq.c | 9 +- libquadmath/math/copysignq.c | 28 +- libquadmath/math/coshq.c | 34 +- libquadmath/math/cosq.c | 13 +- libquadmath/math/cosq_kernel.c | 35 +- libquadmath/math/cprojq.c | 16 +- libquadmath/math/crealq.c | 9 +- libquadmath/math/csinhq.c | 54 +- libquadmath/math/csinq.c | 52 +- libquadmath/math/csqrtq.c | 69 +- libquadmath/math/ctanhq.c | 45 +- libquadmath/math/ctanq.c | 47 +- libquadmath/math/erfq.c | 27 +- libquadmath/math/exp2q.c | 51 + libquadmath/math/expm1q.c | 23 +- libquadmath/math/expq.c | 1020 +------------------- libquadmath/math/{expq.c => expq_table.h} | 258 +---- libquadmath/math/fabsq.c | 21 +- libquadmath/math/fdimq.c | 24 +- libquadmath/math/finiteq.c | 19 +- libquadmath/math/floorq.c | 18 +- libquadmath/math/fmaxq.c | 17 +- libquadmath/math/fminq.c | 17 +- libquadmath/math/fmodq.c | 196 ++-- libquadmath/math/frexpq.c | 41 +- libquadmath/math/hypotq.c | 189 ++-- libquadmath/math/ilogbq.c | 33 +- libquadmath/math/isinf_nsq.c | 19 - libquadmath/math/isinfq.c | 19 +- libquadmath/math/isnanq.c | 26 +- libquadmath/math/issignalingq.c | 43 + libquadmath/math/j0q.c | 47 +- libquadmath/math/j1q.c | 50 +- libquadmath/math/jnq.c | 531 +++++----- libquadmath/math/ldexpq.c | 25 +- libquadmath/math/lgammaq.c | 151 +-- libquadmath/math/lgammaq_neg.c | 549 +++++++++++ libquadmath/math/lgammaq_product.c | 50 + libquadmath/math/llrintq.c | 21 +- libquadmath/math/llroundq.c | 23 +- libquadmath/math/log10q.c | 26 +- libquadmath/math/log1pq.c | 33 +- libquadmath/math/log2q.c | 25 +- libquadmath/math/logbq.c | 6 +- libquadmath/math/logq.c | 26 +- libquadmath/math/lrintq.c | 21 +- libquadmath/math/lroundq.c | 27 +- libquadmath/math/modfq.c | 19 +- libquadmath/math/nearbyintq.c | 25 +- libquadmath/math/nextafterq.c | 25 +- libquadmath/math/powq.c | 25 +- libquadmath/math/remainderq.c | 86 +- libquadmath/math/remquoq.c | 12 +- libquadmath/math/rintq.c | 15 +- libquadmath/math/roundq.c | 12 +- libquadmath/math/scalblnq.c | 14 +- libquadmath/math/scalbnq.c | 11 +- libquadmath/math/signbitq.c | 26 +- libquadmath/math/sincos_table.c | 11 +- libquadmath/math/sincosq.c | 10 +- libquadmath/math/sincosq_kernel.c | 44 +- libquadmath/math/sinhq.c | 38 +- libquadmath/math/sinq.c | 13 +- libquadmath/math/sinq_kernel.c | 27 +- libquadmath/math/tanhq.c | 32 +- libquadmath/math/tanq.c | 187 +--- libquadmath/math/{tanq.c => tanq_kernel.c} | 103 +- libquadmath/math/tgammaq.c | 214 +++- libquadmath/math/tgammaq_product.c | 43 + libquadmath/math/truncq.c | 10 +- libquadmath/math/x2y2m1q.c | 45 +- libquadmath/quadmath-imp.h | 109 ++- libquadmath/quadmath.h | 2 + libquadmath/quadmath.map | 6 + libquadmath/quadmath_weak.h | 2 + libquadmath/update-quadmath.py | 255 +++++ libsanitizer/ChangeLog | 18 + libsanitizer/configure.tgt | 4 + .../sanitizer_common/sanitizer_internal_defs.h | 1 + .../sanitizer_platform_limits_solaris.h | 3 +- .../sanitizer_common/sanitizer_procmaps_solaris.cc | 2 + libsanitizer/sanitizer_common/sanitizer_solaris.cc | 45 +- .../sanitizer_common/sanitizer_stacktrace.h | 2 +- .../sanitizer_common/sanitizer_stacktrace_sparc.cc | 5 +- libstdc++-v3/ChangeLog | 38 + libstdc++-v3/config/abi/pre/gnu.ver | 9 + libstdc++-v3/include/debug/safe_sequence.tcc | 3 + libstdc++-v3/include/std/memory_resource | 105 +- libstdc++-v3/src/c++17/Makefile.am | 5 + libstdc++-v3/src/c++17/Makefile.in | 5 + libstdc++-v3/src/c++17/memory_resource.cc | 786 ++++++++++++++- .../unsynchronized_pool_resource/allocate.cc | 155 +++ .../unsynchronized_pool_resource/is_equal.cc} | 17 +- .../options.cc} | 27 +- .../unsynchronized_pool_resource/release.cc | 113 +++ 189 files changed, 6807 insertions(+), 3847 deletions(-) copy gcc/config/{glibc-d.c => sol2-d.c} (58%) create mode 100644 gcc/testsuite/gcc.dg/lto/tbaa-1.c create mode 100644 gcc/testsuite/gcc.dg/pr87894.c create mode 100644 gcc/testsuite/gcc.target/i386/pr18041-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr18041-2.c create mode 100644 gcc/testsuite/gcc.target/msp430/special-regs.c create mode 100644 gcc/testsuite/gcc.target/s390/pr87723.c copy libgomp/testsuite/libgomp.oacc-c-c++-common/{lib-12.c => lib-94.c} (76%) copy libgomp/testsuite/libgomp.oacc-c-c++-common/{lib-66.c => lib-95.c} (58%) copy libgomp/testsuite/libgomp.oacc-fortran/{lib-15.f90 => lib-16.f90} (72%) create mode 100644 libquadmath/math/casinhq_kernel.c create mode 100644 libquadmath/math/exp2q.c copy libquadmath/math/{expq.c => expq_table.h} (92%) delete mode 100644 libquadmath/math/isinf_nsq.c create mode 100644 libquadmath/math/issignalingq.c create mode 100644 libquadmath/math/lgammaq_neg.c create mode 100644 libquadmath/math/lgammaq_product.c copy libquadmath/math/{tanq.c => tanq_kernel.c} (67%) create mode 100644 libquadmath/math/tgammaq_product.c create mode 100755 libquadmath/update-quadmath.py create mode 100644 libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/all [...] copy libstdc++-v3/testsuite/{18_support/aligned_alloc/aligned_alloc.cc => 20_util/ [...] copy libstdc++-v3/testsuite/20_util/{function_objects/not_fn/87538.cc => unsynchro [...] create mode 100644 libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/release.cc