This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2531f014fb2 doc: Remove i?86-*-linux* installation note from 2003 new 1c928004cf0 Implement CSHIFT and EOSHIFT for unsigned. new 786773d4c12 Implement FINDLOC for UNSIGNED.
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/fortran/check.cc | 11 ++++- gcc/fortran/gfortran.texi | 4 +- gcc/fortran/iresolve.cc | 9 +++- gcc/fortran/simplify.cc | 4 ++ gcc/testsuite/gfortran.dg/unsigned_31.f90 | 27 +++++++++++ gcc/testsuite/gfortran.dg/unsigned_32.f90 | 27 +++++++++++ gcc/testsuite/gfortran.dg/unsigned_33.f90 | 76 +++++++++++++++++++++++++++++++ 7 files changed, 155 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/unsigned_31.f90 create mode 100644 gcc/testsuite/gfortran.dg/unsigned_32.f90 create mode 100644 gcc/testsuite/gfortran.dg/unsigned_33.f90