This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_apm/gnu-master-aarch64-spec2k6-Os in repository toolchain/ci/gcc.
from dc1969dab39 loop-invariant: Don't move cold bb instructions to preheade [...] adds 1820137ba62 shrink-wrapping: Fix up prologue block discovery [PR103860] adds 1dbe26b949c c-family: Use BULTINS_LOCATION for predefined macros change [...] adds 73898bc006e docs: Add missing dash for argument. adds 52441f18db7 emit-rtl: Fix a -fcompare-debug issue due to var-tracking [ [...] adds be674bdd11d libiberty: support digits in cpp mangled clone names adds 5545d1edcbd libcpp: Fix up ##__VA_OPT__ handling [PR89971] adds 6c684aa50d4 regrename: Fix -fcompare-debug issue in find_rename_reg [PR103756] adds 84790a9d4bb Daily bump. adds d9da496a82c testsuite: XFAIL some Wstringop-overflow tests ... adds e3cbb8c66c9 libgfortran: Fix bootstrap on targets without static_assert macro. adds cb48166e52c Fortran: Fix test on targets without REAL128 adds f17d2677bc2 Daily bump. adds 222dbebefbb objc: Fix handling of break stmt inside of switch inside of [...] adds 7918d8270a4 testsuite: Adjust gcc.misc-tests/godump-1.c testcase adds 5fa4f982636 Committed: Add testcases for a few PRs adds 4f3b1a09d31 Fixincludes: Handle __FLT_EVAL_METHOD__ == 16 on darwin adds 62eb5308fe6 Daily bump. adds 4759c16beec Use optab_libfunc to access sync_lock_test_and_set libfunc [...] adds 4620531ea98 Generate illegal instruction fault if LWS syscall returns -EFAULT. adds 092e60f57ad c++: don't wrap cleanups that can't throw adds c743614e701 c++: fix array cleanup with throwing temp dtor adds ee4e234e9a6 Skip gcc.dg/guality/example.c on hppa-linux. adds 6bec6e3aaa3 Adjust shadd-2 and shadd-3 scan counts. adds 9ff206d3865 i386: Introduce V2QImode vectorized arithmetic [PR103861] adds 5da23a13bdf Daily bump.
No new revisions were added by this update.
Summary of changes: fixincludes/ChangeLog | 6 + fixincludes/fixincl.x | 53 +++- fixincludes/inclhack.def | 11 + fixincludes/tests/base/math.h | 5 + gcc/ChangeLog | 62 +++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 7 + gcc/c-family/c-cppbuiltin.c | 6 + gcc/c/ChangeLog | 6 + gcc/c/c-typeck.c | 3 +- gcc/config/aarch64/aarch64-c.c | 2 + gcc/config/arm/arm-c.c | 2 + gcc/config/i386/i386-c.c | 4 + gcc/config/i386/i386.c | 4 +- gcc/config/i386/i386.h | 5 +- gcc/config/i386/i386.md | 43 ++++ gcc/config/i386/mmx.md | 284 +++++++++++++++++++++- gcc/config/pa/pa.md | 24 +- gcc/config/s390/s390-c.c | 2 + gcc/cp/ChangeLog | 8 + gcc/cp/decl.c | 14 +- gcc/cp/init.c | 17 +- gcc/doc/cpp.texi | 2 +- gcc/emit-rtl.c | 8 +- gcc/regrename.c | 13 +- gcc/shrink-wrap.c | 5 +- gcc/testsuite/ChangeLog | 99 ++++++++ gcc/testsuite/c-c++-common/Wstringop-overflow-2.c | 50 ++-- gcc/testsuite/c-c++-common/cpp/va-opt-9.c | 20 ++ gcc/testsuite/g++.dg/cpp/pr103012.C | 18 ++ gcc/testsuite/g++.dg/eh/array2.C | 43 ++++ gcc/testsuite/g++.dg/eh/cleanup6.C | 13 + gcc/testsuite/g++.dg/opt/pr103756.C | 57 +++++ gcc/testsuite/g++.dg/warn/Wstringop-overflow-3.C | 44 ++-- gcc/testsuite/g++.target/i386/pr103012.C | 19 ++ gcc/testsuite/gcc.c-torture/compile/pr100241-1.c | 48 ++++ gcc/testsuite/gcc.c-torture/compile/pr99787-1.c | 18 ++ gcc/testsuite/gcc.dg/Wstringop-overflow-28.c | 8 +- gcc/testsuite/gcc.dg/Wstringop-overflow-68.c | 2 +- gcc/testsuite/gcc.dg/Wstringop-overflow-75.c | 36 +-- gcc/testsuite/gcc.dg/Wstringop-overflow-76.c | 20 +- gcc/testsuite/gcc.dg/guality/example.c | 1 + gcc/testsuite/gcc.dg/pr103808.c | 23 ++ gcc/testsuite/gcc.dg/pr103860.c | 31 +++ gcc/testsuite/gcc.dg/store_merging_18.c | 2 +- gcc/testsuite/gcc.dg/store_merging_29.c | 2 +- gcc/testsuite/gcc.misc-tests/godump-1.c | 64 ++--- gcc/testsuite/gcc.target/hppa/shadd-2.c | 2 +- gcc/testsuite/gcc.target/hppa/shadd-3.c | 2 +- gcc/testsuite/gcc.target/i386/pr103861.c | 23 ++ gcc/testsuite/gcc.target/i386/pr92658-avx512vl.c | 4 +- gcc/testsuite/gcc.target/i386/pr92658-sse4-2.c | 2 +- gcc/testsuite/gcc.target/i386/pr92658-sse4.c | 2 +- gcc/testsuite/gcc.target/i386/warn-vect-op-2.c | 4 +- gcc/testsuite/gfortran.dg/ieee/ieee_9.f90 | 90 +++---- gcc/testsuite/lib/target-supports.exp | 16 ++ gcc/testsuite/objc.dg/pr103639.m | 101 ++++++++ libcpp/ChangeLog | 6 + libcpp/macro.c | 8 +- libgcc/ChangeLog | 7 + libgcc/config/pa/linux-atomic.c | 6 + libgfortran/ChangeLog | 5 + libgfortran/runtime/string.c | 4 +- libiberty/ChangeLog | 7 + libiberty/cp-demangle.c | 5 +- libiberty/testsuite/demangle-expected | 5 + 66 files changed, 1287 insertions(+), 228 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/va-opt-9.c create mode 100644 gcc/testsuite/g++.dg/cpp/pr103012.C create mode 100644 gcc/testsuite/g++.dg/eh/array2.C create mode 100644 gcc/testsuite/g++.dg/eh/cleanup6.C create mode 100644 gcc/testsuite/g++.dg/opt/pr103756.C create mode 100644 gcc/testsuite/g++.target/i386/pr103012.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr100241-1.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr99787-1.c create mode 100644 gcc/testsuite/gcc.dg/pr103808.c create mode 100644 gcc/testsuite/gcc.dg/pr103860.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103861.c create mode 100644 gcc/testsuite/objc.dg/pr103639.m