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-next-allnoconfig in repository toolchain/ci/gcc.
from 9bf9a0416cc Restrict gnat.dg/system_info1.adb to Linux and Windows hosts adds 2f0b2a149ca Revert [ARM/FDPIC v6 13/24] [ARM] FDPIC: Force LSB bit for [...] adds 6fd4a2e4899 2019-09-20 Tobias Burnus tobias@codesourcery.com adds 38fe150212d [Darwin, X86, testsuite] Fix naked-1.c fail. adds 6dc082140d8 PR target/86811 * config/vax/vax.c (TARGET_HAVE_SPECULATI [...] adds 2ce4f478c4b * config/pa/pa.c (pa_trampoline_init): Remove spurious ext [...] adds c3f07cee68b * config/microblaze/microblaze.h (ASM_OUTPUT_SKIP): Use H [...] adds b49086c2ce6 Daily bump. new 3327da63401 Extend neg_const_int simplifications to other const rtxes new 6160faf712c Avoid adding impossible copies in ira-conflicts.c:process_r [...]
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: gcc/ChangeLog | 32 ++++++++++ gcc/DATESTAMP | 2 +- gcc/config/microblaze/microblaze.h | 2 +- gcc/config/pa/pa.c | 2 +- gcc/config/vax/vax.c | 3 + gcc/fortran/ChangeLog | 8 +++ gcc/fortran/openmp.c | 10 +-- gcc/fortran/trans-openmp.c | 6 +- gcc/ira-conflicts.c | 42 ++++++++++-- gcc/simplify-rtx.c | 31 ++++----- gcc/testsuite/ChangeLog | 58 ++++++++++++----- .../gcc.target/aarch64/sve/cond_convert_1.c | 3 +- .../gcc.target/aarch64/sve/cond_convert_4.c | 3 +- .../gcc.target/aarch64/sve/cond_unary_2.c | 5 +- gcc/testsuite/gcc.target/i386/naked-1.c | 4 +- gcc/testsuite/gfortran.dg/goacc/parameter.f95 | 2 +- gcc/testsuite/gfortran.dg/goacc/pr78260-2.f90 | 20 ++++++ gcc/testsuite/gfortran.dg/goacc/pr78260.f90 | 36 +++++++++++ gcc/testsuite/gfortran.dg/goacc/pr85701.f90 | 4 +- gcc/testsuite/gfortran.dg/gomp/pr78260-2.f90 | 59 +++++++++++++++++ gcc/testsuite/gfortran.dg/gomp/pr78260-3.f90 | 74 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/gomp/pr78260.f90 | 33 ++++++++++ libgcc/ChangeLog | 9 +++ libgcc/config/arm/unwind-arm.c | 5 -- 24 files changed, 383 insertions(+), 70 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/goacc/pr78260-2.f90 create mode 100644 gcc/testsuite/gfortran.dg/goacc/pr78260.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr78260-2.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr78260-3.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr78260.f90