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 f00c9e9793d Daily bump. new 1bab254fd30 c++: ICE with IMPLICIT_CONV_EXPR in array subscript [PR95508] new 55838f7fbd6 PR fortran/95088 - Buffer overflows with PDTs, submodules a [...]
The 2 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/cp/constexpr.c | 13 +++++++++++++ gcc/cp/cp-tree.h | 2 ++ gcc/cp/typeck.c | 2 +- gcc/fortran/class.c | 14 +++----------- gcc/testsuite/g++.dg/template/conv16.C | 17 +++++++++++++++++ gcc/testsuite/gfortran.dg/pr95088.f90 | 31 +++++++++++++++++++++++++++++++ 6 files changed, 67 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/conv16.C create mode 100644 gcc/testsuite/gfortran.dg/pr95088.f90