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-lts-allmodconfig in repository toolchain/ci/gcc.
from 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 adds 3081f59a482 Add myself to write after approval. new 2e94764fe22 [ARM] Add support for -mpure-code in thumb-1 (v6m) new c691da74aea * symtab.c (symtab_node::get_partitioning_class): Aliases [...]
The 2 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 | 4 + MAINTAINERS | 1 + gcc/ChangeLog | 74 ++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 10 +++ gcc/common/config/i386/i386-common.c | 10 +-- gcc/config/arm/arm-protos.h | 1 + gcc/config/arm/arm.c | 88 +++++++++++++++++++--- gcc/config/arm/arm.h | 8 +- gcc/config/arm/thumb1.md | 69 +++++++++++++++-- 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/cp/ChangeLog | 6 ++ gcc/cp/constexpr.c | 32 ++++---- gcc/doc/invoke.texi | 20 ++--- gcc/pretty-print.c | 48 ++++++++++++ gcc/pretty-print.h | 3 + gcc/symtab.c | 5 ++ gcc/testsuite/ChangeLog | 24 ++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-string2.C | 13 ++++ gcc/testsuite/gcc.target/arm/pr45701-1.c | 2 +- gcc/testsuite/gcc.target/arm/pr45701-2.c | 2 +- .../gcc.target/arm/pure-code/no-literal-pool.c | 14 +++- .../gcc.target/arm/pure-code/pure-code.exp | 9 +-- gcc/testsuite/gcc.target/arm/thumb1-Os-mult.c | 1 + 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 + 38 files changed, 593 insertions(+), 82 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