This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check_bootstrap/master-aarch64-check_bootstrap_lto in repository toolchain/ci/gcc.
from 9e0d5db3e04 [Ada] Simplify regular expression that matches 8 consecutiv [...] adds 71c05bb8e2b analyzer: show close event for use_after_close diagnostic adds 3a6de2b2db5 analyzer: reorder initialization of state m_invalid in sm-f [...] adds acb696b792e analyzer: add testcase of using closed fd without warning. adds c785204735b d: Build the D sources in the front-end with -fno-exceptions adds 208fbc779c7 d: Merge upstream dmd 56589f0f4, druntime 651389b5, phobos [...] adds e46f4d7430c diagnostics: Honor #pragma GCC diagnostic in the preprocess [...] adds 2f0d819a81e Define 'OMP_REQUIRES_[...]', 'GOMP_REQUIRES_[...]' in a sin [...] adds 3f05e03d6cf Restore 'GOMP_offload_unregister_ver' functionality adds 4bc92c3bfab Daily bump. adds ee915c72da2 libsanitizer: Cherry-pick 5d8077565e41 from upstream adds 7922f5ee649 Mips: Fix the ASAN shadow offset hook for the n32 ABI adds e5a9d603178 Speed up LC SSA rewrite adds 1e1fdb729d9 Speed up LC SSA rewrite more adds c1b1c4e58bd testsuite: Fix incorrect -mfloat128-type option adds 8bc24394376 target/106219 - proprly mark builtins pure via ix86_add_new [...] adds 99831ceb872 Adjust 'libgomp.c-c++-common/requires-3.c' adds 5647e2c3853 Enhance 'libgomp.c-c++-common/requires-4.c', 'libgomp.c-c++ [...] adds 9ef714539cb Fix Intel MIC 'mkoffload' for OpenMP 'requires' adds 9fc61fc8da9 Speedup update-ssa some more adds d89fa97ff31 lto-plugin: use locking only for selected targets
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 10 + gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 171 ++++++ gcc/analyzer/ChangeLog | 22 + gcc/analyzer/sm-fd.cc | 20 +- gcc/c-family/ChangeLog | 40 ++ gcc/c-family/c-common.cc | 14 + gcc/c-family/c-common.h | 2 + gcc/c-family/c-ppoutput.cc | 78 ++- gcc/c-family/c-pragma.cc | 425 +++++++++++--- gcc/c-family/c-pragma.h | 13 +- gcc/config/gcn/mkoffload.cc | 8 +- gcc/config/i386/i386-builtins.cc | 2 + gcc/config/i386/intelmic-mkoffload.cc | 56 +- gcc/config/mips/mips.cc | 7 +- gcc/config/mips/mips.h | 7 - gcc/config/nvptx/mkoffload.cc | 8 +- gcc/cp/ChangeLog | 15 + gcc/cp/parser.cc | 89 ++- gcc/d/ChangeLog | 9 + gcc/d/Make-lang.in | 6 +- gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/cparse.d | 118 +++- gcc/d/dmd/dmodule.d | 2 +- gcc/d/dmd/expressionsem.d | 8 + gcc/d/dmd/globals.d | 2 +- gcc/d/dmd/globals.h | 2 +- gcc/d/dmd/hdrgen.d | 17 +- gcc/d/dmd/mtype.d | 15 +- gcc/d/dmd/tokens.d | 5 +- gcc/d/dmd/tokens.h | 1 + gcc/d/dmd/typesem.d | 9 +- gcc/omp-general.h | 8 +- gcc/testsuite/ChangeLog | 32 + gcc/testsuite/c-c++-common/pragma-diag-11.c | 13 + gcc/testsuite/c-c++-common/pragma-diag-12.c | 10 + gcc/testsuite/c-c++-common/pragma-diag-13.c | 4 + gcc/testsuite/g++.dg/pr106219.C | 31 + gcc/testsuite/gcc.dg/analyzer/fd-4.c | 14 +- .../gcc.target/powerpc/ppc-fortran/pr80108-1.f90 | 2 +- gcc/testsuite/gdc.test/compilable/test3004.d | 4 +- gcc/testsuite/gdc.test/compilable/vcg-ast.d | 3 + .../gdc.test/fail_compilation/diag_in_array.d | 20 + gcc/tree-into-ssa.cc | 36 +- gcc/tree-ssa-loop-manip.cc | 119 ++-- include/ChangeLog | 4 + include/gomp-constants.h | 3 +- libgomp/ChangeLog | 6 + libgomp/target.c | 34 +- libgomp/testsuite/lib/libgomp.exp | 5 + .../testsuite/libgomp.c-c++-common/requires-1.c | 2 +- .../testsuite/libgomp.c-c++-common/requires-3.c | 2 +- .../testsuite/libgomp.c-c++-common/requires-4.c | 21 +- .../testsuite/libgomp.c-c++-common/requires-5.c | 22 +- .../testsuite/libgomp.c-c++-common/requires-7.c | 2 +- libgomp/testsuite/libgomp.fortran/requires-1.f90 | 2 +- libphobos/ChangeLog | 5 + libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/core/internal/parseoptions.d | 17 + libphobos/libdruntime/core/thread/osthread.d | 9 + libphobos/libdruntime/rt/aApply.d | 108 +++- libphobos/libdruntime/rt/aApplyR.d | 71 ++- libphobos/libdruntime/rt/aaA.d | 39 +- libphobos/libdruntime/rt/arrayassign.d | 83 ++- libphobos/libdruntime/rt/lifetime.d | 378 ++++++++---- libphobos/src/MERGE | 2 +- libphobos/src/std/complex.d | 4 +- libphobos/src/std/file.d | 35 +- libphobos/src/std/math/exponential.d | 648 ++++++++++++--------- libsanitizer/sanitizer_common/sanitizer_linux.cpp | 17 +- libsanitizer/sanitizer_common/sanitizer_platform.h | 2 +- lto-plugin/config.h.in | 4 +- lto-plugin/configure | 21 +- lto-plugin/configure.ac | 17 +- lto-plugin/lto-plugin.c | 29 +- 75 files changed, 2290 insertions(+), 785 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pragma-diag-11.c create mode 100644 gcc/testsuite/c-c++-common/pragma-diag-12.c create mode 100644 gcc/testsuite/c-c++-common/pragma-diag-13.c create mode 100644 gcc/testsuite/g++.dg/pr106219.C create mode 100644 gcc/testsuite/gdc.test/fail_compilation/diag_in_array.d