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-arm-next-allnoconfig
in repository toolchain/gcc.
from 464a2fb2643 2018-10-24 Richard Biener <rguenther(a)suse.de>
adds d09a6c1d743 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-arm-stable-allnoconfig
in repository toolchain/binutils-gdb.
from 99575d4a79 Automatic date update in version.in
adds 232fe1c86e Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-allyesconfig
in repository toolchain/gcc.
from 239fe927701 combine: Don't do make_more_copies for dest PC (PR87720)
adds ef5aa226849 Daily bump.
adds 3acdf4ff03d PR fortran/87725 * openmp.c (gfc_match_omp_clauses): Pars [...]
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 9 ++++
gcc/fortran/openmp.c | 37 +++++++++----
gcc/testsuite/ChangeLog | 8 +++
.../c-c++-common/gomp/schedule-modifiers-1.c | 8 +--
.../gfortran.dg/gomp/schedule-modifiers-1.f90 | 63 ++++++++++++++++++++++
.../gfortran.dg/gomp/schedule-modifiers-2.f90 | 44 +++++++++++++++
7 files changed, 157 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/schedule-modifiers-1.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/schedule-modifiers-2.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-defconfig
in repository toolchain/gcc.
from 4304301540d 2018-10-24 Richard Biener <rguenther(a)suse.de>
adds c92a848eb08 PR c++/84851 - missing -Wclass-memaccess for a memcpy in a [...]
adds 810b24cd59b gcc/ChangeLog:
adds e9c536b036f PR c++/86288 * parser.c (cp_parser_std_attribute): Canoni [...]
adds b75be89021c [gcc] 2018-10-24 Michael Meissner <meissner(a)linux.ibm.com>
adds 54a5b8c760a gOlogy: do not change code in isolate-paths for warnings only
adds 239fe927701 combine: Don't do make_more_copies for dest PC (PR87720)
adds ef5aa226849 Daily bump.
new 3acdf4ff03d PR fortran/87725 * openmp.c (gfc_match_omp_clauses): Pars [...]
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 | 25 ++++++++
gcc/DATESTAMP | 2 +-
gcc/combine.c | 2 +
gcc/config/rs6000/rs6000.c | 73 ++++++++++++++++++++++
gcc/cp/ChangeLog | 12 ++++
gcc/cp/call.c | 9 ---
gcc/cp/parser.c | 11 +++-
gcc/doc/extend.texi | 16 +++--
gcc/fortran/ChangeLog | 9 +++
gcc/fortran/openmp.c | 37 ++++++++---
gcc/gimple-ssa-isolate-paths.c | 17 +++--
gcc/testsuite/ChangeLog | 25 ++++++++
.../c-c++-common/gomp/schedule-modifiers-1.c | 8 +--
gcc/testsuite/g++.dg/Wclass-memaccess-4.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/gen-attrs-66.C | 12 ++++
gcc/testsuite/gcc.target/powerpc/float128-math.c | 20 ++++++
.../powerpc/ppc-fortran/ieee128-math.f90 | 20 ++++++
.../gfortran.dg/gomp/schedule-modifiers-1.f90 | 63 +++++++++++++++++++
.../gfortran.dg/gomp/schedule-modifiers-2.f90 | 44 +++++++++++++
19 files changed, 371 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-66.C
create mode 100644 gcc/testsuite/gcc.target/powerpc/float128-math.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/ppc-fortran/ieee128-math.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/schedule-modifiers-1.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/schedule-modifiers-2.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.