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-mainline-defconfig in repository toolchain/ci/gcc.
from 02f0213ed94 [Ada] Suppress unused warnings in the presence of errors adds 84d7f8c57b1 MSP430: Add new msp430-elfbare target adds a6d78b52f7a rs6000: Use symbolic names for the CR fields in more cases adds 1d858c08136 Add pp_write_text_as_html_like_dot_to_stream adds b82dc579862 PR middle-end/92952 - gfortran.dg/lto/pr87689 FAILs at -O2 adds 8357387ae0e PR c++/91165 - verify_gimple ICE with cached constexpr. adds b1e6e489b54 Daily bump. adds 832e1bf09ad Use add for a = a + b and a = b + a when possible. Since ex [...] adds 2a7ce910893 Add abs pattern to handle {si,di} mode abs to avoid pmax/cm [...] adds c46fecbcadb PR target/92962 * common/config/i386/i386-common.c (proce [...]
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 4 ++ contrib/config-list.mk | 2 +- gcc/ChangeLog | 56 ++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 10 +++++ gcc/common/config/i386/i386-common.c | 10 ++--- gcc/config.gcc | 14 ++++++- gcc/config/i386/i386.c | 27 ++++++++----- gcc/config/i386/i386.h | 2 + gcc/config/i386/i386.md | 39 ++++++++++++++++++ gcc/config/i386/x86-tune.def | 7 ++++ gcc/config/msp430/msp430-devices.c | 17 +++++++- gcc/config/msp430/msp430.c | 10 +++++ gcc/config/msp430/t-msp430 | 2 +- gcc/config/rs6000/rs6000.md | 4 +- gcc/cp/ChangeLog | 6 +++ gcc/cp/constexpr.c | 32 +++++++-------- gcc/doc/install.texi | 16 +++++++- gcc/doc/invoke.texi | 21 +++++----- gcc/pretty-print.c | 48 ++++++++++++++++++++++ gcc/pretty-print.h | 3 ++ gcc/testsuite/ChangeLog | 17 ++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-string2.C | 13 ++++++ gcc/testsuite/g++.dg/init/dso_handle1.C | 1 + gcc/testsuite/g++.dg/init/dso_handle2.C | 1 + gcc/testsuite/g++.dg/other/cxa-atexit1.C | 1 + gcc/testsuite/gcc.target/i386/pr92651.c | 16 ++++++++ gcc/testsuite/gcc.target/i386/pr92807-1.c | 11 +++++ gcc/testsuite/gcc.target/msp430/msp430.exp | 8 ++-- libgcc/ChangeLog | 8 ++++ libgcc/config.host | 4 +- libgcc/configure | 9 +++++ libgcc/configure.ac | 8 ++++ 33 files changed, 377 insertions(+), 52 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-string2.C create mode 100644 gcc/testsuite/gcc.target/i386/pr92651.c create mode 100644 gcc/testsuite/gcc.target/i386/pr92807-1.c