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 22300a5b248 Bit functions, HUGE and DIGITS. new 11b09c5f9ba Add bit_size, btest and bgt plus friends.
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 | 66 ++++++++++++++++++++++-------- gcc/fortran/intrinsic.cc | 2 +- gcc/fortran/simplify.cc | 47 +++++++++++++++++---- gcc/testsuite/gfortran.dg/unsigned_8.f90 | 70 ++++++++++++++++++++++++++++++++ 4 files changed, 160 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/unsigned_8.f90