This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarch64-spec2k6-Os in repository toolchain/ci/gcc.
from 084dc63a020 OpenMP: Support 'lastprivate (conditional:' in Fortran adds 914966e499d contrib/vimrc: detect more C-like files adds d4b3ea941b1 Resolve regression rtl-optimization/96298. Sorry for the b [...] adds 25bce75c77e openacc: Remove unnecessary detach finalization adds 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 [...] adds e0e546635a3 C++, testsuite: Adjust pure-virtual1.C options for Darwin. adds 8e807b59d87 config/mmix/mmix.c (TARGET_ASM_OUTPUT_IDENT): Override. adds ae2e0bc19b9 Daily bump. adds b5087b28b09 gcc.dg/torture/pr59330.c: Disable for mmix adds 2ab2694476c gcc.dg/tree-ssa/forwprop-36.c: Adjust for mmix adds 2e764ae1d66 libgfortran: Skip integer-kind=16 check for amdgcn
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 10 ++ contrib/vimrc | 2 +- gcc/ChangeLog | 104 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 49 ++++++ gcc/c-family/ChangeLog | 6 + 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/mmix/mmix.c | 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/simplify-rtx.c | 1 - gcc/testsuite/ChangeLog | 102 ++++++++++++ .../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/abi/pure-virtual1.C | 1 + gcc/testsuite/g++.dg/cpp0x/decltype78.C | 24 +++ gcc/testsuite/g++.dg/warn/Wnonnull8.C | 20 +++ gcc/testsuite/gcc.dg/torture/pr59330.c | 1 + gcc/testsuite/gcc.dg/tree-ssa/forwprop-36.c | 3 +- gcc/testsuite/gcc.misc-tests/outputs.exp | 37 +++-- gcc/testsuite/gcc.target/i386/memcpy-pr95886.c | 2 +- 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/Makefile.am | 6 +- libgfortran/Makefile.in | 8 +- libgfortran/configure | 19 ++- libgfortran/configure.ac | 13 ++ libgfortran/io/write_float.def | 15 +- libgfortran/mk-kinds-h.sh | 15 +- libgfortran/mk-sik-inc.sh | 13 +- libgfortran/mk-srk-inc.sh | 13 +- libgo/Makefile.am | 14 ++ libgo/Makefile.in | 10 ++ libgo/configure | 13 +- libgo/configure.ac | 8 + libgo/testsuite/Makefile.in | 1 + libgomp/ChangeLog | 26 +++ libgomp/target.c | 2 +- libgomp/testsuite/libgomp.oacc-c++/c++.exp | 1 + .../structured-detach-underflow.c | 28 ++++ 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 ++++++- 68 files changed, 1674 insertions(+), 154 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 create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/structured-detach-u [...]