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-allyesconfig in repository toolchain/ci/gcc.
from 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 [...] adds 3e1b818b7a6 libgomp/openacc.f90 – clean-up public/private attributes adds e7cbf9e45c0 Add clz and ctz for amdgcn adds 11675edaa44 Add extract_last for amdgcn adds 4ebc134c3d4 Add pointer to PR92772
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 60 ++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 10 +++++ gcc/common/config/i386/i386-common.c | 10 ++--- gcc/config/gcn/gcn-valu.md | 42 ++++++++++++++++++ gcc/config/gcn/gcn.h | 4 ++ gcc/config/gcn/gcn.md | 30 ++++++++++++- 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/rs6000/rs6000.md | 4 +- gcc/cp/ChangeLog | 6 +++ gcc/cp/constexpr.c | 32 +++++++------- gcc/doc/invoke.texi | 17 +++++--- gcc/pretty-print.c | 48 +++++++++++++++++++++ gcc/pretty-print.h | 3 ++ gcc/testsuite/ChangeLog | 14 ++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-string2.C | 13 ++++++ gcc/testsuite/gcc.target/i386/pr92651.c | 16 +++++++ gcc/testsuite/gcc.target/i386/pr92807-1.c | 11 +++++ gcc/testsuite/lib/target-supports.exp | 3 +- gcc/tree-vect-loop.c | 5 ++- libgomp/ChangeLog | 11 +++++ libgomp/config/accel/openacc.f90 | 18 +++++--- libgomp/openacc.f90 | 11 +++-- libgomp/openacc_lib.h | 3 ++ 27 files changed, 394 insertions(+), 54 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