This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/gcc.
from 4a206161072 libgomp/plugin/plugin-gcn.c: Use -foffload-options= in err msg adds c2e846b539b c++: use %D more adds c8df7208864 c++: optimize reshape_init adds a733dea9e7c c++: wrong parse with functors [PR64679] adds 1cd3faf5ddd c-family: Tweak -Woverflow diagnostic adds 8a98e3ff7e8 c++: ICE during aggr CTAD for member tmpl [PR105476] adds a47ab705c2c c++: alias CTAD refactoring [PR104470] adds ae90c2d0f9b libsanitizer: cherry-pick commit f52e365092aa from upstream adds 3e7db517472 Daily bump. adds b9b764bce89 MAINTAINERS: Add myself as PowerPC port co-maintainer adds 938a02a589d tree-optimization/104595 - vectorization of COND_EXPR with [...] adds e1a41143a2e tree-optimization/105484 - VEC_SET and EH adds 000f4480005 testsuite/105486 - adjust testcase to avoid misaligned accesses adds c2a0d2e6f63 rewrite undefined overflow to defined in ifcombine adds f1d8a2d9bc3 Embed real_value into REAL_CST adds 8996894d00f libsanitizer: merge from master (75f9e83ace52773af65dcebca5 [...] adds 45e69f7f38c libsanitizer: Apply local patches adds 7ec6fed1e81 libsanitizer: update LOCAL_PATCHES. adds 92fff39f064 [Committed] PR testsuite/105486: Use "signed char" in gcc.d [...] adds ee1cb43bc76 tree-optimization/104162 - CSE of &MEM[ptr].a[i] and ptr + CST adds 4b03970c423 Remove sanity checking in stream_out_histogram_value. adds 6c53cf2e595 profile: Unify identifier names for profiling adds 880456ed99d Remove loop-incremented dead code. new 982fd4cd765 Regenerate gcc.pot
The 1 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: MAINTAINERS | 4 +- gcc/ChangeLog | 54 + gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 + gcc/c-family/c-warn.cc | 16 +- gcc/cp/ChangeLog | 55 + gcc/cp/decl.cc | 8 +- gcc/cp/error.cc | 29 +- gcc/cp/module.cc | 4 +- gcc/cp/parser.cc | 25 +- gcc/cp/pt.cc | 110 +- gcc/genautomata.cc | 21 +- gcc/gimple-isel.cc | 19 +- gcc/graphite-poly.cc | 10 - gcc/lto-wrapper.cc | 7 +- gcc/po/gcc.pot | 9741 ++++++++++---------- gcc/testsuite/ChangeLog | 49 + gcc/testsuite/c-c++-common/Wconversion-1.c | 14 + .../g++.dg/cpp2a/class-deduction-aggr13.C | 11 + .../g++.dg/cpp2a/class-deduction-aggr13a.C | 18 + gcc/testsuite/g++.dg/parse/functor1.C | 22 + gcc/testsuite/gcc.dg/asan/pr99673.c | 4 +- gcc/testsuite/gcc.dg/pr102950.c | 4 +- gcc/testsuite/gcc.dg/torture/pr105484.c | 15 + gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-99.c | 27 + gcc/testsuite/gcc.dg/vect/bb-slp-pr104240.c | 3 + gcc/testsuite/gcc.dg/vect/pr104595.c | 24 + gcc/tree-core.h | 2 +- gcc/tree-profile.cc | 16 +- gcc/tree-ssa-ifcombine.cc | 29 + gcc/tree-ssa-sccvn.cc | 66 +- gcc/tree-streamer-in.cc | 5 +- gcc/tree-switch-conversion.cc | 10 +- gcc/tree-vect-patterns.cc | 16 +- gcc/tree.cc | 6 +- gcc/tree.h | 2 +- gcc/value-prof.cc | 12 - include/ChangeLog | 5 + libcpp/po/ChangeLog | 4 + libgomp/ChangeLog | 8 + libsanitizer/ChangeLog | 15 + libsanitizer/LOCAL_PATCHES | 3 +- libsanitizer/MERGE | 2 +- .../sanitizer_common/sanitizer_internal_defs.h | 6 +- libsanitizer/sanitizer_common/sanitizer_linux.cpp | 4 +- .../sanitizer_platform_limits_posix.cpp | 4 + libsanitizer/tsan/tsan_shadow.h | 11 +- libstdc++-v3/ChangeLog | 22 + lto-plugin/ChangeLog | 9 + 49 files changed, 5550 insertions(+), 5008 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wconversion-1.c create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr13.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr13a.C create mode 100644 gcc/testsuite/g++.dg/parse/functor1.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr105484.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-99.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr104595.c