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-release-arm-stable-allnoconfig in repository toolchain/ci/gcc.
from 35d794ced62 PR target/91472 * config/sparc/sparc.c (sparc_cannot_forc [...] adds 875bf112372 PR c++/91129 - wrong error with binary op in template argu [...] adds f0632521327 Daily bump. adds 59983412f07 Update Solaris baselines for GCC 9.3 adds 21e97ecfaf7 Backport r275291 adds 62346316788 Backport r275292 new 8b71343d217 Update libstdc++ docs for library version bumps
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 | 12 +++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 9 +++++ gcc/cp/ChangeLog | 10 ++++++ gcc/cp/decl.c | 20 +++++++++-- gcc/cp/typeck.c | 18 ++++------ gcc/gcov.c | 10 +++--- gcc/testsuite/ChangeLog | 8 +++++ gcc/testsuite/g++.dg/cpp1y/nontype1.C | 42 ++++++++++++++++++++++ gcc/testsuite/g++.dg/torture/pr91155.C | 18 ++++++++++ libstdc++-v3/ChangeLog | 18 ++++++++++ .../i386-solaris2.10/amd64/baseline_symbols.txt | 12 +++++++ .../abi/post/i386-solaris2.10/baseline_symbols.txt | 12 +++++++ .../i386-solaris2.11/amd64/baseline_symbols.txt | 12 +++++++ .../abi/post/i386-solaris2.11/baseline_symbols.txt | 12 +++++++ .../post/sparc-solaris2.10/baseline_symbols.txt | 12 +++++++ .../sparc-solaris2.10/sparcv9/baseline_symbols.txt | 12 +++++++ .../post/sparc-solaris2.11/baseline_symbols.txt | 12 +++++++ .../sparc-solaris2.11/sparcv9/baseline_symbols.txt | 12 +++++++ libstdc++-v3/doc/html/manual/abi.html | 2 +- libstdc++-v3/doc/xml/manual/abi.xml | 4 ++- 21 files changed, 247 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/nontype1.C create mode 100644 gcc/testsuite/g++.dg/torture/pr91155.C