This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a2fe34e0b99 amdgcn: Comment correction new 081f8937cb8 c++: explicit inst of template method not generated [PR110323] new 509352069d6 Fortran: improve array component description in runtime err [...]
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/decl2.cc | 7 +- gcc/fortran/trans-array.cc | 132 +++++++++++++-------- .../g++.dg/template/explicit-instantiation6.C | 43 +++++++ .../g++.dg/template/explicit-instantiation7.C | 22 ++++ gcc/testsuite/gfortran.dg/bounds_check_17.f90 | 2 +- gcc/testsuite/gfortran.dg/bounds_check_fail_8.f90 | 56 +++++++++ 6 files changed, 213 insertions(+), 49 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/explicit-instantiation6.C create mode 100644 gcc/testsuite/g++.dg/template/explicit-instantiation7.C create mode 100644 gcc/testsuite/gfortran.dg/bounds_check_fail_8.f90