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-stable-allmodconfig in repository toolchain/ci/gcc.
from cf1db5c9a34 Intrinsic macro of vpshr* and vpshl* lack a closing parenth [...] adds 5a8754323d6 Add ChangeLog entries to relevant ChangeLog files for my la [...] adds 515dd04260c sra: Avoid verification failure (PR 93516) adds 519a33f954f c++: Fix thinko in enum_min_precision [PR61414] adds d8305a03b4f rtlanal: optimize costly division in rtx_cost adds 81fc552558f Fix problematic TLS sequences for the Solaris linker adds c26007ab172 Update .po files. adds 1d757b09508 Fix duplicates for anonymous structures with -fdump-ada-spec adds d6ee2e7c5a6 Document compatibility of aliases and their targets, correc [...] new 458c8d6459c PR 87488: Add --with-diagnostics-urls configuration option
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: ChangeLog | 6 + gcc/ChangeLog | 88 + gcc/c-family/ChangeLog | 17 + gcc/c-family/c-ada-spec.c | 138 +- gcc/config.in | 6 + gcc/config/sparc/sparc.c | 7 +- gcc/configure | 41 +- gcc/configure.ac | 28 + gcc/cp/ChangeLog | 3 + gcc/cp/class.c | 2 +- gcc/diagnostic-color.c | 101 +- gcc/diagnostic-url.h | 18 +- gcc/diagnostic.c | 21 +- gcc/doc/extend.texi | 63 +- gcc/doc/install.texi | 15 +- gcc/doc/invoke.texi | 39 +- gcc/po/ChangeLog | 6 + gcc/po/be.po | 39608 ++++++++++++---------- gcc/po/da.po | 46027 ++++++++++++++------------ gcc/po/de.po | 42799 +++++++++++++----------- gcc/po/el.po | 43448 ++++++++++++------------ gcc/po/es.po | 40625 +++++++++++++---------- gcc/po/fi.po | 48258 ++++++++++++++------------- gcc/po/fr.po | 42812 +++++++++++++----------- gcc/po/hr.po | 36840 +++++++++++---------- gcc/po/id.po | 53369 ++++++++++++++++-------------- gcc/po/ja.po | 52027 +++++++++++++++-------------- gcc/po/nl.po | 45955 +++++++++++++------------ gcc/po/ru.po | 43218 +++++++++++++----------- gcc/po/sr.po | 52527 +++++++++++++++-------------- gcc/po/sv.po | 42799 +++++++++++++----------- gcc/po/tr.po | 53097 +++++++++++++++-------------- gcc/po/uk.po | 41799 ++++++++++++----------- gcc/po/vi.po | 42259 ++++++++++++----------- gcc/po/zh_CN.po | 53210 +++++++++++++++-------------- gcc/po/zh_TW.po | 51675 ++++++++++++++++------------- gcc/pretty-print.c | 44 +- gcc/pretty-print.h | 5 +- gcc/rtlanal.c | 21 +- gcc/testsuite/ChangeLog | 19 + gcc/testsuite/g++.dg/cpp0x/enum39.C | 15 + gcc/testsuite/g++.dg/tree-ssa/pr93516.C | 24 + gcc/tree-sra.c | 31 +- libcpp/po/ChangeLog | 6 + libcpp/po/be.po | 395 +- libcpp/po/ca.po | 414 +- libcpp/po/da.po | 411 +- libcpp/po/de.po | 414 +- libcpp/po/el.po | 396 +- libcpp/po/eo.po | 411 +- libcpp/po/es.po | 411 +- libcpp/po/fi.po | 413 +- libcpp/po/fr.po | 412 +- libcpp/po/id.po | 409 +- libcpp/po/ja.po | 409 +- libcpp/po/nl.po | 412 +- libcpp/po/pt_BR.po | 414 +- libcpp/po/ru.po | 411 +- libcpp/po/sr.po | 411 +- libcpp/po/sv.po | 411 +- libcpp/po/tr.po | 409 +- libcpp/po/uk.po | 416 +- libcpp/po/vi.po | 411 +- libcpp/po/zh_CN.po | 409 +- libcpp/po/zh_TW.po | 419 +- 65 files changed, 478749 insertions(+), 402985 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/enum39.C create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr93516.C