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 74cc1893aca A few fixes, add unsigned truncation warning. new 4ee8acd349e Add decimal formatted I/O for unsigneds.
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/testsuite/gfortran.dg/unsigned_4.f90 | 15 ++++ libgfortran/io/io.h | 7 ++ libgfortran/io/read.c | 135 ++++++++++++++++++++++++++----- libgfortran/io/transfer.c | 42 +++++++++- libgfortran/io/write.c | 5 ++ 5 files changed, 178 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/unsigned_4.f90