This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-check_cross in repository toolchain/ci/gcc.
from d5dfd4793fe libgo: update to Go 1.14.6 release adds ab660b01c33 Daily bump. adds 8a8c2573568 rs6000: Generate _Decimal128 to _Decimal32 hardware convers [...] adds 0b7e26d8f91 testsuite/c-c++-common/cpp/pragma-eof.c: Add missing requir [...] adds 7aa22a8f1a5 x86-64: Define ASM_OUTPUT_ALIGNED_DECL_LOCAL adds 60c1baebbaa testsuite: fix goacc/finalize-1.f "original" regex for 32 bits. adds a36b14a333c fortran: Restore translation to hint. adds 2f1d4cb54ef testsuite: Fix pragma-eof.c failure due to added line to the test. adds aeb34e15143 Daily bump. adds 4058650cf2e gcc.dg/Wno-frame-address.c: Skip for cris and mmix. adds 7cc34b761cf gcc.dg/attr-copy-6.c: Require visibility. adds 3055d879edb Fix handling of implicit_pure by checking if non-pure proce [...] adds 29e1039ca21 x86: Add __cpuidex and include guard to <cpuid.h> adds 2e1b25350aa Always use name from c_interop_kinds_table for -fc-prototypes.
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 4 + gcc/ChangeLog | 108 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/cpuid.h | 12 +++ gcc/config/i386/x86-64.h | 11 +++ gcc/config/rs6000/dfp.md | 13 +++ gcc/config/rs6000/rs6000.md | 6 +- gcc/cp/ChangeLog | 6 ++ gcc/fortran/ChangeLog | 4 + gcc/fortran/check.c | 2 +- gcc/fortran/dump-parse-tree.c | 55 ++++------- gcc/fortran/frontend-passes.c | 76 ++++++++++++++- gcc/fortran/gfortran.h | 1 + gcc/fortran/parse.c | 22 +++++ gcc/testsuite/ChangeLog | 103 +++++++++++++++++++++ gcc/testsuite/c-c++-common/cpp/pragma-eof.c | 3 +- gcc/testsuite/gcc.dg/Wno-frame-address.c | 2 +- gcc/testsuite/gcc.dg/attr-copy-6.c | 1 + gcc/testsuite/gcc.target/i386/pr95973.c | 25 +++++ gcc/testsuite/gcc.target/powerpc/convert-fp-128.c | 18 ++-- gcc/testsuite/gcc.target/powerpc/pr92488.c | 43 +++++++++ gcc/testsuite/gfortran.dg/goacc/finalize-1.f | 4 +- gcc/testsuite/gfortran.dg/implicit_pure_5.c | 7 ++ gcc/testsuite/gfortran.dg/implicit_pure_5.f90 | 63 +++++++++++++ libgomp/ChangeLog | 5 + libgomp/testsuite/libgomp.c/pr95620.c | 18 ++++ libstdc++-v3/ChangeLog | 5 + 27 files changed, 566 insertions(+), 53 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr95973.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92488.c create mode 100644 gcc/testsuite/gfortran.dg/implicit_pure_5.c create mode 100644 gcc/testsuite/gfortran.dg/implicit_pure_5.f90 create mode 100644 libgomp/testsuite/libgomp.c/pr95620.c