This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from b5cc5c95664 libstdc++: Use _wstat64 for Windows [PR 95749] new 6a0a16f636b Daily bump. new 215927a736d c++: constraints and explicit instantiation [PR96164] new 9040b14da70 This patch fixes PR96312. Cures a used uninitialized warning. new 745ba1024c6 c++: abbreviated function template friend matching [PR96106]
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: gcc/ChangeLog | 34 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/constraint.cc | 6 ++++ gcc/cp/pt.c | 24 +++++++-------- gcc/fortran/trans-expr.c | 27 +++++++++++++---- gcc/testsuite/ChangeLog | 12 ++++++++ gcc/testsuite/g++.dg/concepts/abbrev7.C | 14 +++++++++ .../g++.dg/cpp2a/concepts-explicit-inst5.C | 14 +++++++++ gcc/testsuite/gfortran.dg/pr96312.f90 | 30 +++++++++++++++++++ libstdc++-v3/ChangeLog | 10 +++++++ 10 files changed, 154 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/abbrev7.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-explicit-inst5.C create mode 100644 gcc/testsuite/gfortran.dg/pr96312.f90