This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from 2dec57182c4 Use -xbrace_comment=no with recent Solaris/x86 as new a5c77ce247d 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 | 123 ++++++++++ gcc/fortran/convert.c | 22 +- gcc/fortran/trans-array.c | 144 +++++------ 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, 523 insertions(+), 337 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/logical_temp_io.f90 create mode 100644 gcc/testsuite/gfortran.dg/logical_temp_io_kind8.f90