This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 31311a123ee Fix vrp101.c test-case. new 4c796f543f5 PR 82869 Introduce logical_type_node and use it
The 1 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/ChangeLog | 125 +++++++++- gcc/fortran/convert.c | 22 +- gcc/fortran/trans-array.c | 150 ++++++------ gcc/fortran/trans-decl.c | 16 +- gcc/fortran/trans-expr.c | 82 +++---- gcc/fortran/trans-intrinsic.c | 268 ++++++++++----------- gcc/fortran/trans-io.c | 12 +- gcc/fortran/trans-openmp.c | 26 +- gcc/fortran/trans-stmt.c | 58 ++--- gcc/fortran/trans-types.c | 12 +- gcc/fortran/trans-types.h | 14 ++ gcc/fortran/trans.c | 50 ++-- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gfortran.dg/logical_temp_io.f90 | 13 + .../gfortran.dg/logical_temp_io_kind8.f90 | 14 ++ 15 files changed, 527 insertions(+), 341 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/logical_temp_io.f90 create mode 100644 gcc/testsuite/gfortran.dg/logical_temp_io_kind8.f90