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 11b09c5f9ba Add bit_size, btest and bgt plus friends. new ef35d21d921 Implement dshift[lr], ibclr, ibset and ibits.
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/check.cc | 88 +++++++++++++++++++++++--------- gcc/fortran/gfortran.h | 2 +- gcc/fortran/iresolve.cc | 30 +++++++---- gcc/fortran/simplify.cc | 72 ++++++++++++++++++-------- gcc/testsuite/gfortran.dg/unsigned_9.f90 | 32 ++++++++++++ 5 files changed, 170 insertions(+), 54 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/unsigned_9.f90