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-mainline-defconfig in repository toolchain/ci/gcc.
from 396260630b6 2019-05-19 Thomas Koenig tkoenig@gcc.gnu.org adds a9bd4dd53e4 2019-05-19 Thomas Koenig tkoenig@gcc.gnu.org adds de28b0fc67c 2019-05-19 Thomas Koenig tkoenig@gcc.gnu.org adds ad670379087 2019-05-19 Paul Thomas pault@gcc.gnu.org adds 1e4b190953d * MAINTAINERS: Update my email address. adds 69024fb73f8 libfortran/90038 Reap dead children when wait=.false. adds 80d89d40e6d rs6000: Delete the "wo" constraint adds 2d9d920fbaf rs6000: Delete the "wb" constraint adds 59a7f19ad70 rs6000: Delete "wJ" and "wK" constraints adds 1004c930300 rs6000: Delete the "wu" constraint adds 53abbe91e7e rs6000: Delete the "wy" constraint adds 8e39f4ba675 rs6000: Delete the "wH" and "wI" constraints adds 76bfe522ab1 Daily bump. adds db9c2a1461e [PATCH] Fix PR 81721: ICE with PCH and Pragma warning and C [...] adds e1dcb74d1ce 2019-05-20 Richard Biener rguenther@suse.de adds 5eb3f7191a7 Use capital letters for enum value names. adds 3451e82b98f Do not use full qualified names if possible. adds 1569cde1bac Add vertical spacing in order to separate functions. adds 048f6aad2c1 Come up with hook libc_has_fast_function (PR middle-end/90263). adds ff53bc9513e Add missing default default_libc_has_fast_function implementation. adds 8ca16e0114a [testsuite] aarch64,arm Add missing quotes to expected erro [...] new e7419472abe * cfgloop.h (struct loop): Add simdlen member. * cfgloopm [...] new 143aadc0cfb 2019-05-20 Richard Biener rguenther@suse.de
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: ChangeLog | 4 + MAINTAINERS | 2 +- gcc/ChangeLog | 158 +++++++++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 17 +- gcc/cfgloop.h | 3 + gcc/cfgloopmanip.c | 1 + gcc/config/aarch64/aarch64.c | 2 +- gcc/config/arc/arc.c | 2 +- gcc/config/arm/arm.c | 4 +- gcc/config/i386/i386.c | 28 +- gcc/config/mips/mips.c | 2 +- gcc/config/rs6000/altivec.md | 54 +-- gcc/config/rs6000/constraints.md | 24 -- gcc/config/rs6000/rs6000.c | 53 +-- gcc/config/rs6000/rs6000.h | 8 - gcc/config/rs6000/rs6000.md | 364 ++++++++++++--------- gcc/config/rs6000/vsx.md | 82 +++-- gcc/doc/md.texi | 28 +- gcc/doc/tm.texi | 9 +- gcc/doc/tm.texi.in | 2 + gcc/expr.c | 13 +- gcc/expr.h | 4 +- gcc/fold-const.c | 63 +--- gcc/fold-const.h | 3 + gcc/fortran/ChangeLog | 6 + gcc/fortran/trans-stmt.c | 3 +- gcc/generic-match-head.c | 1 + gcc/gimple-match-head.c | 1 + gcc/match.pd | 83 +++++ gcc/omp-expand.c | 7 + gcc/omp-general.c | 2 +- gcc/omp-low.c | 2 +- gcc/optabs-query.c | 2 +- gcc/profile-count.c | 24 +- gcc/profile-count.h | 324 ++++++++++-------- gcc/target.def | 11 +- gcc/targhooks.c | 10 +- gcc/targhooks.h | 3 +- gcc/testsuite/ChangeLog | 79 ++++- gcc/testsuite/g++.dg/pch/operator-1.C | 2 + gcc/testsuite/g++.dg/pch/operator-1.Hs | 9 + gcc/testsuite/gcc.c-torture/compile/pr90263.c | 10 + gcc/testsuite/gcc.dg/gimplefe-40.c | 2 +- gcc/testsuite/gcc.dg/gimplefe-41.c | 4 +- gcc/testsuite/gcc.target/aarch64/target_attr_10.c | 2 +- .../gcc.target/arm/attr-neon-builtin-fail.c | 2 +- gcc/testsuite/gcc.target/i386/avx512f-simd-1.c | 35 ++ gcc/testsuite/gfortran.dg/associate_48.f90 | 41 +++ gcc/testsuite/gfortran.dg/pr78290.f90 | 35 ++ gcc/testsuite/lib/target-supports.exp | 11 + gcc/tree-vect-loop.c | 58 +++- gcc/tree-vect-slp.c | 2 +- libcpp/ChangeLog | 6 + libcpp/lex.c | 6 +- libgfortran/ChangeLog | 9 + libgfortran/config.h.in | 6 + libgfortran/configure | 10 +- libgfortran/configure.ac | 2 +- libgfortran/intrinsics/execute_command_line.c | 25 ++ 60 files changed, 1196 insertions(+), 571 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pch/operator-1.C create mode 100644 gcc/testsuite/g++.dg/pch/operator-1.Hs create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr90263.c create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-simd-1.c create mode 100644 gcc/testsuite/gfortran.dg/associate_48.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr78290.f90