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/master-arm-bootstrap in repository toolchain/ci/gcc.
from 82536fbb8a7 libgccjit: Fix a bootstrap break for some targets. adds c5de3444c47 c++: constexpr trivial -fno-elide-ctors [PR104646] adds af27d545dc6 runtime: use regset indexes for PPC register values adds a358e4b6081 analyzer: fix escaping of pointer arithmetic [PR105264] adds f5cd166ffd3 Update gcc de.po, fr.po, sv.po adds 031bd52e482 Daily bump. adds 6364a39907b c++: using in diagnostics [PR102987] new e580f81d22d c++: unsigned int32_t enum promotion [PR102804]
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 | 48 ++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 15 + gcc/analyzer/region-model-reachability.cc | 8 +- gcc/analyzer/svalue.cc | 42 ++ gcc/analyzer/svalue.h | 2 + gcc/cp/ChangeLog | 38 ++ gcc/cp/constexpr.cc | 3 +- gcc/cp/decl.cc | 2 + gcc/cp/error.cc | 8 + gcc/go/gofrontend/MERGE | 2 +- gcc/jit/ChangeLog | 5 + gcc/po/ChangeLog | 4 + gcc/po/de.po | 491 ++++++++----------- gcc/po/fr.po | 508 ++++++++----------- gcc/po/sv.po | 543 +++++++++------------ gcc/testsuite/ChangeLog | 65 +++ .../g++.dg/cpp0x/constexpr-fno-elide-ctors1.C | 89 ++++ gcc/testsuite/g++.dg/diagnostic/using1.C | 16 + gcc/testsuite/g++.dg/ext/unsigned-typedef1.C | 9 + .../gcc.dg/analyzer/torture/symbolic-10.c | 40 ++ libgo/runtime/go-signal.c | 25 +- libstdc++-v3/ChangeLog | 40 ++ 23 files changed, 1060 insertions(+), 945 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-fno-elide-ctors1.C create mode 100644 gcc/testsuite/g++.dg/diagnostic/using1.C create mode 100644 gcc/testsuite/g++.dg/ext/unsigned-typedef1.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/symbolic-10.c