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-release-aarch64-next-defconfig in repository toolchain/ci/gcc.
from b8c42b4d0a2 middle-end/90648 fend off builtin calls with not enough arg [...] adds 0f7b7aeb71d sel-sched: allow negative insn priority (PR 88879) adds f0a72494ea3 c++: Fix thinko in enum_min_precision [PR61414] adds c1379a1c645 Fix problematic TLS sequences for the Solaris linker adds 2d625a6d4bb Daily bump. new 49805533139 match.pd: Disallow side-effects in GENERIC for non-COND_EXP [...]
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: gcc/ChangeLog | 19 +++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/sparc/sparc.c | 7 ++----- gcc/cp/ChangeLog | 5 +++++ gcc/cp/class.c | 2 +- gcc/match.pd | 3 ++- gcc/sel-sched.c | 2 -- gcc/testsuite/ChangeLog | 12 ++++++++++++ gcc/testsuite/g++.dg/cpp0x/enum39.C | 15 +++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr93744-1.c | 14 ++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr93744-2.c | 21 +++++++++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr93744-3.c | 21 +++++++++++++++++++++ 12 files changed, 113 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/enum39.C create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr93744-1.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr93744-2.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr93744-3.c