This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from d6419c18056 c++: variable template and targ deduction [PR108550] new abd1571d234 Fortran: improve checking of character length specification [...] new 3f1ae4deb9c Fortran: reject invalid CHARACTER length of derived type co [...] new bb68c20e1f3 Fortran: fix corner case of IBITS intrinsic [PR108937]
The 3 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/fortran/parse.cc | 25 ++++++++++++++----------- gcc/fortran/resolve.cc | 17 ++++++++++++++++- gcc/fortran/trans-intrinsic.cc | 10 ++++++++++ gcc/testsuite/gfortran.dg/ibits_2.f90 | 32 ++++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr96024.f90 | 11 +++++++++++ gcc/testsuite/gfortran.dg/pr96025.f90 | 11 +++++++++++ 6 files changed, 94 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/ibits_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr96024.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr96025.f90