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 4ee8acd349e Add decimal formatted I/O for unsigneds. new b4e4cb42540 Iplement conversions from unsigned to different data types.
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 | 110 ++++++++++++++++++++++++++- gcc/fortran/arith.h | 5 ++ gcc/fortran/intrinsic.cc | 18 ++++- gcc/fortran/resolve.cc | 7 ++ gcc/fortran/simplify.cc | 25 +++++++ gcc/testsuite/gfortran.dg/unsigned_5.f90 | 123 +++++++++++++++++++++++++++++++ libgfortran/io/read.c | 2 +- 7 files changed, 286 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/unsigned_5.f90