This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5f2a116 Implement ~line_maps () new d756621 Convert logical ops on integers to bitwise equivalent with -fdec.
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 | 6 + gcc/fortran/gfortran.texi | 38 ++++++ gcc/fortran/resolve.c | 105 ++++++++++++++++ gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gfortran.dg/dec_bitwise_ops_1.f90 | 106 ++++++++++++++++ gcc/testsuite/gfortran.dg/dec_bitwise_ops_2.f90 | 155 ++++++++++++++++++++++++ 6 files changed, 415 insertions(+) create mode 100644 gcc/testsuite/gfortran.dg/dec_bitwise_ops_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/dec_bitwise_ops_2.f90