This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 83aac698835 Fortran: Improve -Wmissing-include-dirs warnings [PR55534] new 8fa9e73e6db Fortran: Fix testcases that violate C838, + revealed ICE new 7a40f2e7481 Fortran: Fixes for F2018 C838 (PR fortran/101334) new 5098e7077bf Fortran: diagnostic for argument w/type parameters for assu [...] new e4777439fc7 Daily bump.
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 | 324 ++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 407 +++++++++++++++++++++ gcc/c-family/ChangeLog | 4 + gcc/c/ChangeLog | 5 + gcc/cp/ChangeLog | 28 ++ gcc/fortran/ChangeLog | 45 +++ gcc/fortran/check.c | 4 +- gcc/fortran/interface.c | 24 +- gcc/fortran/trans-stmt.c | 7 +- gcc/testsuite/ChangeLog | 177 +++++++++ gcc/testsuite/gfortran.dg/assumed_rank_18.f90 | 5 +- gcc/testsuite/gfortran.dg/assumed_type_10.f90 | 5 +- gcc/testsuite/gfortran.dg/assumed_type_11.f90 | 5 +- .../gfortran.dg/c-interop/assumed-type-dummy.f90 | 2 +- gcc/testsuite/gfortran.dg/c-interop/c535b-2.f90 | 5 +- gcc/testsuite/gfortran.dg/c-interop/c535b-3.f90 | 10 +- include/ChangeLog | 5 + libgcc/ChangeLog | 5 + libgfortran/ChangeLog | 7 + libgomp/ChangeLog | 12 + 21 files changed, 1060 insertions(+), 28 deletions(-)