This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_O1 in repository toolchain/ci/gcc.
from 8598657c607 Restrict test to LP64. adds 83cc5e2b2f8 libgo: add AIX FAT libraries support adds 9bb403dca6e Daily bump. adds b0e5ec934e7 Restrict PR middle-end/95886 x86 test to !ia32 adds edfb3a30a6c aarch64: add PAC GNU property note to libgcc lse.S adds ab240ab5099 aarch64: add PAC-RET protection to libitm sjlj.S adds 3407bfc136b [testsuite] Fix TCL syntax error in 'scan-dump-dem-not' adds fdc9db25395 [testsuite] Unset 'offload_target' after use adds 8c7bb540803 i386: Emit mfence_sse2 for -Os [PR95750] adds 29a14a1a907 iDefine TARGET_OFFLOAD_OPTIONS for AArch64 adds 048ba9c02db c++: Add testcase for [PR81339] adds 05e0971bcf9 PR 93592 - Invalid UP/DOWN rounding with EN descriptor. adds aa7e7eff5ec PR 93567, G edit descriptor uses E instead of F editing in [...] adds 5fa1767aa45 [PR95720] protect gluefile and wrap_flags with -Wl too adds c1b9cb1a83b [PR96230] some -dumpbase-ext fixes adds 0e3ad7e4d03 revamp intelmic-mkoffload aux dump names adds 49341f3bd40 add offload target to testname for pass/fail message adds 07c70c29aff Add testcase to show kernel issue got fixed by pr95237 [PR96192] adds 52cdac68232 testsuite: Adjust patchable_function tests for mmix. adds f8f3a0102c4 c-c++-common/pr56493.c: Allow ":" in label, for mmix. adds 4e577910050 rs6000: Remove -mpower10 option (PR95907) adds 6643d2367f8 aix: Support GCC64 for AIX 7.1. adds 53256ee3d58 Daily bump. adds 8d0b2b33748 amdgcn: Enable TImode adds e0633768a1a Fix PR c++/96310 - Ignoring -Wnonnull via pragma gcc diagno [...]
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 10 ++ gcc/ChangeLog | 94 +++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 49 ++++++ gcc/c-family/c-common.c | 4 +- gcc/config.gcc | 8 +- gcc/config/aarch64/aarch64.c | 13 ++ gcc/config/gcn/gcn.c | 15 ++ gcc/config/i386/intelmic-mkoffload.c | 72 ++++++-- gcc/config/i386/sync.md | 3 +- gcc/config/rs6000/aix71.h | 91 +++++++--- gcc/config/rs6000/aix72.h | 4 +- gcc/config/rs6000/defaultaix64.h | 28 ---- gcc/config/rs6000/rs6000.opt | 3 +- gcc/fortran/ChangeLog | 20 +++ gcc/gcc.c | 15 +- gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 92 ++++++++++ .../c-c++-common/patchable_function_entry-decl.c | 2 +- .../patchable_function_entry-default.c | 2 +- .../patchable_function_entry-definition.c | 2 +- gcc/testsuite/c-c++-common/pr56493.c | 2 +- gcc/testsuite/c-c++-common/pr96192-1.c | 16 ++ gcc/testsuite/g++.dg/cpp0x/decltype78.C | 24 +++ gcc/testsuite/g++.dg/warn/Wnonnull8.C | 20 +++ gcc/testsuite/gcc.misc-tests/outputs.exp | 37 +++-- gcc/testsuite/gcc.target/i386/memcpy-pr95886.c | 5 +- gcc/testsuite/gcc.target/powerpc/pr95907.c | 7 + gcc/testsuite/gfortran.dg/fmt_en.f90 | 6 +- gcc/testsuite/gfortran.dg/fmt_en_rd.f90 | 185 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/fmt_en_rn.f90 | 185 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/fmt_en_ru.f90 | 185 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/fmt_en_rz.f90 | 185 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/round_3.f08 | 26 ++- gcc/testsuite/lib/gcc-defs.exp | 55 ++++-- gcc/testsuite/lib/scandump.exp | 2 +- gcc/testsuite/lib/scanoffload.exp | 17 +- libgcc/ChangeLog | 10 ++ libgcc/config/aarch64/lse.S | 17 +- libgfortran/ChangeLog | 12 ++ libgfortran/io/write_float.def | 15 +- libgo/Makefile.am | 14 ++ libgo/Makefile.in | 10 ++ libgo/configure | 13 +- libgo/configure.ac | 8 + libgo/testsuite/Makefile.in | 1 + libgomp/ChangeLog | 26 +++ libgomp/testsuite/libgomp.oacc-c++/c++.exp | 1 + libgomp/testsuite/libgomp.oacc-c/c.exp | 1 + libgomp/testsuite/libgomp.oacc-fortran/fortran.exp | 1 + libitm/ChangeLog | 4 + libitm/config/aarch64/sjlj.S | 56 ++++++- 52 files changed, 1545 insertions(+), 132 deletions(-) delete mode 100644 gcc/config/rs6000/defaultaix64.h create mode 100644 gcc/testsuite/c-c++-common/pr96192-1.c create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype78.C create mode 100644 gcc/testsuite/g++.dg/warn/Wnonnull8.C create mode 100644 gcc/testsuite/gcc.target/powerpc/pr95907.c create mode 100644 gcc/testsuite/gfortran.dg/fmt_en_rd.f90 create mode 100644 gcc/testsuite/gfortran.dg/fmt_en_rn.f90 create mode 100644 gcc/testsuite/gfortran.dg/fmt_en_ru.f90 create mode 100644 gcc/testsuite/gfortran.dg/fmt_en_rz.f90