This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 401aaa5983a Add ability to use full resolving path solver in the backwa [...] adds 5d5885c99c8 Daily bump. adds 5bb1e518b4a Add target int128 to testcase. adds 1595fe44e11 c++: instantiate less for constant folding adds f7571527a44 AVX512FP16: Fix testcase for complex intrinsic new 575191b976a AVX512FP16: Fix ICE for 2 v4hf vector concat
The 1 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 | 200 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 + gcc/c-family/ChangeLog | 14 ++ gcc/c/ChangeLog | 6 + gcc/config/i386/i386-expand.c | 3 +- gcc/cp/ChangeLog | 7 + gcc/cp/constexpr.c | 58 +++--- gcc/cp/typeck2.c | 2 +- gcc/fortran/ChangeLog | 51 ++++++ gcc/testsuite/ChangeLog | 81 +++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-inst1.C | 17 ++ gcc/testsuite/g++.dg/ext/vla22.C | 2 +- gcc/testsuite/gcc.dg/pr102738.c | 1 + .../gcc.target/i386/avx512fp16-v4hf-concat.c | 16 ++ .../gcc.target/i386/avx512fp16-vfcmaddcph-1a.c | 1 + .../gcc.target/i386/avx512fp16-vfcmaddcsh-1a.c | 2 +- .../gcc.target/i386/avx512fp16-vfmaddcph-1a.c | 1 + .../gcc.target/i386/avx512fp16-vfmaddcsh-1a.c | 2 +- .../gcc.target/i386/avx512fp16vl-vfcmaddcph-1a.c | 2 + .../gcc.target/i386/avx512fp16vl-vfmaddcph-1a.c | 2 + libgcc/ChangeLog | 11 ++ libgomp/ChangeLog | 9 + libiberty/ChangeLog | 9 + libstdc++-v3/ChangeLog | 45 +++++ .../integer_comparisons/greater_equal_neg.cc | 24 +-- .../20_util/integer_comparisons/greater_neg.cc | 24 +-- .../20_util/integer_comparisons/less_equal_neg.cc | 24 +-- libstdc++-v3/testsuite/lib/prune.exp | 1 + 29 files changed, 553 insertions(+), 69 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-inst1.C create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-v4hf-concat.c