This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/fortran_unsigned in repository gcc.
from ef35d21d921 Implement dshift[lr], ibclr, ibset and ibits. new 95f108c0d6e Add some rudimentary documentation. new 58cbd148ed2 Add test case for B, Z and O descriptors. new d5c05281bac Min, MAX and ishft(c).
The 3 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 | 53 ++++++++++++++++++++---- gcc/fortran/gfortran.texi | 68 +++++++++++++++++++++++++++++++ gcc/fortran/invoke.texi | 5 ++- gcc/fortran/simplify.cc | 20 ++++++--- gcc/testsuite/gfortran.dg/unsigned_10.f90 | 56 +++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/unsigned_11.f90 | 23 +++++++++++ gcc/testsuite/gfortran.dg/unsigned_12.f90 | 18 ++++++++ gcc/testsuite/gfortran.dg/unsigned_13.f90 | 18 ++++++++ 8 files changed, 246 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/unsigned_10.f90 create mode 100644 gcc/testsuite/gfortran.dg/unsigned_11.f90 create mode 100644 gcc/testsuite/gfortran.dg/unsigned_12.f90 create mode 100644 gcc/testsuite/gfortran.dg/unsigned_13.f90