This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/release-arm-bootstrap_O1 in repository toolchain/ci/gcc.
from 97eda33b5fa Daily bump. adds c322ae7a490 Daily bump. adds 4b790d6e2e3 tree-optimization/104880 - move testcase adds 1b8643bb334 doc/invoke.texi: CRIS: Remove references to cris-axis-linux-gnu adds 9f90544df8e doc/install.texi: CRIS: Remove gone websites. Adjust CRIS targets adds dfcfd74d15b Daily bump. adds 691af15031e c++: Fix up CONSTRUCTOR_PLACEHOLDER_BOUNDARY handling [PR105256] adds 8f36ddeab74 Daily bump. adds 2d280e7eafc Update ChangeLog and version files for release adds 2509b7bdabb Update BASE-VER to 11.3.1 new 1eee4e08a64 c++: don't ICE on NAMESPACE_DECL inside FUNCTION_DECL new 7b879564ec2 gcov-profile: Allow negative counts of indirect calls [PR105282] new 141b66c4bec emit-rtl: Fix -fcompare-debug bug with label references in [...] new dfe099b4b5c sparc: Preserve ORIGINAL_REGNO in epilogue_renumber [PR105257]
The 4 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 +++ c++tools/ChangeLog | 4 +++ config/ChangeLog | 4 +++ contrib/ChangeLog | 4 +++ contrib/header-tools/ChangeLog | 4 +++ contrib/reghunt/ChangeLog | 4 +++ contrib/regression/ChangeLog | 4 +++ fixincludes/ChangeLog | 4 +++ gcc/BASE-VER | 2 +- gcc/ChangeLog | 20 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 4 +++ gcc/analyzer/ChangeLog | 4 +++ gcc/brig/ChangeLog | 4 +++ gcc/c-family/ChangeLog | 4 +++ gcc/c/ChangeLog | 4 +++ gcc/config/sparc/sparc.c | 16 +++++++++-- gcc/cp/ChangeLog | 15 +++++++++++ gcc/cp/module.cc | 5 ++-- gcc/cp/typeck2.c | 31 ++++++++++++++++++++++ gcc/d/ChangeLog | 4 +++ gcc/doc/install.texi | 21 +++------------ gcc/doc/invoke.texi | 29 +++++--------------- gcc/emit-rtl.c | 3 ++- gcc/fortran/ChangeLog | 4 +++ gcc/go/ChangeLog | 4 +++ gcc/jit/ChangeLog | 4 +++ gcc/lto/ChangeLog | 4 +++ gcc/objc/ChangeLog | 4 +++ gcc/objcp/ChangeLog | 4 +++ gcc/po/ChangeLog | 4 +++ gcc/testsuite/ChangeLog | 21 +++++++++++++++ gcc/testsuite/g++.dg/cpp0x/pr105256.C | 18 +++++++++++++ .../g++.dg/opt/{pr104880.cc => pr104880.C} | 0 gcc/testsuite/gcc.dg/pr105257.c | 16 +++++++++++ gcc/testsuite/gfortran.dg/g77/pr105203.f | 20 ++++++++++++++ gcc/value-prof.c | 4 +++ gnattools/ChangeLog | 4 +++ gotools/ChangeLog | 4 +++ include/ChangeLog | 4 +++ intl/ChangeLog | 4 +++ libada/ChangeLog | 4 +++ libatomic/ChangeLog | 4 +++ libbacktrace/ChangeLog | 4 +++ libcc1/ChangeLog | 4 +++ libcody/ChangeLog | 4 +++ libcpp/ChangeLog | 4 +++ libcpp/po/ChangeLog | 4 +++ libdecnumber/ChangeLog | 4 +++ libffi/ChangeLog | 4 +++ libgcc/ChangeLog | 4 +++ libgcc/config/avr/libf7/ChangeLog | 4 +++ libgcc/config/libbid/ChangeLog | 4 +++ libgfortran/ChangeLog | 4 +++ libgomp/ChangeLog | 4 +++ libhsail-rt/ChangeLog | 4 +++ libiberty/ChangeLog | 4 +++ libitm/ChangeLog | 4 +++ libobjc/ChangeLog | 4 +++ liboffloadmic/ChangeLog | 4 +++ libphobos/ChangeLog | 4 +++ libquadmath/ChangeLog | 4 +++ libsanitizer/ChangeLog | 4 +++ libssp/ChangeLog | 4 +++ libstdc++-v3/ChangeLog | 4 +++ libvtv/ChangeLog | 4 +++ lto-plugin/ChangeLog | 4 +++ maintainer-scripts/ChangeLog | 4 +++ zlib/ChangeLog | 4 +++ 69 files changed, 389 insertions(+), 46 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr105256.C rename gcc/testsuite/g++.dg/opt/{pr104880.cc => pr104880.C} (100%) create mode 100644 gcc/testsuite/gcc.dg/pr105257.c create mode 100644 gcc/testsuite/gfortran.dg/g77/pr105203.f