This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5972cd5 * config/darwin-driver.c (darwin_driver_init): Const-correct [...] new 2ac0d96 PR 78534 Change character length from int to size_t new 8ecf773 * genmatch.c (dt_node::gen_kids_1): If generic_exprs include [...]
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/ChangeLog | 6 ++ gcc/fortran/ChangeLog | 81 ++++++++++++++++++++++ gcc/fortran/class.c | 12 ++-- gcc/fortran/dump-parse-tree.c | 9 ++- gcc/fortran/expr.c | 42 +++++++++-- gcc/fortran/gfortran.h | 21 ++++-- gcc/fortran/gfortran.texi | 42 +++++++++-- gcc/fortran/iresolve.c | 5 +- gcc/fortran/match.c | 8 +-- gcc/fortran/misc.c | 22 ++++++ gcc/fortran/module.c | 43 ++++++++---- gcc/fortran/resolve.c | 13 ++-- gcc/fortran/simplify.c | 23 ++++-- gcc/fortran/target-memory.c | 19 +++-- gcc/fortran/target-memory.h | 2 +- gcc/fortran/trans-array.c | 3 +- gcc/fortran/trans-const.c | 12 ++++ gcc/fortran/trans-const.h | 1 + gcc/fortran/trans-expr.c | 58 +++++++++------- gcc/fortran/trans-intrinsic.c | 53 +++++++------- gcc/fortran/trans-io.c | 4 +- gcc/fortran/trans-stmt.c | 19 ++--- gcc/fortran/trans-types.c | 11 ++- gcc/fortran/trans-types.h | 4 +- gcc/genmatch.c | 17 +++++ gcc/testsuite/ChangeLog | 18 +++++ gcc/testsuite/gfortran.dg/dependency_49.f90 | 2 +- gcc/testsuite/gfortran.dg/repeat_4.f90 | 23 +++--- gcc/testsuite/gfortran.dg/repeat_7.f90 | 8 +++ gcc/testsuite/gfortran.dg/scan_2.f90 | 4 +- gcc/testsuite/gfortran.dg/string_1.f90 | 1 + gcc/testsuite/gfortran.dg/string_1_lp64.f90 | 15 ++++ gcc/testsuite/gfortran.dg/string_3.f90 | 1 + gcc/testsuite/gfortran.dg/string_3_lp64.f90 | 20 ++++++ gcc/testsuite/gfortran.dg/transfer_intrinsic_1.f90 | 2 +- libgfortran/ChangeLog | 25 +++++++ libgfortran/intrinsics/args.c | 10 +-- libgfortran/intrinsics/chmod.c | 3 +- libgfortran/intrinsics/env.c | 3 +- libgfortran/intrinsics/extends_type_of.c | 2 +- libgfortran/intrinsics/gerror.c | 2 +- libgfortran/intrinsics/getlog.c | 3 +- libgfortran/intrinsics/hostnm.c | 5 +- libgfortran/intrinsics/string_intrinsics_inc.c | 17 ++--- libgfortran/io/transfer.c | 18 ++--- libgfortran/io/unit.c | 3 +- libgfortran/io/write.c | 3 +- libgfortran/libgfortran.h | 2 +- 48 files changed, 526 insertions(+), 194 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/repeat_7.f90 create mode 100644 gcc/testsuite/gfortran.dg/string_1_lp64.f90 create mode 100644 gcc/testsuite/gfortran.dg/string_3_lp64.f90