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 c918954503a Added BOZ support to UINT. new 22300a5b248 Bit functions, HUGE and DIGITS.
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/arith.cc | 42 +++++++++------ gcc/fortran/check.cc | 90 ++++++++++++++++++++++++++++++-- gcc/fortran/gfortran.h | 1 + gcc/fortran/intrinsic.cc | 2 +- gcc/fortran/intrinsic.h | 1 + gcc/fortran/resolve.cc | 9 ++++ gcc/fortran/simplify.cc | 22 ++++++-- gcc/testsuite/gfortran.dg/unsigned_7.f90 | 26 +++++++++ 8 files changed, 167 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/unsigned_7.f90